<propertyname="ServerPort"value="26900"/><!-- Port you want the server to listen on. -->
<propertyname="ServerPort"value="26900"/><!-- Port you want the server to listen on. -->
<propertyname="ServerIsPublic"value="true"/><!-- Should this server register to master server -->
<propertyname="ServerIsPublic"value="true"/><!-- Should this server register to master server -->
<propertyname="ServerName"value="My Game Host"/><!-- Whatever you want the name to be. -->
<propertyname="ServerName"value="SERVERNAME"/><!-- Whatever you want the name to be. -->
<propertyname="ServerPassword"value=""/><!-- Password to gain entry to the server -->
<propertyname="ServerPassword"value=""/><!-- Password to gain entry to the server -->
<propertyname="ServerMaxPlayerCount"value="8"/><!-- Maximum Concurrent Players -->
<propertyname="ServerMaxPlayerCount"value="8"/><!-- Maximum Concurrent Players -->
<propertyname="ServerReservedSlots"value="0"/><!-- Out of the MaxPlayerCount this many slots can only be used by players with a specific permission level -->
<propertyname="ServerReservedSlots"value="0"/><!-- Out of the MaxPlayerCount this many slots can only be used by players with a specific permission level -->
@ -31,11 +31,11 @@
<propertyname="ControlPanelEnabled"value="false"/><!-- Enable/Disable the control panel -->
<propertyname="ControlPanelEnabled"value="false"/><!-- Enable/Disable the control panel -->
<propertyname="ControlPanelPort"value="8080"/><!-- Port of the control panel webpage -->
<propertyname="ControlPanelPort"value="8080"/><!-- Port of the control panel webpage -->
<propertyname="ControlPanelPassword"value="CHANGEME"/><!-- Password to gain entry to the control panel -->
<propertyname="ControlPanelPassword"value="ADMINPASSWORD"/><!-- Password to gain entry to the control panel -->
<propertyname="TelnetEnabled"value="true"/><!-- Enable/Disable the telnet -->
<propertyname="TelnetEnabled"value="true"/><!-- Enable/Disable the telnet -->
<propertyname="TelnetPort"value="8081"/><!-- Port of the telnet server -->
<propertyname="TelnetPort"value="8081"/><!-- Port of the telnet server -->
<propertyname="TelnetPassword"value=""/><!-- Password to gain entry to telnet interface -->
<propertyname="TelnetPassword"value="ADMINPASSWORD"/><!-- Password to gain entry to telnet interface -->
<propertyname="AdminFileName"value="serveradmin.xml"/><!-- Server admin file name -->
<propertyname="AdminFileName"value="serveradmin.xml"/><!-- Server admin file name -->