clickable text does not work
Closed
clickable text does not work
Summary
Clickable Events that run non-mythicmob commands created by the Message Skill and JSON Message skill fail to trigger. currently affecting the latest dev build.
Steps to reproduce
- Set up listed skill.
- Trigger the skill.
- attempt to click on the Click Me!
https://pastebin.com/GLz33PN0 Mobs https://pastebin.com/vECuPzcC Skill
Current behavior
Does nothing
Intended correct behavior
Runs the say command, saying text successful.
Server log file
Debug log snippet
Proposed fixes
I have no clue
added Being Worked On Bug labels
marked #925 (closed) as a duplicate of this issue
marked this issue as related to #925 (closed)
removed Being Worked On label
removed Bug label
added Non-Plugin Issue label
Looked into this. This is a vanilla issue.
Since the introduction of chat signatures in 1.19.1, the client no longer executes commands that require signed arguments like the /say or /tell command to prevent the server from sending signed messages on the clients behalf.
Certain vanilla commands will not work and there is nothing we can really do about it. But other commands, such as commands from plugins, work fine.