Compare commits

..

2 Commits

Author SHA1 Message Date
479150b53f Merge pull request 'feature-23-command-whitelist' (#34) from feature-23 into develop
All checks were successful
/ build-docker (push) Successful in 6m55s
Reviewed-on: #34
Reviewed-by: oznobys <oznobys@noreply.localhost>
2025-08-04 15:28:45 +00:00
73ae5f0634
add and configure CommandWhitelist
allows to forbid certain command execution and hide their completion
2025-08-03 22:50:12 +03:00
2 changed files with 40 additions and 0 deletions

BIN
src/plugins/CommandWhitelist-Bukkit-2.12.0.jar (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,37 @@
# Messages use MiniMessage formatting (https://docs.adventure.kyori.net/minimessage/format)
messages:
prefix: ''
command_denied: ''
subcommand_denied: ''
no_permission: ''
no_such_subcommand: ''
config_reloaded: <yellow>Configuration reloaded.
added_to_whitelist: <yellow>Whitelisted command <gold>%s <yellow>for permission
<gold>%s
removed_from_whitelist: <yellow>Removed command <gold>%s <yellow>from permission
<gold>%s
group_doesnt_exist: <red>Group doesn't exist or error occured
# Do not enable if you don't have issues with aliased commands.
# This requires server restart to take effect.
use_protocollib: false
# Valid message types are CHAT and ACTIONBAR. Does nothing on velocity.
message_type: CHAT
groups:
default:
commands:
- tell
- reply
- spawn
- links
- menu
- servers
subcommands: []
role_moder:
commands:
- vmute
- vunmute
- vmutelist
subcommands: []