From ab7492938e5748ef00787440e1965985089e2643 Mon Sep 17 00:00:00 2001 From: Aiounnae <101949591+Aiounnae@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:01:47 +0100 Subject: [PATCH 1/2] Added NoDepthWithGrace to config --- paper/config/plugins/SimpleAdminHacks/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paper/config/plugins/SimpleAdminHacks/config.yml b/paper/config/plugins/SimpleAdminHacks/config.yml index 8a35fa7..d81f938 100644 --- a/paper/config/plugins/SimpleAdminHacks/config.yml +++ b/paper/config/plugins/SimpleAdminHacks/config.yml @@ -101,7 +101,6 @@ hacks: enabled: true # The list of PotionEffectType's that you do not wish players to receive. naughty: - - DOLPHINS_GRACE - BAD_OMEN - SLOW_DIGGING - SLOW_FALLING @@ -182,6 +181,8 @@ hacks: disableEndGatewayTP: false ItemMetaConverterHack: enabled: true + NoDepthWithGrace: + enabled: true OldEnchanting: enabled: true # Hides what enchantment will be granted within the Enchanting Table From 4c003ddb9d63191e330c854db7e8f89cd3880787 Mon Sep 17 00:00:00 2001 From: Aiounnae <101949591+Aiounnae@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:23:41 +0100 Subject: [PATCH 2/2] Fixed naming error in config ( correct one: NoGraceWithDepth) --- paper/config/plugins/SimpleAdminHacks/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/config/plugins/SimpleAdminHacks/config.yml b/paper/config/plugins/SimpleAdminHacks/config.yml index d81f938..6a49b60 100644 --- a/paper/config/plugins/SimpleAdminHacks/config.yml +++ b/paper/config/plugins/SimpleAdminHacks/config.yml @@ -181,7 +181,7 @@ hacks: disableEndGatewayTP: false ItemMetaConverterHack: enabled: true - NoDepthWithGrace: + NoGraceWithDepth: enabled: true OldEnchanting: enabled: true