Skip to content

Commit 9bf60fb

Browse files
authored
Remove string dupe exploit setting (#502)
1 parent 98e50d6 commit 9bf60fb

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

config-specs/paper/paper-global.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -449,11 +449,6 @@ unsupported-settings:
449449
possible, for example sand duplication. This
450450
setting is not recommended to be enabled, but is provided for those who
451451
wish to use it.
452-
allow-tripwire-disarming-exploits:
453-
default: "false"
454-
description: >-
455-
Whether the server should allow tripwire disarming exploits. This allows
456-
the duplication of string.
457452
watchdog:
458453
early-warning-delay:
459454
default: "10000"

config-specs/paper/vanilla/paper-global.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,5 @@ unsupported-settings:
5151
default: "true"
5252
allow-unsafe-end-portal-teleportation:
5353
default: "true"
54-
allow-tripwire-disarming-exploits:
55-
default: "true"
5654
perform-username-validation:
5755
default: "false"

docs/paper/admin/misc/paper-bug-fixes.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ unsupported-settings:
4343
allow-unsafe-end-portal-teleportation: true
4444
```
4545
46-
Similarly, we also allow you to enable string-based duplication bugs with the following config option:
47-
```yaml title="config/paper-global.yml"
48-
unsupported-settings:
49-
allow-tripwire-disarming-exploits: true
50-
```
51-
This is a [long term bug](https://bugs.mojang.com/browse/MC-129055) that has not yet been fixed by Mojang. We have
52-
fixed it in Paper, but we provide a config option to restore Vanilla behavior.
53-
5446
## Block breaking
5547
5648
We also fix the ability to break Bedrock and End Portal frames. We do also provide a config option to restore this

0 commit comments

Comments
 (0)