mojira.dev
MC-94159

open_url not working

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.

Comments 2

www.google.com is not an URL, use http://www.google.com

Oh OK I didn't realize Minecraft uses strict URL typing - even Windows+R and typing 'www.google.com' pulls up the webpage, may be something that can be added later?
Nice to know it isn't actually a bug, now I can go continue making my map.

Walt McCaslin

(Unassigned)

Unconfirmed

Minecraft 15w50a

Retrieved