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