mirror of
https://github.com/YouHaveTrouble/CommandWhitelist.git
synced 2026-05-12 14:36:56 +00:00
22 lines
768 B
YAML
22 lines
768 B
YAML
# This is bungeecord version of the config.
|
|
messages:
|
|
prefix: "CommandWhitelist > "
|
|
command-denied: "No such command."
|
|
no-permission: "&cYou don't have permission to do this."
|
|
no-such-subcommand: "&cNo subcommand by that name."
|
|
config-reloaded: "&eConfiguration reloaded."
|
|
added-to-whitelist: "&eWhitelisted command &6%s &efor permission &6%s"
|
|
removed-from-whitelist: "&eRemoved command &6%s &efrom permission &6%s"
|
|
group-doesnt-exist: "&cGroup doesn't exist or error occured"
|
|
|
|
commands:
|
|
# Permissions that control what commands players can use
|
|
# you can add unlimited amount of whitelists
|
|
|
|
# this will be automatically given to players by default
|
|
default:
|
|
- glist
|
|
- server
|
|
# commandwhitelist.commands.example
|
|
example:
|
|
- example |