mojira.dev
MC-60849

/tellraw doesn't work for players without certain permissions

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"
            }
        }
    ]
}

Linked issues

Comments 1

Marek Zeman

(Unassigned)

Unconfirmed

Minecraft 14w27b

Retrieved