• 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

    i'm back

    i'm back
  2. Raptor14

    Ban Appeal

    :thonk:
  3. Raptor14

    Bug Leet app problem

    The app isn't connecting to the server, its happening to multiple people. Don't worry, it will be fixed soon, the developers are working on it.
  4. Raptor14

    Bug Server Broken?

    The app isn't connecting to the server, its happening to multiple people. Don't worry, it will be fixed soon.
  5. Raptor14

    LEET APP Bug

    The app isn't connecting to the server, its happening to multiple people. Don't worry, it will be fixed soon.
  6. Raptor14

    oi

    oi
  7. Raptor14

    MoreCommands

    ?
  8. Raptor14

    Simple Mute and Unmute System

    What do the errors say?
  9. Raptor14

    Simple Mute and Unmute System

    Can a Mod insert a line in /unmute between "cmd add unmute load %muted%" and "cmd add unmute if %player% notin %muted% then message %p% §cThis player is not muted." between those to add a "cmd add unmute let %player% = %args%[1]"?
  10. Raptor14

    there's actually more cells in our brains than there are brains in our entire body

    there's actually more cells in our brains than there are brains in our entire body
  11. 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%) =...
  12. Raptor14

    MoreCommands

    true true, didnt really think of that, theres not really a difference though, same amount of lines and stuff.
  13. 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% -...
  14. Raptor14

    Simple /tempban with a reason

    Oh, welp I cant edit it.
  15. 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...