-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Labels
area/miscIssues that don't fit particularly well into any other areas.Issues that don't fit particularly well into any other areas.blocked/dependencyAwaiting a dependency version bump.Awaiting a dependency version bump.type/bugUnintended behavior or fault.Unintended behavior or fault.
Description
Hello.
We're using signs in our lobby room with some commands inside it that runs as player if he perform a right-click on the sign.
But now these commands work only if the arena is in edit mode.
I think it's related to af513b0
I could solve this issue myself by "cancelling the cancellation" of interact event, but you cancel it in MONITOR
priority (a priority that should only be used ONLY TO LISTEN TO EVENT RESULTS :/ otherwise it can at least break some logging plugins)...
Example of sign (for easy reproduce):
setblock ~ ~ ~ minecraft:oak_sign{front_text:{messages:['{"clickEvent":{"action":"run_command","value":"ma j"},"extra":[{"color":"dark_red","text":"Click"}],"text":""}',"''","''","''"]}}
Metadata
Metadata
Assignees
Labels
area/miscIssues that don't fit particularly well into any other areas.Issues that don't fit particularly well into any other areas.blocked/dependencyAwaiting a dependency version bump.Awaiting a dependency version bump.type/bugUnintended behavior or fault.Unintended behavior or fault.