• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.
  • Minecraft 1.16.220 Update + Bug/Crash Fixes
    Added MCPE 1.16.220 version and fixed crashes for multiple plugins. You can view the full changelist here.
  • Forum Updates - 4/11/2021
    Various changes have been made to the forums and a few categories. You can view the full changelist here.

Server/World Selecter GUI

Warning!
Hello , there have been no replies in this thread for more than 30 days.
Please make sure you have a valid reason before you reply to this thread or you may face moderation action.
#1
Server/World Selecter GUI
By WorldGamingPlayz Other Name MrFrogGaming

/cmd create games
/cmd add games %player% = %p%
/cmd add games if varset(%args%[1]) then %player% = %args%[1]
/cmd add games %gui%[\"type\"] = \"form\"
/cmd add games %gui%[\"title\"] = \"§6§lGame Selection\"
/cmd add games %gui%[\"content\"] = \"§aChoose a game to play!\"
/cmd add games %warp1%[\"text\"] = \"§a§lParkour\"
/cmd add games %warp2%[\"text\"] = \"§9§lSkywars\"
/cmd add games %warp3%[\"text\"] = \"§e§lFactions\"
/cmd add games %warp4%[\"text\"] = \"§6§lKitPVP\"
/cmd add games %warp5%[\"text\"] = \"§b§lCreative\"
/cmd add games %warp6%[\"text\"] = \"§3§lRolePlay\"
/cmd add games %buttons%[] = %warp0%
/cmd add games %buttons%[] = %warp1%
/cmd add games %buttons%[] = %warp2%
/cmd add games %buttons%[] = %warp3%
/cmd add games %buttons%[] = %warp4%
/cmd add games %buttons%[] = %warp5%
/cmd add games %buttons%[] = %warp6%
/cmd add games %gui%[\"buttons\"]= %buttons%
/cmd add games %response% = dialog(%player%, %gui%)
/cmd add games if varset(%response%) = 0 then exit
/cmd add games if %response% = 1 then /transferserver (server took out since private) (port private)
/cmd add games if %response% = 2 then /transferserver (server took out since private) (port private)
/cmd add games if %response% = 3 then /transferserver (server took out since private) (port private)
/cmd add games if %response% = 4 then /transferserver (server took out since private) (port private)
/cmd add games if %response% = 5 then /transferserver (server took out since private) (port private)
/cmd add games if %response% = 6 then /transferserver (server took out since private) (port private)

Hope You Guys Enjoy