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

Duplicate

Marek Zeman

2014-07-07, 02:09 PM

2014-07-07, 02:41 PM

2014-07-07, 02:41 PM

0

2

Unconfirmed

Minecraft 14w27b

-