
ModsJava
Dynamically Whitelist
Mod to check player access to the server by request to API. API can be found or made. API has to have a working with Database, in which players uuid are…
⬇ Download on ModrinthDynamically Whitelist
Dynamically Whitelist is a mod that replaces the standard Minecraft JSON whitelist with an automated system.
When a player joins, the mod sends a POST request to an API connected to your database. The API verifies the player and returns:
200 — the player is allowed to join
403 — the player is denied, and the mod disconnects them
POST request format:
{
"uuid": "<UUID of the joining player>"
}
This allows the server to manage whitelist entries dynamically without manually editing the JSON file. In the future, direct database integration may also be added.
Verified by MCModsHub
- Ships as dyn-whitelist-0.1.0.jar — drop this file into the mods folder
- Download size: 31 KB
- Download link checked 23 Aug 2026 — working
These come from our own check of the pack file, not from the source page.