TCommandBlocker
Tect.host
  • Introduction
  • General
    • Utils
    • Commands & Permissions
    • Comparation
  • Lite
    • Configuration
    • Default files
  • Pro
    • Configuration
    • Groups
    • Actions
    • Default files
Powered by GitBook
On this page
  1. Pro

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&#9e28f5B&#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&#9e28f5B&#B1B1B1&#b7b7b7&lα΅–&#B1B1B1] &#FBAE18> "

messages:
  no-perm: "&cNo tienes permisos."
  reload: "&aReinicio completado."
  version: "&fVersiΓ³n: &#c03afe%version%&f."

Last updated 8 months ago