Ban Plugin for BungeeCord [version 1.8.x - 1.19.x] with Web admin Panel
Commands you can use:
- /ban [player] [time] [reason] - Ban a player for a specified amount of time. If no time is specified, the ban will be permanent.
- /ban [player] [#<bantemplate-id>] - Ban a player with a specific bantemplate
- /unban [player] [reason] - Unban a player who has been previously banned.
- /baninfo [player] - View all current and past ban information for a specific player.
- /clearbans [player] - Clear all ban entries for a specific player.
- /bantemplate list - list bantemplates
- /bantemplate add <time> reason> - add a new ban template
- /bantemplate edit <id> <time> <reason> - edit an existing ban template
- /bantemplate remove <id> - remove a bantemplate with given id
Our plugin also includes a web admin panel which provides a convenient way to view statistics and manage bans from any device.
Additionally, the web panel has an integrated permissions-system, so you can manage who can ban, unban, or clear bans. The website has also a dark-mode feature to save your eyes
For more details, check the images below.
Permissions:
- bansystem.ban
- bansystem.unban
- bansystem.baninfo
- bansystem.bantemplate
- bansystem.banreload
Requirements to use the plugin:
- BungeeCord server [version 1.8.x-1.19.x] (CloudNet compatible ✓)
- MySQL database
- PHP server (for website)
- Move the plugin to the plugins folder in your BungeeCord server.
- Restart BungeeCord.
- Enter your MySQL data in the mysql.yml config file and restart BungeeCord again.
- Configure individual messages as needed in the messages.yml config file.
OPTIONAL (If you want to use the web admin panel): - Upload the website to your server.
- Add your MySQL data to the website.
- Log in to the website with the username 'admin' and password 'admin' to create new users.
YOU WILL ALSO BE PROVIDED WITH THE SOURCECODE FOR THE PLUGIN AND THE WEBSITE!