From 57ab68f4ee340abb4fd9f7e2bebb20b23ce9b38f Mon Sep 17 00:00:00 2001 From: Noah <59799222+Leguan16@users.noreply.github.com> Date: Thu, 28 Nov 2024 18:17:57 +0100 Subject: [PATCH] Remove string dupe exploit setting (#11670) --- patches/server/Paper-config-files.patch | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/patches/server/Paper-config-files.patch b/patches/server/Paper-config-files.patch index f3927904c4..8946797c22 100644 --- a/patches/server/Paper-config-files.patch +++ b/patches/server/Paper-config-files.patch @@ -653,8 +653,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + public UnsupportedSettings unsupportedSettings; + + public class UnsupportedSettings extends ConfigurationPart { -+ @Comment("This setting controls if the broken behavior of disarmed tripwires not breaking should be allowed. This also allows for dupes") -+ public boolean allowTripwireDisarmingExploits = false; + @Comment("This setting allows for exploits related to end portals, for example sand duping") + public boolean allowUnsafeEndPortalTeleportation = false; + @Comment("This setting controls if players should be able to break bedrock, end portals and other intended to be permanent blocks.") @@ -1417,7 +1415,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + path("limit-player-interactions"), + path("warnWhenSettingExcessiveVelocity"), + path("logging", "use-rgb-for-named-text-colors"), -+ path("unsupported-settings", "allow-grindstone-overstacking") ++ path("unsupported-settings", "allow-grindstone-overstacking"), ++ path("unsupported-settings", "allow-tripwire-disarming-exploits") + }; + +}