diff --git a/src/plugins/CommandWhitelist-Velocity-2.12.0.jar b/src/plugins/CommandWhitelist-Velocity-2.12.0.jar new file mode 100644 index 0000000..c1eaaeb --- /dev/null +++ b/src/plugins/CommandWhitelist-Velocity-2.12.0.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f397817ebe8aa94b7b0d1f4862a17567e5de8906689515018ca257e25098c0 +size 98419 diff --git a/src/plugins/commandwhitelist/config.yml b/src/plugins/commandwhitelist/config.yml new file mode 100644 index 0000000..951b065 --- /dev/null +++ b/src/plugins/commandwhitelist/config.yml @@ -0,0 +1,41 @@ + +# Messages use MiniMessage formatting (https://docs.adventure.kyori.net/minimessage/format) +messages: + prefix: '' + command_denied: '' + subcommand_denied: '' + no_permission: '' + no_such_subcommand: '' + config_reloaded: Configuration reloaded. + added_to_whitelist: Whitelisted command %s for permission + %s + removed_from_whitelist: Removed command %s from permission + %s + group_doesnt_exist: Group doesn't exist or error occured + +# Valid message types are CHAT and ACTIONBAR. Does nothing on velocity. +message_type: CHAT +groups: + default: + commands: + - server + - register + - login + - changepassword + - premium + - confirmpremium + - cracked + - groups + - skin + subcommands: [] + role_moder: + commands: + - vmute + - vunmute + - vmutelist + subcommands: [] + role_admin: + commands: + - send + - vbroadcastproxy + subcommands: []