Colored message with click and hover, current format
- Input
- &aServidor &lonline&r! &cClique aqui, clique abre URL, hover "Abrir site"
- Expected output
- /tellraw @a {"text":"","extra":[{"text":"Servidor ","color":"green"},{"text":"online","color":"green","bold":true},{"text":"! "},{"text":"Clique aqui","color":"red"}],"click_event":{"action":"open_url","url":"https://jkit.tools"},"hover_event":{"action":"show_text","value":{"text":"Abrir site"}}}
The leading `"text":""` keeps the first run's style from bleeding into the rest; each colored chunk sits separately inside `"extra"`.