Skip to content

Clickable signs no longer work #787

@molor

Description

@molor

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

No one assigned

    Labels

    area/miscIssues that don't fit particularly well into any other areas.blocked/dependencyAwaiting a dependency version bump.type/bugUnintended behavior or fault.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions