EpicBanItemTeam / VirtualChest

A sponge plugin providing virtual chest GUIs for menus like ChestCommands
https://ore.spongepowered.org/zzzz/VirtualChest
GNU Lesser General Public License v3.0
34 stars 12 forks source link

adding tellraw command to a gui #96

Closed ThePro1604 closed 5 years ago

ThePro1604 commented 5 years ago

i created an item that when someone press it, it will use the tell raw command tellraw @r {"text":"","extra":[{"text":"Click here","color":"white","clickEvent":{"action":"open_url","value":"https://www.serverpact.com/vote-40061"}}]}

but when i put the tell raw in the command area it breaks and show the chest gui doesnt exists

DiamondArrow commented 5 years ago

I believe this may be due to the quotes in your tellraw. Try replacing all " with \" in that command

ThePro1604 commented 5 years ago

that worked thank you im closing the thread