I am making a help gui in my server and I want it to be so when you click a button the another gui opens with commands to help you. I made the first gui and the gui's after you click, but I am unsure on how to format them. Code so far:
command /helpgui:
trigger:
open virtual chest with size 3 named "Help Gui" to player
#Back Button#
format gui slot 18 of player with arrow named "&cExit" to run:
close player's inventory
#Starter Help#
format gui slot 11 of player with Yellow Stained Glass Pane named "&eStarter Help" to run:
open virtual chest with size 3 named "&eStarter Help" to player
#Warp Help#
format gui slot 13 of player with Lime Stained Glass Pane named "&aWarp Help" to run:
open virtual chest with size 3 named "&aWarp Help" to player
#Report Help#
format gui slot 15 of player with Light Blue Stained Glass Pane named "&bReport Help" to run:
open virtual chest with size 3 named "&bReport Help" to player