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

  1. U

    Help with kits using item_array

    Thanks! That worked!
  2. U

    Help with kits using item_array

    So here's the code i'm using: /cmd create arch /cmd add arch %armor% = array(298, 299, 300, 301) /cmd add arch %bow%[\"id\"] = 261 /cmd add arch %bow%[\"variant\"] = 0 /cmd add arch %bow%[\"count\"] = 1 /cmd add arch %bow%[\"name\"] = \"Archer's Bow\" All this is fine till I get to here: /cmd...