From 091cc0d2c21c8ce32774f451f4df335ecbde489e Mon Sep 17 00:00:00 2001 From: Yonah Date: Wed, 25 Jun 2025 01:04:39 +0900 Subject: [PATCH] config/gravestone-server: remove obituary --- config/gravestone-server.toml | 18 ++++++++++++++++++ index.toml | 4 ++++ pack.toml | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 config/gravestone-server.toml diff --git a/config/gravestone-server.toml b/config/gravestone-server.toml new file mode 100644 index 0000000..1aef57c --- /dev/null +++ b/config/gravestone-server.toml @@ -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 + diff --git a/index.toml b/index.toml index 5c3f2a8..ee170dd 100644 --- a/index.toml +++ b/index.toml @@ -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" diff --git a/pack.toml b/pack.toml index 5836fd0..7705ce9 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "408ad988188930b5d14fb6f1f1784b782c431a04104a1278cd8e3f580b9fd0cc" +hash = "d807ae779e1e16af2ad0d3d7d4675263b50c8d3036a7d1bb9a41a113f5430295" [versions] forge = "47.4.0"