Advanced Ban Comprehensive ban, mute and report system with web panel for
bungeecord &
spigot!
Requirements: - java 1.17
- PHP 8
- Bungeecord / Spigot
- MySQl (MariaDB)
- HTTP Server (Apache)
Installation: 1. Unzip .zip file
2. Setup
server 3. Setup
web panel
Server (Bungeecord / Spigot): 1. Put the .jar file into your plugins folder.
2. Start your server and stop it after the configuration files have been created.
3. Insert MySQl connection data into
config.yml.
4. Run your server ->
done
Web Panel: 1. Put the abpanel folder into your root directory.
2. Open and set up the
config.php file.
- Set
$server_type to the type you are using.
- Insert your MySQl connection data.
3. Restart your web server ->
done
Functions: - Main command:
/advancedban - Ban players permanently or temporarily.
- Mute players permanently or temporarily.
- Report players who do not behave.
- Manage reports and players with a web panel
- Monitor the chat using the chat log system.
- Every time a player joins, a new login key is generated.
- The web panel session is valid if the UUID matches the login key.
- The registered player must be permanently online on the server in order to perform the web panel tasks ingame. (
dispatchCommand)
- Make sure that the login key is kept secret.