LiteBansAdditions is Spigot plugin which adds features to LiteBans.
Features:
- send punishment notifications on Discord using webhook
- apply effect to every player when punishment is executed
- play sound to every player when punishment is executed
Put plugin jar in server's /plugins
directory. Make sure, that LiteBans is also installed. You can configure the plugin in config.yml
file. Use /litebansadditions
(or /lba
) command to reload the plugin (perm litebansadditions.reload
).
Please use issues section.
You can contribute to the project using pull requests. Make sure that you are working on the latest version of code.
Requirements
- JDK 8 or newer
- Maven
- Git
Compiling
git clone https://github.com/Nikox3003/LiteBansAdditions.git
cd LiteBansAdditions
mvn clean package
Output jar can be found in /target
directory.
LiteBansAdditions is licensed under MIT license. For more details, check LICENSE file