Mojira Archive
MC-48969

Tellraw crashes if clickEvent is an URL without "http://"

When using the command

/tellraw @a {text:"Link",color:green,clickEvent:{action:open_url,value:"google.com"}}

the game crashes. But does not crash with

/tellraw @a {text:"test",color:blue,clickEvent:{action:open_url,value:"http://google.com"}}