-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 14w06b
-
None
-
Mac
-
Unconfirmed
I have been having issues with my tellraw commands.
/tellraw @a {"text":"","extra":[{"text":"click here","color":"white","clickEvent":{"action":"run_command","value":"/trigger boss set 1"}}]}
/scoreboard objectives add boss trigger
/scoreboard players enable @a boss
I have watched a lot of videos and I can't figure out If i am doing something wrong. When I run a /trigger command without the /tellraw I am told that I do or don't have permission, however when I run the tell raw command above nothing happens.
Assuming this was an issue with my the new trigger command.
Rereading everything I could find about /tellraw i double checked my command with something I knew should work:
/tellraw @a {"text":"","extra":[{"text":"click here","color":"white","clickEvent":{"action":"run_command","value":"/say hello"}}]}
As far as I can tell, I can't click on the "click here" text. I click it and nothing happens, there is no way to tell if that works... is there a problem with my command? or is it something about my client, or maybe the fact that I am playing on a mac.
- duplicates
-
MC-33677 Multiplayer: Clickable text in /tellraw not working if Options->Multiplayer->Weblinks are off
- Resolved