Skip to content

AdvancedBanX is an updated and modernized version of the original AdvancedBan plugin made by Leoko.

License

Notifications You must be signed in to change notification settings

hlpdev/AdvancedBanX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdvancedBanX 3.1.0

Bukkit & BungeeCord Plugin Bundle
Check out our Spigot-Page for more information!

Minecraft Version 1.7-1.20 license GPL-3.0

Coded by Leoko
Updated and Maintained by 2vY (hlpdev)

Description

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.

API

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!

Maven:

<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>

Goals

  • Sponge Support
  • Velocity Support