Default files
# #################################################################
# ┌─────────────────────────────────────────────────────────────┐ #
# │ Chat configuration │ #
# └─────────────────────────────────────────────────────────────┘ #
# #################################################################
# Messages file (inside the lang folder)
messages-file: "messages_en.yml"
# Banned Commands list (in chat)
chat:
# If you want to use the global command blocker (the list of blocked commands in this file) enable this option
use-global-list: true
# Use this list only if the above option is set to true, otherwise use the groups.yml lists
blocked-commands:
- "pl|pl"
- "bukkit:pl|pl"
- "plugins|pl"
- "bukkit:plugins|pl"
- "help|help"
- "bukkit:help|help"
- "icanhasbukkit|icanhasbukkit"
- "bukkit:icanhasbukkit|icanhasbukkit"
- "ver|version"
- "bukkit:ver|version"
- "version|version"
- "bukkit:version|version"
- "about|about"
- "bukkit:about|about"
- "?|help"
# #################################################################
# ┌─────────────────────────────────────────────────────────────┐ #
# │ General /<TAB> configuration │ #
# └─────────────────────────────────────────────────────────────┘ #
# #################################################################
tab:
# Blocks all commands that contain “:”
block-extra-commands: true
# If you want to use the global tab blocker (the list of tab blocked commands in this file) enable this option
use-global-list: true
# Modes:
# 1 -> Blacklist
# 2 -> Whitelist
mode: 1
# Use this list only if the "use-global-list" option is set to true, otherwise use the groups.yml lists
blocked-commands:
- "ver"
- "about"
- "version"
- "help"
- "?"
# Register commands in tab autocomplete
register:
use-global-list: true
list:
- "r"
Last updated