▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/Command Whitelist - DonutSMP like

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

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.
  • default group 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-commands list still works if you don't use groups.
  • Group sets are flattened on load, so there's no added runtime overhead. Cyclic subgroups are 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

Загрузчики

Folia
Paper

Версии игры

1.21–26.2

Загрузок

16

Дата публикации

03.07.2026

Загрузил

ID версии

Главная