Tuke-Nuke / TuSKe

TuSKe is a Skript addons which brings some new cool things and some simple plugins hook.
18 stars 36 forks source link

GUI not working #89

Closed masmc05 closed 4 years ago

masmc05 commented 4 years ago

I used exemple fragment (https://hastebin.com/owawumasav.sql): command /servers: trigger: create a gui with virtual chest with 6 rows named "&4Select the server": make next gui with diamond sword named "&4PvP server": send "You will be teleported to the Pvp server" execute player command "/server pvp" make next gui with grass named "&aSkyBlock": send "You will be teleported to the Skyblock server" execute player command "/server skyblock" open last gui to player loaded without errors, no errors in console, but when i click nothing happens version: 1.8.2-Pikachu-Patch-3

masmc05 commented 4 years ago

afther switching debug_mode to true all works great