WhitelistDb Mod
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🔍 Analysis
- 🏆 #11 of 15 bukkit mods in this game by downloads
📋 About This Mod
# WhitelistDb Mod ## Description This mod is used to make it easier to have the same whitelist across different servers and to use different methods for allowing users to whitelist. For example, having people in a school Minecraft server, and in order for them to join, they have to verify their school email to gain access to a whitelist command from a Discord bot. (Please note that this does not provide a Discord bot.) ## Commands * /whitelistdb toggle * Turns the whitelist on and off * /wban * Updates the database record to show they are banned across **all servers!** * Will kick the player if they are online – does work on players who aren't online * /wunban * Updates the database record to show they are unbanned across **all servers!** ## Getting Started To use this mod correctly, the table needs to at least have this information in it. ``` uuid : UUID banned : Boolean tag : String (Optional - for placeholder api, can be called something other than tag) ``` This mod also caches usernames and UUIDs locally to ban/unban offline players much more easily. If this is being added to a server that is already up, you can use the Python script provided in `scripts/convert.py` to correctly take the `usercache.json` file in the root directory of the server and make a file that should be placed in `config/whitelistdb`. This isn't completely necessary, as the cache will auto-update when new people join, but this will make sure that everyone who has ever joined will be detected by the mod. When the mod is in the mod folder, start the server, and it will make a file located at `config/whitelistdb-config.json`. This is where you can edit the default values to correctly set up the database and edit the messages that come up when not whitelisted and when users are banned. Default layout of `config/whitelistdb-config.json` ``` { "host": "localhost", "port": 5432, "database": "minecraft", "table": "server_whitelists", "placeholder_column": "tag", "username": "postgres", "password": "password", "ssl": false, "message": "You are not whitelisted!", "enabled": true, "banReason": "You have been banned!" } ``` The placeholder for this mod varries depending on the version. * 1.21.x - `%whitelistdb:school%` * 26.1.x - `%whitelistdb:playerinfo%` Please note that currently neoforge **does not** support placeholders! ## Mod Information Current version: 1.6.0 Currently Supported: 26.x No longer supported: 1.21.x
# WhitelistDb Mod
## Description This mod is used to make it easier to have the same whitelist across different servers and to use different methods for allowing users to whitelist. For example, having people in a school Minecraft server, and in order for them to join, they have to verify their school email to gain access to a whitelist command from a Discord bot. (Please note that this does not provide a Discord bot.)
## Commands /whitelistdb toggle Turns the whitelist on and off /wban Updates the database record to show they are banned across all servers! Will kick the player if they are online – does work on players who aren't online /wunban Updates the database record to show they are unbanned across all servers!
## Getting Started To use this mod correctly, the table needs to at least have this information in it. ``` uuid : UUID banned : Boolean tag : String (Optional - for placeholder api, can be called something other than tag) ```
This mod also caches usernames and UUIDs locally to ban/unban offline players much more easily. If this is being added to a server that is already up, you can use the Python script provided in `scripts/convert.py` to correctly take the `usercache.json` file in the root directory of the server and make a file that should be placed in `config/whitelistdb`. This isn't completely necessary, as the cache will auto-update when new people join, but this will make sure that everyone who has ever joined will be detected by the mod.
When the mod is in the mod folder, start the server, and it will make a file located at `config/whitelistdb-config.json`. This is where you can edit the default values to correctly set up the database and edit the messages that come up when not whitelisted and when users are banned.
Default layout of `config/whitelistdb-config.json` ``` { "host": "localhost", "port": 5432, "database": "minecraft", "table": "server_whitelists", "placeholder_column": "tag", "username": "postgres", "password": "password", "ssl": false, "message": "You are not whitelisted!", "enabled": true, "banReason": "You have been banned!" } ```
The placeholder for this mod varries depending on the version. 1. 21.x - `%whitelistdb:school%` * 26. 1.x - `%whitelistdb:playerinfo%`
Please note that currently neoforge does not support placeholders!
## Mod Information Current version: 1. 6. 0
Currently Supported: 26.x
No longer supported: 1. 21.x
📊 Mod Details
- Game
- Minecraft Mods
- Author
- leo-mid
- Version
- 1.6.0-v26.1
- Downloads
- 417
- Endorsements
- 0
- Category
- bukkit
- Created
- 4/15/2026
- Updated
- 6/16/2026
- Game Versions
- 26.1
- Tags
- management, technology, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does WhitelistDb Mod support?
The author lists 26.1. Other versions may work but are untested by the author.
What is the latest version of WhitelistDb Mod?
Version 1.6.0-v26.1, published 2026-06-16 with 417 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await