From 87bacc490afd2b0ae8edf583807a8d84f35d2589 Mon Sep 17 00:00:00 2001 From: Charles Richards Date: Tue, 16 Jun 2026 18:36:45 -0700 Subject: [PATCH] Clarify tripwire hook duplication limitations --- src/content/docs/paper/admin/misc/paper-bug-fixes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/docs/paper/admin/misc/paper-bug-fixes.md b/src/content/docs/paper/admin/misc/paper-bug-fixes.md index 4bbb69cf4..37b2c96c7 100644 --- a/src/content/docs/paper/admin/misc/paper-bug-fixes.md +++ b/src/content/docs/paper/admin/misc/paper-bug-fixes.md @@ -48,6 +48,12 @@ unsupported-settings: skip-tripwire-hook-placement-validation: true ``` +Enabling this option does not guarantee that every tripwire hook duplicator design will work. +Designs that rely on a same-tick door update may still fail because of Paper's block physics handling. See +[the maintainer explanation](https://github.com/PaperMC/Paper/issues/12114#issuecomment-2660579220) +for more context. The [original implementation](https://github.com/PaperMC/Paper/pull/12091) +was tested using [this duplicator design](https://www.youtube.com/watch?v=sRYuZn4r9RY). + ## Block breaking We also fix the ability to break Bedrock and End Portal frames. We do also provide a config option to restore this