Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-114489

clickEvent property in JSON text doesn't work with /title

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Works As Intended
    • None
    • Minecraft 1.11.2, Minecraft 17w06a
    • None
    • Confirmed

      The clickEvent property of JSON text is supposed to allow you to trigger things when the displayed text is clicked. But when used with text for the /title command, it doesn't, though it displays fine otherwise and throws no errors.

      To Reproduce:

      1. Put this in a command block:

      /title @a subtitle {"text":"Click here to continue.","underlined":true,"color":"blue","clickEvent":{"action":"run_command","value":"/say Oh, hey, I continued!"}}

      2. Trigger the command block.

      3. While the subtitle is displayed, open the chat to unlock your mouse, and click the title text. Nothing happens, whereas the clickEvent clearly should trigger a message in the chat.

            Unassigned Unassigned
            IceMetalPunk Daniel Burnett
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: