0
This repository has been archived on 2024-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
2019-04-07 20:15:33 +02:00
2019-04-07 20:00:15 +02:00
2019-04-07 10:37:19 +02:00
2019-04-07 10:37:19 +02:00
2019-04-07 20:00:15 +02:00
2019-04-07 10:37:19 +02:00
2019-04-07 10:37:19 +02:00

BungeeBans

A BungeeCord plugin that allows banning players.

Building

To build the plugin jar file use ./gradlew shadowJar on Linux or gradlew.bat shadowJar on Windows.

Permissions & commands

These permissions should be added in the BungeeCord config.yml file and NOT on any of the Bukkit/Spigot/whatever servers.

Permission Command Usage
bungeebans.ban /ban <username> [reason] Bans the specified player with an optional reason.
bungeebans.unban /unban <username> or /pardon <username> Unbans the specified player.
bungeebans.getban /getban <username> Displays a player's ban status.
Description
A BungeeCord plugin that allows banning players
https://github.com/RedstonerServer/BungeeBans
Readme 165 KiB
Languages
Java 100%