File: server.xml

package info (click to toggle)
blobby 1.1.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,944 kB
  • sloc: cpp: 22,442; xml: 779; python: 56; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>

<userconfig>
	<var name="speeds" value="30 60 75 90 120"/>
	<var name="port" value="1234"/>
	<var name="maximum_clients" value="100" />
	<var name="name" value="Blobby Volley 2 Server"/>
	<var name="description" value="replace this with a description of the server. To do this, edit data/server.xml"/>
	<var name="rules" value="default.lua classic.lua back_defence.lua one_hit_wonder.lua the_double.lua blitz.lua firewall.lua sticky_mode.lua jumping_jack.lua tennis.lua"/>
</userconfig>