We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a5b46 commit 49b377cCopy full SHA for 49b377c
1 file changed
src/content/docs/paper/admin/misc/paper-bug-fixes.md
@@ -42,6 +42,12 @@ unsupported-settings:
42
allow-unsafe-end-portal-teleportation: true
43
```
44
45
+If you wish to re-enable tripwire hook duping exploits, you may do so by enabling the following config option:
46
+```yaml title="config/paper-global.yml"
47
+unsupported-settings:
48
+ skip-tripwire-hook-placement-validation: true
49
+```
50
+
51
## Block breaking
52
53
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