Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Maykesh’s Fabric RapidWhitelist
ModLicenseRef-All-Rights-Reserved

Maykesh’s Fabric RapidWhitelist

A zero‑downtime whitelist system with instant updates, configurable command permissions, and full tracking of who added each player for clear staff accountability.

17
Downloads
0
Followers
3 months ago
Updated
📦
1
Versions
game-mechanicsmanagementutilityfabric
Download Latestv1.0.12View on Modrinth

📖About Maykesh’s Fabric RapidWhitelist

📜 Rapid Whitelist

Fabric
Java
License

A high-performance, hot-reloadable whitelist system for modern Fabric servers.

Rapid Whitelist replaces the vanilla Minecraft whitelist entirely, offering asynchronous I/O, hot-reloading, and advanced rate limiting. It is designed for servers that need a robust access control system without the performance hit of the main thread.


🚀 Why Use This Mod?

  • ⚡ Zero Lag: All whitelist operations (add/remove/check) use async I/O to keep your server TPS high.
  • 🔥 Hot-Reloadable: Edit whitelist.json manually or via command, and changes apply instantly without restarting.
  • 🛡️ Rate Limiting: Built-in protection against command spam for adding/removing players and reloading.
  • 🔌 Developer API: Includes a CustomWhitelistAPI for easy integration with other mods or plugins.
  • 🚫 Complete Replacement: Fully bypasses the vanilla whitelist logic for total control.

✨ Features

🔒 Core Whitelist

  • Async Storage: Player data is stored in config/customwhitelist/whitelist.json and loaded asynchronously.
  • UUID & Name Support: Whitelists by GameProfile (UUID + Name) for security.
  • Instant Updates: Commands update the cache immediately; manual file edits are detected via file watcher.

⚙️ Management & Control

  • Full Command Suite: /rapidwhitelist add, remove, list, enable, disable, reload.
  • Configurable Messages: Customize kick messages and feedback text in config.json.
  • Permission Levels: Restrict commands to specific OP levels (default: Level 3).

🛡️ Protection

  • Rate Limits: Configurable limits on how many players can be added/removed per minute.
  • Logging: detailed logs for denied joins and administrative actions.

📜 Commands

Admin Commands

(Requires OP Level 3 by default)

  • /rapidwhitelist add <player> - Add a player to the whitelist.
  • /rapidwhitelist remove <player> - Remove a player from the whitelist.
  • /rapidwhitelist list - List all whitelisted players.
  • /rapidwhitelist reload - Reload config and whitelist data from disk.
  • /rapidwhitelist enable - Enable the whitelist enforcement.
  • /rapidwhitelist disable - Disable the whitelist (allow everyone).

⚙️ Configuration

The main configuration file config/customwhitelist/config.json controls behavior:

{
  "enableWhitelist": true,
  "commandPermissionLevel": 3,
  "storageMode": "json",
  "messages": {
    "kickMessage": "You are not whitelisted on this server.",
    "whitelistEnabled": "Whitelist has been enabled.",
    "whitelistDisabled": "Whitelist has been disabled."
  },
  "rateLimits": {
    "addPerMinute": 10.0,
    "removePerMinute": 10.0,
    "reloadCooldownMs": 5000
  }
}

See DOCUMENTATION.md for the full guide.

👥 Team & Contributors

maykesh.s
maykesh.sOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
fabric
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+4 more

🔗 Links

Modrinth Page