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

/ban with reason!

Warning!
Hello , there have been no replies in this thread for more than 30 days.
Please make sure you have a valid reason before you reply to this thread or you may face moderation action.
#1
With this command you can ban a player, and include a reason why you banned them. /ban [player] [reason] (IT WILL OVERIDE /BAN)

NOTE: FOR ALL THE %g% = "ranks" YOU MAY HAVE TO CHANGE THE CODE TO MATCH YOUR RANKS

cmd create ban (MAKE IT OVERIDE /BAN)

let %g% = playergroup(%p%)
let %player% = %args%[1]
let %reason% = join(%args%[2+], " ")
if %g% = "HeadAdmin" then goto 13
if %g% = "HeadBuilder" then goto 13
if %g% = "Owner" then goto 13
if %g% = "Admin" then goto 13
if %g% = "Builder" then goto 13
if %g% = 'Developer" then goto 13
if %g% = "Sr.Mod" then goto 13
message %p% You cannot use this command!
exit
ascon /kick %player% %reason%
ascon /ban %player%
exit

I hope you use this! This took awile for me to figure out. (IT HAS BEEN TESTED)