Maykesh’s Fabric RapidWhitelist

Quick rating

Maykesh’s Fabric RapidWhitelist

No reviews yet

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

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
1.0.12
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

📜 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
  }
}

For additional Minecraft version support, contact me at my discord server(link bellow):

https://discord.gg/BmUZ6jHcJz -- our SMP with all my mods on it...test our server out will ya? thx!

[DISCLAIMER: Portions of this project were developed with AI‑assisted tools as part of PhaseZero Labs’ workflow.]

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works