initial commit

This commit is contained in:
UrAvgCode 2025-09-09 23:50:59 +02:00
commit 574098a06a
No known key found for this signature in database
GPG key ID: 8A76A22B2CDDD634
21 changed files with 1924 additions and 0 deletions

18
README.md Normal file
View file

@ -0,0 +1,18 @@
# Global Whitelist
**Global Whitelist** is a lightweight Velocity plugin that brings whitelist functionality to your proxy network. It
supports all the standard whitelist commands and uses the same `whitelist.json` format as vanilla Minecraft servers.
This means you can easily migrate your existing whitelists.
## Commands & Permissions
| Command | Description | Permission |
|------------------------------------|---------------------------------------------------------------------------------|-------------------------|
| `/globalwhitelist add <player>` | Add a player to the whitelist | `globalwhitelist` |
| `/globalwhitelist remove <player>` | Remove a player from the whitelist | `globalwhitelist` |
| `/globalwhitelist list` | Displays all players in the whitelist | `globalwhitelist` |
| `/globalwhitelist on` | Enable the whitelist | `globalwhitelist.admin` |
| `/globalwhitelist off` | Disable the whitelist | `globalwhitelist.admin` |
| `/globalwhitelist enforced` | Enforce the whitelist. Players not on the whitelist (if enabled) will be kicked | `globalwhitelist.admin` |
| `/globalwhitelist unenforced` | Disable enforcement. Players not on the whitelist will not be kicked | `globalwhitelist.admin` |
| `/globalwhitelist reload` | Reload the whitelist configuration | `globalwhitelist.admin` |