defaultconfigs/gravestone-server: remove obituary
This commit is contained in:
parent
c7e18764ae
commit
bbfef33ffb
18
defaultconfigs/gravestone-server.toml
Normal file
18
defaultconfigs/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"
|
file = "config/bcc-common.toml"
|
||||||
hash = "9ac8fa60374372082de84c90df2f65baa71a04e1d4427f84e130f4a7751c925d"
|
hash = "9ac8fa60374372082de84c90df2f65baa71a04e1d4427f84e130f4a7751c925d"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/gravestone-server.toml"
|
||||||
|
hash = "c503a51e9cc55cae8fc16c2584c3dc2e6e802d6650455ca103c0132e5b6da7d6"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/iceandfire-common.toml"
|
file = "config/iceandfire-common.toml"
|
||||||
hash = "977b4f6245bf14ae32821116e49c5fc0b196cddd3dac22ba9a2f511799d515f0"
|
hash = "977b4f6245bf14ae32821116e49c5fc0b196cddd3dac22ba9a2f511799d515f0"
|
||||||
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "408ad988188930b5d14fb6f1f1784b782c431a04104a1278cd8e3f580b9fd0cc"
|
hash = "d807ae779e1e16af2ad0d3d7d4675263b50c8d3036a7d1bb9a41a113f5430295"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.4.0"
|
forge = "47.4.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user