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

  1. XGameMannekeX

    Spleef

    cmd delete pvp cmd create pvp cmd add pvp load %pvp% cmd add pvp if varset(%pvp%) then goto 5 cmd add pvp %pvp% = array(0) cmd add pvp %pvp% = %pvp% - array(0) cmd add pvp if %p% in %pvp% then message %p% §cYou are already in Game cmd add pvp if %p% in %pvp% then exit cmd add pvp %pvp% = %pvp%...
  2. XGameMannekeX

    Door with code fix

    cmd create door1 § Open door 1 cmd add door1 if %args% [1] = CODE then goto 4 2 cmd add door1 message %p% §e [§cD§e] §cWrong Code. 3 cmd add door1 exit 4 cmd add door1 message %p% §e [§aD§e] §aDoor open. 5 cmd add door1 block flat X Y Z 0 X Y Z 6 cmd add door1 sleep 3 7 cmd add door1 block flat...