When on my snapshot server with a friend, we were using a /tellraw to let players use the /trigger command. However, almost every single time, we were told the trigger wasn't enabled, even though we had a command block enabling the trigger for all players constantly.
Even after testing the command without the tellraw, we were still told the trigger wasn't enabled, which was, after checking the scoreboard.dat, simply not true.
Attachments
Comments 5
Commands are as follows:
/scoreboard objectives add radar trigger
This is on a clock to enable it for anyone joining the server:
/scoreboard players enable @a radar
/tellraw @a[m=0] {"text":"","extra":[{"text":"[Activate Radar]","color":"green","bold":"true","clickEvent":{"action":"run_command","value":"/trigger radar set 1"}}]}
(Also on a clock so it is constantly on the screen)
Interstingly, when in creative, the command seems to work around half the time, but when in survival it doesn't work at all.
This is the case even without the [m=0] argument
Is this still a concern in the current Minecraft version? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases. If this has been done, we can reopen the issue.
Keep in mind that the "Resolved"-Status on this ticket just means "Answered", and that we are waiting for further information on whether this issue still exists or not. We will reopen it as soon as the requested information has been delivered.
Please force a crash by pressing F3 + C for 10 seconds while in-game and attach the crash report (
[minecraft/crash-reports/crash-<DATE>-client.txt|http://hopper.minecraft.net/help/finding-minecraft-data-folder]
) here.Please provide the exact commands you've used.