/usr/share/blobby/server.xml is in blobby-server 1.0-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | <?xml version="1.0" encoding="utf-8"?>
<userconfig>
<var name="speed" value="75"/>
<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"/>
</userconfig>
|