• 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.

Per WORLD Kits(Gui Only)

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
Note( THIS IS A MENU ONLY , THERE ARE NO KITS ON THE GUI , ONLY THE COMMANDS FOR A SAMPLE)
Make sure to add your Own kits And Feel Free to do any changes.

since i have seen players asking on how to use different kits on every WORLD this is a simple way to do it using gui Menus.
Every menu will popup on there respective WORLD.
Let me know if there is a problem

cmd delete kits
cmd create kits

cmd edit kits 1 %player% = %p%
cmd edit kits 2 if varset(%args%[1]) then %player% = %args%[1]
cmd edit kits 3 if %level% = \"standard\" then goto 104
cmd edit kits 4 if %level% = \"world\" then goto 200
cmd edit kits 5 if %level% = \"plots\" then goto 300
cmd edit kits 6 if %level% = \"podzol\" then goto 400
cmd edit kits 7 exit
cmd edit kits 104 %gui%[\"type\"] = \"form\"
cmd edit kits 105 %gui%[\"title\"] = \"§2FACTIONS+KITS\"
cmd edit kits 106 %gui%[\"content\"] = \"§3YOUR KIT RANK!\"
cmd edit kits 107 %warp0%[\"text\"] = \"Cancel\"
cmd edit kits 108 %warp1%[\"text\"] = \"§c▆§l§aSTART KIT§c▆\"
cmd edit kits 109 %warp2%[\"text\"] = \"§c▆§l§bRANK-E KIT & UP§c▆\"
cmd edit kits 110 %warp3%[\"text\"] = \"§c▆§l§dRANK-J KIT & UP§c▆\"
cmd edit kits 111 %warp4%[\"text\"] = \"§c▆§l§eRANK-O & UP§c▆\"
cmd edit kits 112 %warp5%[\"text\"] = \"SOON\"
cmd edit kits 113 %warp6%[\"text\"] = \"SOON\"
cmd edit kits 114 %warp7%[\"text\"] = \"§c▁▆§l§1VOTER-KIT§c▆ \"
cmd edit kits 115 %buttons%[] = %warp1%
cmd edit kits 116 %buttons%[] = %warp2%
cmd edit kits 117 %buttons%[] = %warp3%
cmd edit kits 118 %buttons%[] = %warp4%
cmd edit kits 119 %buttons%[] = %warp5%
cmd edit kits 120 %buttons%[] = %warp6%
cmd edit kits 121 %buttons%[] = %warp7%
cmd edit kits 122 %gui%[\"buttons\"] = %buttons%
cmd edit kits 123 %response% = dialog(%player%, %gui%)
cmd edit kits 124 if varset(%response%) = %false% then exit
cmd edit kits 125 if %response% = 0 then /startkit
cmd edit kits 126 if %response% = 1 then /echo
cmd edit kits 127 if %response% = 2 then /juliett
cmd edit kits 128 if %response% = 3 then /kito
cmd edit kits 129 if %response% = 4 then message %p% not yet
cmd edit kits 130 if %response% = 5 then message %p% not yet
cmd edit kits 131 if %response% = 6 then /votekit
cmd edit kits 132 exit


cmd edit kits 200 # 200
cmd edit kits 204 %gui%[\"type\"] = \"form\"
cmd edit kits 205 %gui%[\"title\"] = \"§2SURVIVAL+KITS\"
cmd edit kits 206 %gui%[\"content\"] = \"§3Survival world!\"
cmd edit kits 207 %warp0%[\"text\"] = \"Cancel\"
cmd edit kits 208 %warp1%[\"text\"] = \"§c▆§l§asample survival KIT§c▆\"
cmd edit kits 209 %warp2%[\"text\"] = \"§c▆§l§bsample survival UP§c▆\"
cmd edit kits 210 %warp3%[\"text\"] = \"§c▆§l§dsample survival KIT & UP§c▆\"
cmd edit kits 211 %warp4%[\"text\"] = \"§c▆§l§esample survival & UP§c▆\"
cmd edit kits 212 %warp5%[\"text\"] = \"SOON\"
cmd edit kits 213 %warp6%[\"text\"] = \"SOON\"
cmd edit kits 214 %warp7%[\"text\"] = \"§c▁▆§l§1survival KIT§c▆ \"
cmd edit kits 215 %buttons%[] = %warp1%
cmd edit kits 216 %buttons%[] = %warp2%
cmd edit kits 217 %buttons%[] = %warp3%
cmd edit kits 218 %buttons%[] = %warp4%
cmd edit kits 219 %buttons%[] = %warp5%
cmd edit kits 220 %buttons%[] = %warp6%
cmd edit kits 221 %buttons%[] = %warp7%
cmd edit kits 222 %gui%[\"buttons\"] = %buttons%
cmd edit kits 223 %response% = dialog(%player%, %gui%)
cmd edit kits 224 if varset(%response%) = %false% then exit
cmd edit kits 225 if %response% = 0 then /startkit
cmd edit kits 226 if %response% = 1 then /echo
cmd edit kits 227 if %response% = 2 then /juliett
cmd edit kits 228 if %response% = 3 then /kito
cmd edit kits 229 if %response% = 4 then message %p% not yet
cmd edit kits 230 if %response% = 5 then message %p% not yet
cmd edit kits 231 if %response% = 6 then /votekit
cmd edit kits 231 exit


cmd edit kits 300 # 300
cmd edit kits 304 %gui%[\"type\"] = \"form\"
cmd edit kits 305 %gui%[\"title\"] = \"§2PVP+KITS\"
cmd edit kits 306 %gui%[\"content\"] = \"§3Kits for pvp!\"
cmd edit kits 307 %warp0%[\"text\"] = \"Cancel\"
cmd edit kits 308 %warp1%[\"text\"] = \"§c▆§l§asample pvp KIT§c▆\"
cmd edit kits 309 %warp2%[\"text\"] = \"§c▆§l§bsample pvp KIT & UP§c▆\"
cmd edit kits 310 %warp3%[\"text\"] = \"§c▆§l§dsample pvp KIT & UP§c▆\"
cmd edit kits 311 %warp4%[\"text\"] = \"§c▆§l§esample pvp & UP§c▆\"
cmd edit kits 312 %warp5%[\"text\"] = \"SOON\"
cmd edit kits 313 %warp6%[\"text\"] = \"SOON\"
cmd edit kits 314 %warp7%[\"text\"] = \"§c▁▆§l§1pvp KIT§c▆ \"
cmd edit kits 315 %buttons%[] = %warp1%
cmd edit kits 316 %buttons%[] = %warp2%
cmd edit kits 317 %buttons%[] = %warp3%
cmd edit kits 318 %buttons%[] = %warp4%
cmd edit kits 319 %buttons%[] = %warp5%
cmd edit kits 320 %buttons%[] = %warp6%
cmd edit kits 321 %buttons%[] = %warp7%
cmd edit kits 322 %gui%[\"buttons\"] = %buttons%
cmd edit kits 323 %response% = dialog(%player%, %gui%)
cmd edit kits 324 if varset(%response%) = %false% then exit
cmd edit kits 325 if %response% = 0 then /startkit
cmd edit kits 326 if %response% = 1 then /echo
cmd edit kits 327 if %response% = 2 then /juliett
cmd edit kits 328 if %response% = 3 then /kito
cmd edit kits 329 if %response% = 4 then message %p% not yet
cmd edit kits 330 if %response% = 5 then message %p% not yet
cmd edit kits 331 if %response% = 6 then /votekit
cmd edit kits 332 exit
cmd edit kits 400 message %p% §5There are no kits on this world.
 
Last edited by a moderator: