Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hlpdev/advancedbanx

AdvancedBanX is an updated and modernized version of the original AdvancedBan plugin made by Leoko.
https://github.com/hlpdev/advancedbanx

bukkit bukkit-plugin bungeecord bungeecord-plugin minecraft minecraft-plugin paper paper-plugin spigot spigot-plugin waterfall waterfall-plugin

Last synced: about 10 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# AdvancedBanX 3.1.0

Bukkit & BungeeCord Plugin Bundle

Check out our [Spigot-Page](https://www.spigotmc.org/resources/advancedbanx.117067/) for more information!

![Minecraft Version 1.7-1.20](https://img.shields.io/badge/supports%20minecraft%20versions-1.7--1.20-brightgreen.svg)
![license GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-lightgrey.svg)

_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:
```xml

...


hnt8
https://java.hnt8.net


...

...


net.hnt8.advancedban
AdvancedBanX
3.1.0
provided

...

```

## Goals
* Sponge Support
* Velocity Support

[//]: # (## API)

[//]: # (To use the API you need to add AdvancedBan to your project and declare it as a dependency in the plugin.yml.)

[//]: # ()
[//]: # (Add AdvancedBan to you project by adding the AdvancedBan.jar to your build-path or as a:)

[//]: # (#### Maven dependency in your pom.xml)

[//]: # ()
[//]: # (Example Usage from Jitpack:)

[//]: # (```xml)

[//]: # ()

[//]: # ( )

[//]: # ( jitpack.io)

[//]: # ( https://jitpack.io)

[//]: # ( )

[//]: # ()

[//]: # (...)

[//]: # ()

[//]: # ( com.github.DevLeoko)

[//]: # ( AdvancedBan)

[//]: # ( v2.3.0)

[//]: # ()

[//]: # (```)

[//]: # (Note: Jitpack also supports dependencies for gradle!)

[//]: # ()
[//]: # ([AdvancedBan on Jitpack](https://jitpack.io/#DevLeoko/AdvancedBan))

[//]: # ()
[//]: # ()
[//]: # (You can use this API for both Spigot and Bungeecord plugins.)

[//]: # (Check out the [Java Docs](https://devleoko.github.io/AdvancedBan/) to get started.)