Bug Closed · Invalid

clickable text does not work

#4293 opened by Unknown 2 years ago

Unknownreported this bug

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

  1. Set up listed skill.
  2. Trigger the skill.
  3. 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

https://pastebin.com/WfyUGxTs

Debug log snippet

https://pastebin.com/iUF71ah9

Proposed fixes

I have no clue

Unknowncommented

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.

Sign in to join the discussion.