add item cheat arg to host.yaml
This commit is contained in:
parent
d49bb10534
commit
a5a3000b63
|
@ -9,6 +9,8 @@ server_options:
|
||||||
savefile: null
|
savefile: null
|
||||||
disable_save: null
|
disable_save: null
|
||||||
loglevel: null
|
loglevel: null
|
||||||
|
#Disallow !getitem. Old /getitem cannot be blocked this way
|
||||||
|
disable_item_cheat: null
|
||||||
#Client hint system
|
#Client hint system
|
||||||
#points given to player for each acquired item
|
#points given to player for each acquired item
|
||||||
location_check_points: 1
|
location_check_points: 1
|
||||||
|
|
Loading…
Reference in New Issue