Default files

# #################################################################
# ┌─────────────────────────────────────────────────────────────┐ #
# │                                                             │ #
# │                     TCommandBlocker Pro                     │ #
# │                                                             │ #
# └─────────────────────────────────────────────────────────────┘ #
# #################################################################

# 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"
    - "bukkit:pl"
    - "plugins"
    - "bukkit:plugins"
    - "help"
    - "bukkit:help"
    - "icanhasbukkit"
    - "bukkit:icanhasbukkit"
    - "ver"
    - "bukkit:ver"
    - "version"
    - "bukkit:version"
    - "about"
    - "bukkit:about"
    - "?"

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