This plugin gives you the ability to ban and mute players. All of this is stored in your MongoDB / MySQL / SQLite database. You can also check a players current status and history. And you can easily edit every message
- Installation -
1. Download the Plugin
2. Put the jar file in the "plugins" folder
(if you're using a proxy server, just put the plugin in there)
3. Start and stop your server
4. configure your database in the database.json file
5. start your server
6. have fun banning hackers!
- Commands and Permissions -
- /ban <player> <reason> <duration> - banservice.ban.temporary
- /permaban <player> <reason> - banservice.ban.permanent
- /unban <player> - banservice.ban.unban
- /mute <player> <reason> <duration> - banservice.mute.temporary
- /permamute <player> <reason> - banservice.mute.permanent
- /unmute <player> - banservice.mute.unmute
- /info <player> - banservice.info
- /history <player> bans - banservice.history.bans
- /history <player> mutes - banservice.history.mutes
- /history <player> clear - banservice.history.clear