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.
Оцените первым
186
0
Command Whitelist - Added per group command whitelist
Release03.07.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.
Файлы
CommandWhitelist-1.0.0.jar(13.95 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
1.0.1
Загрузчики
FoliaPaper
Версии игры
1.21–26.2
Загрузок
16
Дата публикации
03.07.2026