Can someone make a skript gui where you can open a gui and press servers then press a game like skyblock and then it will teleport you to a world. This is my code so far:
Code:
command /Menu:
trigger:
open virtual chest inventory with 1 rows named "&aMenu" to player
format gui slot 0 of player with black stained glass pane named " " to do nothing
format gui slot 1 of player with black stained glass pane named " " to do nothing
format gui slot 2 of player with black stained glass pane named " " to do nothing
format gui slot 3 of player with black stained glass pane named " " to do nothing
format gui slot 4 of player with black concrete named "&3Servers" to do nothing
format gui slot 5 of player with black stained glass pane named " " to do nothing
format gui slot 6 of player with black stained glass pane named " " to do nothing
format gui slot 7 of player with black stained glass pane named " " to do nothing
format gui slot 8 of player with barrier named "&cClose the Menu" to close
on join:
give player 1 book named "&4Menu"
on rightclick:
player is holding book named "&4Menu":
cancel event
make player execute command "/menu"
Last edited: