Files
Cockatrice/servatrice/servatrice.ini.example
Max-Wilhelm Bruker 04742f6fb9 implemented game types
2011-01-27 19:13:22 +01:00

30 lines
538 B
Plaintext

[server]
port=4747
statusupdate=15000
[authentication]
method=none
[database]
type=none
prefix=cockatrice
hostname=localhost
database=servatrice
user=servatrice
password=foobar
[rooms]
size=1
1\name="General room"
1\description="Play anything here."
1\autojoin=true
1\joinmessage="This message is only here to show that rooms can have a join message."
1\game_types\size=3
1\game_types\1\name="GameType1"
1\game_types\2\name="GameType2"
1\game_types\3\name="GameType3"
[game]
max_game_inactivity_time=120
max_player_inactivity_time=15