a lightweight velocity plugin that brings whitelist functionality to your proxy network, now with floodgate support
Find a file
Raktbastr d41944fcad
Some checks are pending
gradle build / build (push) Waiting to run
Update README.md
2026-06-15 12:03:08 -05:00
.github/workflows initial commit 2025-09-09 23:50:59 +02:00
gradle update gradle configuration and wrapper 2025-11-05 23:53:17 +01:00
src/main Added support for floodgate, fixed help command 2026-02-13 23:51:56 -06:00
.editorconfig initial commit 2025-09-09 23:50:59 +02:00
.gitignore update gradle configuration and wrapper 2025-11-05 23:53:17 +01:00
build.gradle.kts update gradle configuration and wrapper 2025-11-05 23:53:17 +01:00
gradle.properties initial commit 2025-09-09 23:50:59 +02:00
gradlew update gradle wrapper 2025-10-02 19:26:09 +02:00
gradlew.bat update gradle wrapper 2025-10-02 19:26:09 +02:00
LICENSE initial commit 2025-09-09 23:50:59 +02:00
README.md Update README.md 2026-06-15 12:03:08 -05:00
settings.gradle.kts update gradle configuration and wrapper 2025-11-05 23:53:17 +01:00

This is a fork of https://github.com/UrAvgCode/global-whitelist

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 help Display the help section globalwhitelist
/globalwhitelist add <player> Add a player to the whitelist globalwhitelist
/globalwhitelist remove <player> Remove a player from the whitelist globalwhitelist
/globalwhitelist floodgate_add <player> Add a bedrock player to the whitelist globalwhitelist
/globalwhitelist floodgate_remove <player> Remove a bedrock 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