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

Recent content by TheCoolWizard0

  1. TheCoolWizard0

    Cuztomizable Shop GUI

    bug fix https://pastebin.com/eiGeyac4 cmd edit shop 200 %i2%[\"placeholder\"] = \"§7Ex. 10000\" cmd edit shop 201 %i2%[\"default\"] = \"\" + %item%[\"price\"] + \"\" cmd edit shop 205 %i3%[\"default\"] = \"\" + %item%[\"id\"] + \"\"
  2. TheCoolWizard0

    Cuztomizable Shop GUI

    if u want to add the command to your server: https://pastebin.com/eiGeyac4 Update if u already have the command: cmd insert shop 1 onerror goto 240 cmd edit shop 21 if (%res1% = %false%) or (varset(%res1%) = %false%) then exit
  3. TheCoolWizard0

    Cuztomizable Shop GUI

    You have to manually add the items in this shop GUI https://pastebin.com/DE24bcKJ commands: /shop category add <name> - Add a new category /shop category delete <name> - Delete a category /shop category edit <category> <name> - Edit a category /shop item add <category> <name> <id> <price> -...
  4. TheCoolWizard0

    OreSpawner

    Thanks!
  5. TheCoolWizard0

    OreSpawner

    Place event cmd create spawners cmd unregister spawners cmd add spawners %ore% = array(\"§7Coal Spawner\", \"§fIron Spawner\", \"§eGold Spawner\", \"§bDiamond Spawner\", \"§aEmerald Spawner\", \"§cRedstone Spawner\", \"§1Lapis Lazuli Spawner\") cmd add spawners if (%args%[3] = \"skyblock\") and...