Hallo,
i have made a GUI for my Lobby & it works fine! But now i downgraded the Server
to 1.8.8 (befor = 1.11) & now the GUI is empty No Errors on Console and it still
work (Teleport to Location) but the Items are invisible... here my code:
i hope u can help me >.<
i have made a GUI for my Lobby & it works fine! But now i downgraded the Server
to 1.8.8 (befor = 1.11) & now the GUI is empty No Errors on Console and it still
work (Teleport to Location) but the Items are invisible... here my code:
code_language.skript:
on rightclick holding compass:
open chest with 5 rows named "{@teleportname}" to player
format slot 4 of player with {@game1item} named "{@game1name}" to close then run [teleport player to {warp.game1.location}]
format slot 11 of player with {@game2item} named "{@game2name}" to close then run [teleport player to {warp.game2.location}]
format slot 15 of player with {@game3item} named "{@game3name}" to close then run [teleport player to {warp.game3.location}]
format slot 22 of player with {@spawnitem} named "&b&lSpawn" to close then run [teleport player to {warp.spawn.location}]
format slot 29 of player with {@game4item} named "{@game4name}" to close then run [teleport player to {warp.game4.location}]
format slot 33 of player with {@game5item} named "{@game5name}" to close then run [teleport player to {warp.game5.location}]
format slot 40 of player with {@storeitem} named "&6&lStore &c(coming soon)" to close then run [teleport player to {warp.store.location}]
i hope u can help me >.<