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

Kits UI

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
Code:
cmd create kits A advanced kit UI made by NikosProGamer
cmd add kits let %allowed% = array(\"YT\", \"Guest\", \"Creator\", \"God\", \"Warrior\", \"Emperor\", \"Owner\", \"Admin\", \"Mod\", \"Helper\", \"Voter\", \"Trainee\")
cmd add kits let %pgrp% = playergroup(%p%)
cmd add kits if %pgrp% in %allowed% then goto 6
cmd add kits message %p% §6You don't have permission to use this command.
cmd add kits exit
cmd add kits %player% = %p%
cmd add kits %gui%[\"type\"] = \"form\"
cmd add kits %gui%[\"title\"] = \"§6Kit UI 2.2.0\"
cmd add kits %gui%[\"content\"] = \"§6Choose a kit to make your Faction the best!\"
cmd add kits %button0%[\"text\"] = \"§6Member Kit\"
cmd add kits %button1%[\"text\"] = \"§6Voter Kit\"
cmd add kits %button2%[\"text\"] = \"§cWarrior Kit - §d§lSOON\"
cmd add kits %button3%[\"text\"] = \"§dEmperor Kit - §d§lSOON\"
cmd add kits %button4%[\"text\"] = \"§e§lGolden King §r§6Kit - §d2500K$\"
cmd add kits %button5%[\"text\"] = \"§c§lOverload §r§6Kit - §d50K$\"
cmd add kits %button6%[\"text\"] = \"§cExit\"
cmd add kits %buttons%[] = %button0%
cmd add kits %buttons%[] = %button1%
cmd add kits %buttons%[] = %button2%
cmd add kits %buttons%[] = %button3%
cmd add kits %buttons%[] = %button4%
cmd add kits %buttons%[] = %button5%
cmd add kits %buttons%[] = %button6%
cmd add kits %gui%[\"buttons\"] = %buttons%
cmd add kits %response% = dialog(%player%, %gui%)
cmd add kits if %response% = 0 then goto 34
cmd add kits if %response% = 1 then goto 46
cmd add kits if %response% = 2 then message %p% §dWarrior §6kit will be available soon.
cmd add kits if %response% = 3 then message %p% §dEmperor §6kit will be available soon.
cmd add kits if %response% = 4 then goto 81
cmd add kits if %response% = 5 then goto 99
cmd add kits if %response% = 6 then exit
cmd add kits exit
cmd add kits #MemberKit
cmd add kits let %kit1% = array(\"YT\", \"Voter\", \"Guest\", \"Creator\", \"Emperor\", \"Warrior\", \"God\", \"Owner\", \"Admin\", \"Mod\", \"Helper\")
cmd add kits let %pgrp% = playergroup(%p%)
cmd add kits if %pgrp% in %kit1% then goto 40
cmd add kits message %p% §6You don't have permission to use this command.
cmd add kits exit
cmd add kits ascon /give %p% 267 1
cmd add kits ascon /give %p% steak 64
cmd add kits ascon /give %p% iron_pickaxe 1
cmd add kits ascon /give %p% iron_axe 1
cmd add kits message %p% §6You have choosed §l§6Member§r §6kit!
cmd add kits exit
cmd add kits #VoterKit
cmd add kits let %kit2% = array(\"Voter\", \"YT\", \"Creator\", \"Emperor\", \"Warrior\", \"God\", \"Owner\", \"Admin\", \"Mod\", \"Helper\")
cmd add kits let %pgrp% = playergroup(%p%)
cmd add kits if %pgrp% in %kit2% then goto 52
cmd add kits message %p% §6You don't have permission to use this command.
cmd add kits exit
cmd add kits ascon /give %p% 310 1
cmd add kits ascon /give %p% 311 1
cmd add kits ascon /give %p% 308 1
cmd add kits ascon /give %p% 309 1
cmd add kits ascon /give %p% 267 1
cmd add kits ascon /give %p% steak 64
cmd add kits ascon /give %p% diamond_pickaxe
cmd add kits ascon /give %p% diamond_axe
cmd add kits ascon /give %p% ender_pearl 2
cmd add kits message %p% §6You have choosed §lVote§r §6kit!
cmd add kits exit
cmd add kits #WarriorKit
cmd add kits let %kit3% = array(\"Warrior\", \"Creator\", \"Emperor\", \"YT\", \"Owner\", \"Admin\", \"Mod\", \"Helper\")
cmd add kits let %pgrp% = playergroup(%p%)
cmd add kits if %pgrp% in %kit3% then goto 69
cmd add kits message %p% §6You don't have permission to use this command.
cmd add kits exit
cmd add kits asop /kitgive warriorkit %p%
cmd add kits message %p% §6You have choosed §lWarrior§r §6kit!
cmd add kits exit
cmd add kits #EmperorKit
cmd add kits let %kit4% = array(\"YT\", \"Creator\", \"Emperor\", \"Owner\", \"Admin\", \"Mod\", \"Helper\", \"God\")
cmd add kits let %pgrp% = playergroup(%p%)
cmd add kits if %pgrp% in %kit4% then goto 78
cmd add kits message %p% §6You don't have permission to use this command.
cmd add kits exit
cmd add kits asop /kitgive emperorkit %p%
cmd add kits message %p% §6You have choosed §lEmperor§r §6kit!
cmd add kits exit
cmd add kits #GoldenKingKit(MONEY)
cmd add kits let %money% = playerbalance(%p%)
cmd add kits if %money% > 2500 then goto 88
cmd add kits if %money% = 2500 then goto 88
cmd add kits if %money% < 2500 then goto 86
cmd add kits message %p% §d§lMythic §cNetwork §6»§r§d You don't have enough money to buy the §e§lGolden King §r§6kit!
cmd add kits exit
cmd add kits ascon /takemoney %p% 2500
cmd add kits ascon /give %p% golden_helmet 1
cmd add kits ascon /give %p% golden_chestplate 1
cmd add kits ascon /give %p% golden_leggings 1
cmd add kits ascon /give %p% golden_boots 1
cmd add kits ascon /give %p% golden_sword 1
cmd add kits ascon /give %p% golden_apple 12
cmd add kits ascon /give %p% steak 64
cmd add kits ascon /give %p% gold_pickaxe 1
cmd add kits ascon /give %p% gold_axe 1
cmd add kits exit
cmd add kits #OverloadKit(MONEY)
cmd add kits let %money% = playerbalance(%p%)
cmd add kits if %money% > 50000 then goto 103
cmd add kits if %money% = 50000 then goto 103
cmd add kits if %money% < 50000 then goto 101
cmd add kits message %p% §d§lMythic §cNetwork §6»§r§d You don't have enough money to buy the §e§lOverload Kit§r§6kit!
cmd add kits exit
cmd add kits ascon /takemoney %p% 50000
cmd add kits ascon /give %p% diamond_helmet 1 {ench:[{id:0s,lvl:4s}]}
cmd add kits ascon /give %p% diamond_chestplate 1 {ench:[{id:0s,lvl:4s}]}
cmd add kits ascon /give %p% diamond_leggings 1 {ench:[{id:0s,lvl:4s}]}
cmd add kits ascon /give %p% diamond_boots 1 {ench:[{id:0s,lvl:4s}]}
cmd add kits ascon /give %p% diamond_sword 1 {ench:[{id:9s,lvl:4s}]}
cmd add kits ascon /give %p% bow 1 {ench:[{id:19s,lvl:4s}]}
cmd add kits ascon /give %p% golden_apple 12
cmd add kits ascon /give %p% steak 64
cmd add kits ascon /give %p% 466 64
cmd add kits ascon /give %p% diamond_pickaxe 1 {ench:[{id:15s,lvl:4s}]}
cmd add kits ascon /give %p% diamond_axe 1 {ench:[{id:15s,lvl:3s}]}
cmd add kits ascon /give %p% ender_pearl 16
cmd add kits ascon /give %p% obsidian 128
cmd add kits exit
Here, a powerful Kits UI for you all.