-
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"
}
}
]
}
- duplicates
-
MC-30907 /tellraw fails to execute a command if the player who interacts would be unable to execute it
- Resolved