
LOMP - Limited Offline Mode Paper
Let specific players join your online-mode Paper server without Mojang auth — no proxy needed.
- Загрузки
- 108
- Подписчики
- 2
- Обновлён
- 20 мая 2026 г.
- Лицензия
- MIT
Опубликован 14 апреля 2026 г.
Limited Offline Mode Paper
Let specific players join your online-mode Paper server without Mojang authentication — no proxy, no config changes, no server restarts required.
Perfect for server admins, developers, and staff who need emergency or testing access without exposing the entire server to offline mode.
Features
- Whitelist by username — add names to a simple text file, done
- Player groups — batch players into named groups and toggle them on/off with a command
- Persists across restarts — config is file-based, nothing is lost on reboot
- Live reload —
/lomgroup group reloadapplies changes instantly, no restart needed - No proxy needed — works directly on Paper, no Velocity or BungeeCord required
- Full login event support — fires
AsyncPlayerPreLoginEventand all standard Bukkit events normally
Quick Start
- Drop the JAR into your
plugins/folder - Start the server —
allowed-users.txtis created automatically - Add usernames to
plugins/LimitedOfflineMode/allowed-users.txt - Players on the list can now join without Mojang auth
Commands
| Command | Description |
|---|---|
/lomgroup group add <group> <players> |
Add players to a group |
/lomgroup group enable <group> |
Allow the whole group to join |
/lomgroup group disable <group> |
Block the group |
/lomgroup group toggle <group> |
Flip a group on/off |
/lomgroup group list |
See all groups and their status |
/lomgroup group reload |
Reload config files live |
Permission: limitedofflinemode.admin (default: op)
Requirements
- Paper 1.21.x
- Java 21+
Forked from moritxius-matsuda/LimitedOfflineMode (original Velocity/BungeeCord plugin). This is a full rewrite for Paper by chank_op.
⚠️ For administrators and developers only. Do not use to allow cracked clients or bypass Mojang auth for regular players. You are responsible for your own EULA compliance.
Ченджлог
1.1.0Релиз1.21.9, 1.21.10, 1.21.11 · 20 мая 2026 г.
v1.1.0
What's New
- Spigot & CraftBukkit support — now works on any Bukkit-family server, not just Paper
- Paper servers still use the native
ChannelInitializeListenerHolderAPI; all others use a reflection-based fallback automatically — no config needed
Compatibility
| Server | Status |
|---|---|
| Paper 1.21.x | ✅ |
| Spigot 1.21.x | ✅ New |
| Purpur | ✅ |
| Folia | ✅ |
| Mohist / Magma | ✅ |
Requirements
- Java 21+
- online-mode=true (plugin has no effect on offline-mode servers)
1.0Бета26.1.2 · 14 апреля 2026 г.
Initial version 1.0
Комментарии
Загружаем…