AdvancedBan
A bans and punishment management system
Last updated
Was this helpful?
A bans and punishment management system
Last updated
Was this helpful?
Allows your server staff to issue punishments to players who break your server's rules, and can be used as an free alternative to .
Download the plugin off the and install it in the plugins
folder. For assistance on how to install plugins, please refer to the .
You will then need to decide if you are going to be using internal storage (HSQLDB) or external storage (MySQL).
If you decide to use MySQL for AdvancedBan, you can .
AdvancedBan has many commands to be able to moderate and punish rule-breakers, the most important commands are here:
Note: Command arguments in square brackets are required. Command arguments in left/right arrows are optional.
/ban <-s> [PLAYER] <REASON | @LAYOUT>
- permanently bans a player for the reason you specify
/tempban <-s> [PLAYER] [Xmo|Xd|Xh|Xm|Xs|#TIMELAYOUT] <REASON | @LAYOUT>
- Temporarily bans a player for the duration and reason you specify
/kick <-s> [PLAYER] <REASON | @LAYOUT>
- Kicks a player you specify
/mute <-s> [PLAYER] <REASON | @LAYOUT>
- permanently mutes a player for the reason you specify
/tempmute <-s> [PLAYER] [Xmo|Xd|Xh|Xm|Xs|#TIMELAYOUT] <REASON | @LAYOUT>
- Temporarily mutes a player for the duration and reason you specify
/warn <-s> [PLAYER] <REASON | @LAYOUT>
- Temporarily bans a player for the duration and reason you specify
/tempwarn <-s> [PLAYER] [Xmo|Xd|Xh|Xm|Xs|#TIMELAYOUT] <REASON | @LAYOUT>
- Temporarily warns a player for the duration and reason you specify
/history [PLAYER] <PAGE>
- View moderation actions taken against a player
You can add -s to most of the punishment commands to make their outputs silent - this makes it so that people won't see an announcement when someone gets punished.
There are more commands and features such as pre-prepared punishment layouts and the ability to set notes on players - see the for more information.