All pastes #2128859 Raw Edit

Mine

public text v1 · immutable
#2128859 ·published 2012-03-16 16:17 UTC
rendered paste body
# How many login attempts do we tolerate from one IP
# inside a given timeframe before we ban the connection?
# Note that this is global (shared between all virtual servers), and that
# it counts both successfull and unsuccessfull connection attempts.
# Set either Attempts or Timeframe to 0 to disable.
autobanAttempts=10
autobanTimeframe=120
autobanTime=300

# To enable public server registration, the serverpassword must be blank, and
# this must all be filled out.
# The password here is used to create a registry for the server name; subsequent
# updates will need the same password. Don't lose your password.
# The URL is your own website, and only set the registerHostname for static IP
# addresses.
#
registerName="$$name$$"
#registerPassword="secret"
registerUrl="http://www.multiplaygameservers.com/"
#registerHostname=$$ip$$

# Core settings - DON'T CHANGE
port=$$port$$
users=$$max_players$$
serverpassword=$$game_passwd$$
host=$$ip$$
bandwidth=560000

[Ice]
Ice.Warn.UnknownProperties=1
Ice.MessageSizeMax=65536