Add skipTripwireHookPlacementValidation (#12091)

This allows for the configuration of tripwire hook duping.
This commit is contained in:
Owen
2025-02-10 17:04:38 -05:00
committed by GitHub
parent cafef9ce9b
commit fa5824e4c8
2 changed files with 3 additions and 1 deletions

View File

@ -171,6 +171,8 @@ public class GlobalConfiguration extends ConfigurationPart {
public class UnsupportedSettings extends ConfigurationPart {
@Comment("This setting allows for exploits related to end portals, for example sand duping")
public boolean allowUnsafeEndPortalTeleportation = false;
@Comment("This setting controls the ability to enable dupes related to tripwires.")
public boolean skipTripwireHookPlacementValidation = false;
@Comment("This setting controls if players should be able to break bedrock, end portals and other intended to be permanent blocks.")
public boolean allowPermanentBlockBreakExploits = false;
@Comment("This setting controls if player should be able to use TNT duplication, but this also allows duplicating carpet, rails and potentially other items")