Перейти к содержимому
Mineforgian

mWL Updated

Updated fork of the original mWL Plugin. UUID-based server whitelisting.

Загрузки
10
Подписчики
0
Обновлён
11 июля 2026 г.
Лицензия
MIT

Опубликован 9 июня 2026 г.

mWL Updated by Knabbiii

Downloads Minecraft Server

Divider

Overview

A powerful and flexible whitelist plugin for Paper servers. mWL gives you full control over who can join your server with support for temporary whitelist entries, permission-based bypass, MongoDB or JSON storage, and compatibility from 1.18.x all the way to Paper 26.2.

Perfect for private servers, whitelisted communities, or any server that needs more control than vanilla's built-in whitelist.

Divider

Features

Feature Description
Temporary Whitelist Add players for a limited time — auto-removed on expiry
Bypass Permission Let staff or VIPs join regardless of whitelist status
Dual Database Support Store players in JSON (no setup) or MongoDB
Expiry Notifications Warn players when their whitelist time is about to run out
Auto-kick on Remove Optionally kick online players when removed from the whitelist
Reload Support Reload config and language files without restarting
Permission System Fine-grained access control for every command
Privacy-Focused Optional bStats metrics (can be disabled in config)

Why Choose mWL?

  • Modern & maintained — compatible with the latest Paper versions including 26.2
  • Lightweight with minimal performance impact
  • Async database operations — no server freezes on lookup
  • Highly configurable — online/offline UUID mode, time formats, bypass settings and more
  • LuckPerms compatible — bypass permission works seamlessly with permission plugins

Divider

Configuration

mWL offers extensive configuration options:

  • Whitelist on/off toggle with command or config
  • Online / Offline UUID mode for cracked server support
  • Temporary whitelist with flexible time syntax (e.g. 1d12h30m)
  • Permission bypass — assignable via any permission plugin
  • Periodic player check with configurable interval
  • Expiry notify threshold
  • MongoDB connection settings
  • bStats metrics toggle (enableMetrics: true/false)

Divider

Commands & Permissions

Commands

Command Description
/mwl add <player> Add a player to the whitelist
/mwl remove <player> Remove a player from the whitelist
/mwl addtemp <player> <time> Add a player temporarily
/mwl settemp <player> <time> Set expiry time for an existing player
/mwl extendtemp <player> <time> Extend a player's remaining time
/mwl check <player> Check if a player is whitelisted
/mwl list List all whitelisted players
/mwl toggle [enable|disable] Toggle or set whitelist status
/mwl info Show plugin information
/mwl reload Reload config and language files
/mwl help Show help overview

Permissions

  • mwl.command.add — Add players
  • mwl.command.remove — Remove players
  • mwl.command.addtemp — Add temporary players
  • mwl.command.settemp — Set expiry time
  • mwl.command.extendtemp — Extend expiry time
  • mwl.command.check — Check whitelist status
  • mwl.command.list — List whitelisted players
  • mwl.command.toggle — Toggle whitelist
  • mwl.command.info — View plugin info
  • mwl.command.reload — Reload config
  • mwl.command.help — View help
  • mwl.whitelist.bypass — Bypass whitelist check entirely

Divider

Database Support

mWL supports two storage backends:

  • JSON (default) — zero setup, stores data locally in whitelist.json
  • MongoDB — for larger servers or shared data setups; configure the connection URL in config.yml

Switch between backends at any time by changing database.type in the config and restarting.

Divider

Credits

Original Plugin: mWL by TRUEC0DER

This is an updated fork, coordinated with and known to the original author, as the original plugin is now EOL (end of life) and no longer maintained. This fork adds bug fixes, broader version compatibility (1.18.x – 26.2), and additional features for modern Paper servers.

Divider

Take control of your whitelist — simple, powerful, and always up to date.

Made with ❤️ for the Minecraft community

Ченджлог

2.3.0Релиз26.1.1, 26.1.2, 26.2 · 11 июля 2026 г.

mWL Updated by Knabbiii

🔧 mWL v2.3.0 - Compatibility & Bug Fix Update

Downloads Version Minecraft

This update adds full compatibility with Paper 26.2 while keeping support for older versions down to 1.18.x. Several bugs have been fixed based on live testing.

✨ What's Changed

🖥️ Paper 26.2 Support

  • Updated api-version to 1.18, supporting 1.18.x through 26.2
  • Requires Java 25+ when running on Paper 26.2
  • Fixed scheduler usage — reverted from GlobalRegionScheduler (Folia-only) to Bukkit.getScheduler() for universal compatibility

🔒 Whitelist Bypass Permission

  • Fixed mwl.whitelist.bypass not being respected when assigned via permission plugins (e.g. LuckPerms)
  • bypass.permission.enabled is now true by default in config.yml
  • Login check now runs at EventPriority.HIGH so permission plugins have already loaded player data

🐛 Bug Fixes

  • Fixed /mwl toggle — can now be used without arguments to auto-toggle the whitelist on/off
  • Fixed /mwl help — now works as a proper subcommand (also shown when running /mwl with no arguments)
  • Fixed /mwl settemp — feedback message was not sent to the command sender after setting a temporary whitelist entry

📥 Installation

Download mWL-2.3.0.jar and place it in your plugins folder.

Paper 26.2 users: Requires Java 25+. Compatible with 26.1, 26.1.1, 26.1.2 and 26.2

🔄 Upgrading from v2.2.x

  • Drop-in update — stop server, replace JAR, start server
  • Check your config.yml: bypass.permission.enabled is now true by default. If you do not use a permission plugin for bypass, set it to false
  • No database migration required

Комментарии

Загружаем…