-
Bug
-
Resolution: Invalid
-
None
-
Minecraft 15w50a
-
None
-
Windows 7, AMD Semprom 140 single-core 2.7 GHz x86_64, 64-bit Java version 1.8.0_66, NVidia GeForce 6150SE nForce 430 Integrated SSE2 graphics
-
Unconfirmed
When using JSON text, the "open_url" option for "clickEvent" does not do anything. I tested my configuration by changing
tellraw @a {"text":"help","clickEvent":{"action":"open_url","value":"www.google.com"}}
to
tellraw @a {"text":"help","clickEvent":{"action":"run_command","value":"www.google.com"}}
and running the command. Upon clicking the word "test" it outputs "www.google.com" to the chat as it should be, but the original configuration will do nothing when clicked.