From 50c2cd2f30835407ad5a0633566c7abd9d85a893 Mon Sep 17 00:00:00 2001 From: Yonah Date: Wed, 25 Jun 2025 01:04:39 +0900 Subject: [PATCH] defaultconfigs/gravestone-server: remove obituary --- defaultconfigs/gravestone-server.toml | 18 ++++++++++++++++++ index.toml | 4 ++++ pack.toml | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 defaultconfigs/gravestone-server.toml diff --git a/defaultconfigs/gravestone-server.toml b/defaultconfigs/gravestone-server.toml new file mode 100644 index 0000000..1aef57c --- /dev/null +++ b/defaultconfigs/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..6c578dd 100644 --- a/index.toml +++ b/index.toml @@ -32,6 +32,10 @@ hash = "a5c68ae1a3e5ad4a0b93efee1ad9d3baa65ca0c9cd59d6378c856d1b7f94282e" file = "config/xenon++.toml" hash = "7b2eb5a96b1b53c891dcecf226ad417c579593c08276f6569bbb69a5413374b6" +[[files]] +file = "defaultconfigs/gravestone-server.toml" +hash = "c503a51e9cc55cae8fc16c2584c3dc2e6e802d6650455ca103c0132e5b6da7d6" + [[files]] file = "mods/3dskinlayers.pw.toml" hash = "505dbb620ba28bc0d2d42518976cf0dd1dd574904a96db7dc769d05285ddfef8" diff --git a/pack.toml b/pack.toml index 5836fd0..1e5e9e9 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 = "d094d8186514fae346e191a3a4f406c0c6113e49c6df0a09baa154ea788e96d0" [versions] forge = "47.4.0"