remove Farrak's host.yaml options
This commit is contained in:
parent
5e3fc5c90e
commit
1fc368da1f
|
@ -14,7 +14,7 @@ general_options:
|
||||||
# These overwrite command line arguments!
|
# These overwrite command line arguments!
|
||||||
server_options:
|
server_options:
|
||||||
host: null
|
host: null
|
||||||
port: null
|
port: 38281
|
||||||
password: null
|
password: null
|
||||||
multidata: null
|
multidata: null
|
||||||
savefile: null
|
savefile: null
|
||||||
|
@ -28,7 +28,7 @@ server_options:
|
||||||
# Points given to a player for each acquired item in their world
|
# Points given to a player for each acquired item in their world
|
||||||
location_check_points: 1
|
location_check_points: 1
|
||||||
# Point cost to receive a hint via !hint for players
|
# Point cost to receive a hint via !hint for players
|
||||||
hint_cost: 40 # Set to 0 if you want free hints
|
hint_cost: 1000 # Set to 0 if you want free hints
|
||||||
# Forfeit modes
|
# Forfeit modes
|
||||||
# "disabled" -> clients can't forfeit,
|
# "disabled" -> clients can't forfeit,
|
||||||
# "enabled" -> clients can always forfeit
|
# "enabled" -> clients can always forfeit
|
||||||
|
|
Loading…
Reference in New Issue