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

Search results

  1. Viny1212

    Give player item when entering area then removing item when leaving area

    Cmd create move Cmd add move %player% = %args%[2] Cmd add move if %args%[3] = \”from\” then goto 10 Cmd add move if %args%[3] = \”to\” then goto 5 Cmd add move exit Cmd add move let %inv% = playerinventory(%player%) + playerarmor(%player%) Cmd add move save %inv% %player% Cmd add move sleep 1...
  2. Viny1212

    Let specific groups use a command

    Alot of you probably know this mini code but for the people that don’t know, this is for you! Make sure to change the ranks in the array that matches up to your server and that you want access to your selected command. /cmd create command /cmd edit command 1 let %rank% = array(\”Member\”...
  3. Viny1212

    Custom death messages randomized

    Please make sure to set the permission -pocketmine.broadcast.user to every group... This will also take away join and leave messages. Hope you enjoy my first post! /cmd create death custom death messages /cmd edit death 1 %player% = %args%[1] /cmd edit death 2 %killer% = %args%[2] /cmd edit...