Settings: Add missing settings to settingtypes.txt
Conf.example: Remove quotes from bones modes. Setting does not work if quotes are used.
This commit is contained in:
parent
e376d57bd2
commit
bcf76eab1d
2 changed files with 16 additions and 5 deletions
|
@ -8,10 +8,10 @@
|
|||
#creative_mode = false
|
||||
|
||||
# Sets the behaviour of the inventory items when a player dies.
|
||||
# "bones": Store items in a bone node but drop items if inside protected area.
|
||||
# "drop": Drop items on the ground.
|
||||
# "keep": Player keeps items.
|
||||
#bones_mode = "bones"
|
||||
# bones: Store items in a bone node but drop items if inside protected area.
|
||||
# drop: Drop items on the ground.
|
||||
# keep: Player keeps items.
|
||||
#bones_mode = bones
|
||||
|
||||
# The time in seconds after which the bones of a dead player can be looted by
|
||||
# everyone.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue