Skip to content

Commit

Permalink
Remove string dupe exploit setting (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leguan16 authored Nov 28, 2024
1 parent 98e50d6 commit 9bf60fb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions config-specs/paper/paper-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,11 +449,6 @@ unsupported-settings:
possible, for example sand duplication. This
setting is not recommended to be enabled, but is provided for those who
wish to use it.
allow-tripwire-disarming-exploits:
default: "false"
description: >-
Whether the server should allow tripwire disarming exploits. This allows
the duplication of string.
watchdog:
early-warning-delay:
default: "10000"
Expand Down
2 changes: 0 additions & 2 deletions config-specs/paper/vanilla/paper-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,5 @@ unsupported-settings:
default: "true"
allow-unsafe-end-portal-teleportation:
default: "true"
allow-tripwire-disarming-exploits:
default: "true"
perform-username-validation:
default: "false"
8 changes: 0 additions & 8 deletions docs/paper/admin/misc/paper-bug-fixes.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ unsupported-settings:
allow-unsafe-end-portal-teleportation: true
```
Similarly, we also allow you to enable string-based duplication bugs with the following config option:
```yaml title="config/paper-global.yml"
unsupported-settings:
allow-tripwire-disarming-exploits: true
```
This is a [long term bug](https://bugs.mojang.com/browse/MC-129055) that has not yet been fixed by Mojang. We have
fixed it in Paper, but we provide a config option to restore Vanilla behavior.
## Block breaking
We also fix the ability to break Bedrock and End Portal frames. We do also provide a config option to restore this
Expand Down

0 comments on commit 9bf60fb

Please sign in to comment.