Command Whitelist - DonutSMP like
Hide and block all commands except the ones you explicitly allow. Removes blocked commands from tab completion, command lists, and execution.
- Загрузки
- 107
- Подписчики
- 0
- Обновлён
- 7 июля 2026 г.
- Лицензия
- All-Rights-Reserved
Опубликован 14 июня 2026 г.
Command Whitelist gives server administrators complete control over which commands players can access. Instead of merely denying execution, blocked commands are completely hidden from players:
Removed from tab completion - Removed from the client's command list - Silently blocked when executed - Optional action bar feedback message - Optional sound effect
This makes it ideal for:
Minigame servers - SMPs with restricted command access - Network hubs
✅ Whitelist only the commands you want players to use
✅ Hidden from tab completion
✅ Hidden from the client's command list
✅ Configurable action bar message
✅ Configurable sound effect
✅ Permission-based bypass
✅ Lightweight and simple configuration
✅ Supports namespaced commands automatically
Commands
Command - /commandwhitelist reload (Reload the plugin) Permission - commandwhitelist.reload
- commandwhitelist.bypass Bypass all command restrictions
- commandwhitelist.reload Allows reloading the configuration
Players with commandwhitelist.bypass are completely exempt from the whitelist.
Requirements
Java 25+
Support
Found a bug or have a feature request?
Host your server for cheap!
⛈ STORMNODES | Cheap & reliable Minecraft hosting! ⚡ High performance • 24/7 uptime • &7DDoS protection • instant setup 🎁 Use code FIRENETWORK for 5% OFF at STORMNODES 🚀
Check out my minecraft survival server: FireNetwork.sbs (1.21+)
Discord: andrey565_0 (you can buy the same plugin on Built By Bit to support me)
Ченджлог
1.0.1Релиз1.21.11, 26.1.2, 26.2 · 7 июля 2026 г.
Fixed tab completion not showing for groups
1.0.1Релиз1.21.11, 26.1.2, 26.2 · 3 июля 2026 г.
Per-Group Command Whitelists
You can now define a separate command whitelist for each group, with priorities and inheritance.
Added
- Command groups — give each rank its own whitelist instead of one shared list.
- Priority-based selection — players get the whitelist of the highest-priority group they belong to.
- Recursive inheritance via
subgroups— higher ranks automatically inherit everything from the groups below them, so you only grant a player their top rank. defaultgroup that applies to everyone with no permission required.
Example
command-groups:
default:
priority: 0
commands: [ help, spawn, msg ]
subgroups: []
admin:
priority: 100
commands: [ ban, mute, kick ]
subgroups: [ default ]
developer:
priority: 200
commands: [ timings, plugins ]
subgroups: [ admin ]
Grant commandwhitelist.group.developer and that player gets developer + admin + default commands automatically.
Notes
- Fully backward compatible — the old single
allowed-commandslist still works if you don't use groups. - Group sets are flattened on load, so there's no added runtime overhead. Cyclic
subgroupsare handled safely. - Assign groups with
commandwhitelist.group.<name>and apply changes live with/commandwhitelist reload.
Комментарии
Загружаем…