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

Cosmetics and Settings UI (First release)

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
These UI's are simple so I made them for the community :)
Settings UI

cmd create settings §eSettings UI
cmd add settings %player% = %p%
cmd add settings %gui%[\"type\"] = \"form\"
cmd add settings %gui%[\"title\"] = \"§8§l[§6Settings§8]\"
cmd add settings %gui%[\"content\"] = \"§8§l[§6Disable features to prevent lagg!§8]\"
cmd add settings %button0%[\"text\"] = \"§6§lRemove §dMorph\"
cmd add settings %button1%[\"text\"] = \"§6§lDisable §dParticles\"
cmd add settings %button2%[\"text\"] = \"§6§lEnable §dParticles\"
cmd add settings %button3%[\"text\"] = \"§e§k||§r §6§lComing Soon §r§e§k||§r\"
cmd add settings %button4%[\"text\"] = \"§c§lExit\"
cmd add settings %buttons%[] =%button0%
cmd add settings %buttons%[] = %button1%
cmd add settings %buttons%[] = %button2%
cmd add settings %buttons%[] = %button3%
cmd add settings %buttons%[] = %button4%
cmd add settings %gui%[\"buttons\"] = %buttons%
cmd add settings %response% = dialog(%player%, %gui%)
cmd add settings if %response% = 0 then asop /morph player
cmd add settings if %response% = 1 then asop /wpoff
cmd add settings if %response% = 2 then asop /wpon
cmd add settings if %response% = 3 then message %p% §e§k||§r §c§lS§fC §6Settings §r§e§k||§r
§dThis feature is coming soon!
cmd add settings if %response% = 4 then exit


Cosmetics UI


cmd create cosmetics §eCosmetics UI
cmd add cosmetics let %staff% = array(\"Owner\", \"SrAdmin\", \"Creator\", \"Mod\", \"SrMod\", \"Chief\", \"Admin\", \"Elite\", \"Legend\")
cmd add cosmetics let %pgrp% = playergroup(%p%)
cmd add cosmetics if %pgrp% in %staff% then goto 6
cmd add cosmetics message %p% §e§k||§r §c§lS§fC §6Permissions§r §e§k||§r §dYou do not have permissions to run this command!
cmd add cosmetics exit
cmd add cosmetics %player% = %p%
cmd add cosmetics %gui%[\"type\"] = \"form\"
cmd add cosmetics %gui%[\"title\"] = \"§8§l[§6Cosmetics §dUI§8]\"
cmd add cosmetics %gui%[\"content\"] = \"§8§l[§6Select Cosmetics§8]\"
cmd add cosmetics %button0%[\"text\"] = \"§d§lParticles Hub\"
cmd add cosmetics %button1%[\"text\"] = \"§d§lFly Mode\"
cmd add cosmetics %button2%[\"text\"] = \"§6§lZombie §dMorph\"
cmd add cosmetics %button3%[\"text\"] = \"§5§lEnderman §dMorph\"
cmd add cosmetics %button4%[\"text\"] = \"§e§k||§r §6§lComing Soon§r §e§k||§r\"
cmd add cosmetics %button5%[\"text\"] = \"§c§lExit\"
cmd add cosmetics %buttons%[] = %button0%
cmd add cosmetics %buttons%[] = %button1%
cmd add cosmetics %buttons%[] = %button2%
cmd add cosmetics %buttons%[] = %button3%
cmd add cosmetics %buttons%[] = %button4%
cmd add cosmetics %buttons%[] = %button5%
cmd add cosmetics %gui%[\"buttons\"] = %buttons%
cmd add cosmetics %response% = dialog(%player%, %gui%)
cmd add cosmetics if %response% = 0 then ascon /tp
cmd add cosmetics if %response% = 1 then /fly
cmd add cosmetics if %response% = 2 then /morph zombie
cmd add cosmetics if %response% = 3 then /morph enderman
cmd add cosmetics if %response% = 4 then message %p% §e§k||§r §c§lS§fC §6Cosmetics §r§e§k||§r §dThis feature is coming soon!
cmd add cosmetics if %response% = 5 then exit


Enjoy!
 

Squiidgy

Tree Puncher
#2
you have to change line 17-19 on the settings gui to ascon not asop because it says not working or sm...

nvm Idk what the problem is I spent like 10 mins trying to fix and it wont work