0
A BungeeCord plugin that allows banning players https://github.com/RedstonerServer/BungeeBans
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.
Go to file
2019-04-07 23:35:54 +02:00
.idea Added intellij files to gitignore 2019-04-07 20:00:15 +02:00
.settings Initial commit 2019-04-07 10:37:19 +02:00
gradle/wrapper Updated gradle wrapper + added dependencies 2019-04-07 19:54:38 +02:00
src/main Added UUID support in commands 2019-04-07 23:33:20 +02:00
.classpath Initial commit 2019-04-07 10:37:19 +02:00
.gitignore Added intellij files to gitignore 2019-04-07 20:00:15 +02:00
.project Initial commit 2019-04-07 10:37:19 +02:00
build.gradle Updated gradle wrapper + added dependencies 2019-04-07 19:54:38 +02:00
gradlew Updated gradle wrapper + added dependencies 2019-04-07 19:54:38 +02:00
gradlew.bat Updated gradle wrapper + added dependencies 2019-04-07 19:54:38 +02:00
README.md Updated commands in readme to show uuid in usage 2019-04-07 23:35:54 +02:00
settings.gradle Initial commit 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/uuid> [reason] Bans the specified player with an optional reason.
bungeebans.banip /banip <ip> [reason] Bans the specified IP with an optional reason.
bungeebans.unban /unban <username/uuid> or /pardon <username/uuid> Unbans the specified player.
bungeebans.unbanip /unbanip <ip> or /pardonip <ip> Unbans the specified IP.
bungeebans.getban /getban <username/uuid> Displays a player's ban status.
bungeebans.getipban /getipban <ip> Displays an IP's ban status.