add item cheat arg to host.yaml
This commit is contained in:
parent
d49bb10534
commit
a5a3000b63
|
@ -9,10 +9,12 @@ server_options:
|
||||||
savefile: null
|
savefile: null
|
||||||
disable_save: null
|
disable_save: null
|
||||||
loglevel: null
|
loglevel: null
|
||||||
#Client hint system
|
#Disallow !getitem. Old /getitem cannot be blocked this way
|
||||||
#points given to player for each acquired item
|
disable_item_cheat: null
|
||||||
|
#Client hint system
|
||||||
|
#points given to player for each acquired item
|
||||||
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: 1000 #set to 0 if you want free hints
|
hint_cost: 1000 #set to 0 if you want free hints
|
||||||
#options for MultiMystery.py
|
#options for MultiMystery.py
|
||||||
multi_mystery_options:
|
multi_mystery_options:
|
||||||
|
|
Loading…
Reference in New Issue