PLEASE KEEP IN MIND THAT THIS IS A FORK OF THE ORIGINAL ADVANCED BAN PLUGIN, DO NOT REQUEST SUPPORT IN THE ADVANCED BAN DISCORD, INSTEAD PLEASE GET SUPPORT ON THE GITHUB REPOSITORY ISSUES PAGE
Bukkit & BungeeCord Plugin Bundle
Check out our Spigot-Page for more information!
Coded by Leoko
Updated and Maintained by 2vY (hlpdev)
AdvancedBanX is an updated and modernized version of the original AdvancedBan plugin made by Leoko. It is an All-In-One punishment system with warns, tempwarns, mutes, tempmutes, bans, tempbans, ipbans, and kicks. There is also player history so you can see players' past punishments. The plugin has configurable time & message layouts which automatically calculate and increase the punishment time for certain reasons. AdvancedBanX provides a full message file so you can change and translate all messages. There is also a detailed main configuration file with a lot of useful settings. At the moment, AdvancedBanX supports Bukkit (as well as spigot/paper) and Bungeecord. It also supports MySQL and Local File saving as it's storage platform.
The API requires the AdvancedBanX plugin to be installed on the server. When making an addon, make sure to make it clear that the main AdvancedBanX plugin is also required!
<repositories>
...
<repository>
<id>hnt8</id>
<url>https://java.hnt8.net</url>
</repository>
...
</repositories>
<dependencies>
...
<dependency>
<groupId>net.hnt8.advancedban</groupId>
<artifactId>AdvancedBanX</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
...
</dependencies>
- Sponge Support
- Velocity Support