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"
# #################################################################
# ┌─────────────────────────────────────────────────────────────┐ #
# │ Groups configuration │ #
# └─────────────────────────────────────────────────────────────┘ #
# #################################################################
config:
default-group: "default"
op-group: "op"
groups:
op:
# The OP group does not need permission, just like the default group
# Blocked commands list
blocked-cmds: []
# Tab command blocker mode
# Modes:
# 1 -> Blacklist
# 2 -> Whitelist
tab-mode: 1
# Tab blocked commands list
blocked-tab: []
# Register commands in the <tab> autocomplete
register:
- "r"
admin:
permission: tcb.group.admin
blocked-cmds: []
tab-mode: 1
blocked-tab: []
register:
- "r"
mod:
permission: tcb.group.mod
blocked-cmds:
- "pl|pl"
- "plugins|pl"
tab-mode: 1
blocked-tab:
- "ver"
- "about"
register:
- "r"
default:
blocked-cmds:
- "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"
mode: 1
blocked-commands:
- "ver"
- "about"
- "version"
- "help"
- "?"
register:
- "r"
# #################################################################
# ┌─────────────────────────────────────────────────────────────┐ #
# │ Actions │ #
# └─────────────────────────────────────────────────────────────┘ #
# #################################################################
# [MESSAGE] | Sends a message to the player (supports & colors, HEX colors and PlaceholderAPI placeholders) | - "[MESSAGE]" &cThis command is restricted!"
# [CANCEL_EVENT] | Cancels the command execution event | - "[CANCEL_EVENT]"
# Per command actions
commands:
"pl":
actions:
- "[MESSAGE] &7"
- "[MESSAGE] &#FF0000&l ! ERROR !"
- "[MESSAGE] &#FF0000🚫 &#FF0000This Command Is Restricted! &#FF0000🚫"
- "[MESSAGE] &7"
- "[CANCEL_EVENT]"
"help":
actions:
- "[MESSAGE] &7"
- "[MESSAGE] &#FF0000&l ! ERROR !"
- "[MESSAGE] &#FF0000🚫 &#FF0000This Command Is Restricted! &#FF0000🚫"
- "[MESSAGE] &7"
- "[CANCEL_EVENT]"
"icanhasbukkit":
actions:
- "[MESSAGE] &7"
- "[MESSAGE] &#FF0000&l ! ERROR !"
- "[MESSAGE] &#FF0000🚫 &#FF0000This Command Is Restricted! &#FF0000🚫"
- "[MESSAGE] &7"
- "[CANCEL_EVENT]"
"version":
actions:
- "[MESSAGE] &7"
- "[MESSAGE] &#FF0000&l ! ERROR !"
- "[MESSAGE] &#FF0000🚫 &#FF0000This Command Is Restricted! &#FF0000🚫"
- "[MESSAGE] &7"
- "[CANCEL_EVENT]"
"about":
actions:
- "[MESSAGE] &7"
- "[MESSAGE] &#FF0000&l ! ERROR !"
- "[MESSAGE] &#FF0000🚫 &#FF0000This Command Is Restricted! &#FF0000🚫"
- "[MESSAGE] &7"
- "[CANCEL_EVENT]"
# #################################################################
# ┌─────────────────────────────────────────────────────────────┐ #
# │ │ #
# │ TCommandBlocker Pro │ #
# │ │ #
# └─────────────────────────────────────────────────────────────┘ #
# #################################################################
prefix: "&#B1B1B1[&#c03afeT&#af31faC	e28f5B&#B1B1B1&#b7b7b7&lᵖ&#B1B1B1] &#FBAE18> "
messages:
no-perm: "&cYou do not have permissions."
reload: "&aReload complete."
version: "&fVersion: &#c03afe%version%&f."
# #################################################################
# ┌─────────────────────────────────────────────────────────────┐ #
# │ │ #
# │ TCommandBlocker Pro │ #
# │ │ #
# └─────────────────────────────────────────────────────────────┘ #
# #################################################################
prefix: "&#B1B1B1[&#c03afeT&#af31faC	e28f5B&#B1B1B1&#b7b7b7&lᵖ&#B1B1B1] &#FBAE18> "
messages:
no-perm: "&cNo tienes permisos."
reload: "&aReinicio completado."
version: "&fVersión: &#c03afe%version%&f."
Last updated