-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.7.4
-
Windows 8
-
Unconfirmed
-
Creative
Please Note: It was an error in my redstone creation. But, another bug was possibly found.*
Summary
I had a clock going that would clear the wither effect from all players in gamemode 1 (creative). [This worked.] Once that happened it sends out a redstone signal that would go to some command blocks that would output using the /tellraw command.
What I expected to happen was...:
I expected the command within the /tellraw click event section to work.
What actually happened was...:
The click event didn't work, and produced an error.
Steps to Reproduce:
Reproducing this bug has come to be a problem. It seems to affect random command blocks. Sorry that this section is of no help.
The Command I Used:
There might be an error in my command, like it says, but I couldn't find what error it was talking about.
/tellraw @a[m=1] {"text":"","extra":[{"text":"New Potion?","color":"gold","bold":"false","italic":"false","underlined":"false","strikethrough":"false","obfuscated":"false","clickEvent":{"action":"run_command","value":"/give @p minecraft:potion 1 16428 {CustomPotionEffects:[{Id:20,Amplifier:2,Duration:100}],display:{Name:\"OP/Admin Extra Commands\"}}"},"hoverEvent":{"action":"show_text","value":"Give yourself a new potion."}}]}
- duplicates
-
MC-30955 Chat message too long when using /tellraw command
- Resolved