Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-7130

ClickEvent.Action.RUN_COMMAND doesn't work anymore in 1.19.1

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Minor Minor
    • None
    • None
    • None
    • Java 17 on a Windows.

    • version 3561-Spigot-2183145-8f36472 (MC: 1.19.1)
    • Yes

      Hey ! 
      I created a textComponent long time ago that normally run a command when it is clicked but since the 1.19.1, it doesn't work anymore:

      TextComponent finish = new TextComponent(StringConverter.coloredString("&4&l[FINISH]"));
      finish.setClickEvent(new ClickEvent(ClickEvent.Action.RUN_COMMAND, "exit")); 

      Nothing is sent, and I don't find information related to a modification of that so I believe it's an issue.

            Unassigned Unassigned
            Ssomar Ssomar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: