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

/tellraw doesn't work for players without certain permissions

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • Minecraft 14w27b
    • None
    • Unconfirmed

      Simple tellraw command won't run if the player has no permissions for executing it.

      /tellraw @p {
          text: "Teleport to: ",
          extra: [
              {
                  text: "Spawn",
                  color: "yellow",
                  hoverEvent: {
                      action: "show_text",
                      value: "Teleport to Spawn"
                  },
                  clickEvent: {
                      action: "run_command",
                      value: "/tp 0 66.1 0"
                  }
              }
          ]
      }
      

            Unassigned Unassigned
            MarekZeman91 Marek Zeman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: