config/gravestone-server: remove obituary
This commit is contained in:
parent
c7e18764ae
commit
091cc0d2c2
18
config/gravestone-server.toml
Normal file
18
config/gravestone-server.toml
Normal file
@ -0,0 +1,18 @@
|
||||
#If this is set to true you get an obituary after you died
|
||||
enable_obituary = true
|
||||
#The blocks that can be replaced with a grave
|
||||
#If it starts with '#' it is a tag
|
||||
replaceable_blocks = ["#gravestone:grave_replaceable"]
|
||||
#If this is set to true the obituary will be taken out of your inventory when you break the grave
|
||||
remove_obituary = true
|
||||
#If this is set to true only the player that owns the grave and admins can break the grave
|
||||
only_owners_can_break = false
|
||||
#If this is set to true the ghost of the dead player will be spawned when the grave is broken
|
||||
spawn_ghost = false
|
||||
#If this is set to true the ghost player will defend the player
|
||||
friendly_ghost = true
|
||||
#If this is set to true you get your items back into your inventory by sneaking on the grave
|
||||
sneak_pickup = false
|
||||
#If this is set to true you get your items sorted back into your inventory by breaking the grave
|
||||
break_pickup = true
|
||||
|
@ -8,6 +8,10 @@ hash = "b01af0810a74afddfdf1d0918582f7e2d6f4205a93edd649870db793b7ace980"
|
||||
file = "config/bcc-common.toml"
|
||||
hash = "9ac8fa60374372082de84c90df2f65baa71a04e1d4427f84e130f4a7751c925d"
|
||||
|
||||
[[files]]
|
||||
file = "config/gravestone-server.toml"
|
||||
hash = "c503a51e9cc55cae8fc16c2584c3dc2e6e802d6650455ca103c0132e5b6da7d6"
|
||||
|
||||
[[files]]
|
||||
file = "config/iceandfire-common.toml"
|
||||
hash = "977b4f6245bf14ae32821116e49c5fc0b196cddd3dac22ba9a2f511799d515f0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user