defaultconfigs/gravestone-server: remove obituary
This commit is contained in:
parent
c7e18764ae
commit
50c2cd2f30
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
|
||||||
|
|
@ -32,6 +32,10 @@ hash = "a5c68ae1a3e5ad4a0b93efee1ad9d3baa65ca0c9cd59d6378c856d1b7f94282e"
|
|||||||
file = "config/xenon++.toml"
|
file = "config/xenon++.toml"
|
||||||
hash = "7b2eb5a96b1b53c891dcecf226ad417c579593c08276f6569bbb69a5413374b6"
|
hash = "7b2eb5a96b1b53c891dcecf226ad417c579593c08276f6569bbb69a5413374b6"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "defaultconfigs/gravestone-server.toml"
|
||||||
|
hash = "c503a51e9cc55cae8fc16c2584c3dc2e6e802d6650455ca103c0132e5b6da7d6"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/3dskinlayers.pw.toml"
|
file = "mods/3dskinlayers.pw.toml"
|
||||||
hash = "505dbb620ba28bc0d2d42518976cf0dd1dd574904a96db7dc769d05285ddfef8"
|
hash = "505dbb620ba28bc0d2d42518976cf0dd1dd574904a96db7dc769d05285ddfef8"
|
||||||
|
@ -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 = "d094d8186514fae346e191a3a4f406c0c6113e49c6df0a09baa154ea788e96d0"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.4.0"
|
forge = "47.4.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user