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

    Simple Mute and Unmute System

    A simple mute system, made by me. /mute cmd create mute Mutes a player! cmd add mute load %muted% cmd add mute let %player% = %args%[1] cmd add mute if %player% in onlineplayers() then goto 6 cmd add mute message %p% §cThat player isnt online! cmd add mute exit cmd add mute if varset(%muted%) =...
  2. Raptor14

    MoreCommands

    Some commands from the plugin MoreCommands Heal with a 15 minute cooldown: cmd create heal Heals you to full health | /heal cmd add heal load %cool% cmd add heal if varset(%cool%[%p%]) = %false% then goto 10 cmd add heal let %cooldown2% = %cool%[%p%] cmd add heal let %elp% = %time% -...
  3. Raptor14

    Simple /tempban with a reason

    A simple /tempban command with a reason! cmd create tempban Ban someone temporary with a reason. | /tempban <player> <time> <reason> cmd add tempban let %player% = %args%[1] cmd add tempban let %timer% = %args%[2] cmd add tempban let %reason% = join(%args%[3+], \" \") cmd add tempban /ban...