After the line where the target is submitted in the ban commmand (the target = command.substring(5), or something similar (I am doing this at the top of my head))
Add:
if (target.playerRights =< 2){
sendMessage("You cannot ban admin+!")
return;
}
If you cant figure it out, post your ban command please![]()








