Configuration

Configuration file: banned_commands.yml

Banned Commands list

# List of banned commands
bannedCommands:
  - icanhasbukkit
  - about
  - "?"
  - ver
  - bukkit:ver
  - bukkit:about
  - bukkit:pl
  - bukkit:plugins
  - bukkit:help
  - bukkit:?

This is the list of banned commands, you can add or remove commands to this list, it is not necessary to use quotation marks

Tab

tab:
  # Blocks all commands that contain ":"
  block-all-additional-commands: true
  noTabCompleteCommands:
    - icanhasbukkit
    - about
    - "?"
    - ver
  add-tab-complete-commands:
    - r
  • block-all-additional-commands: Blocks all commands with the ":" character, e.g. bukkit:/pl

  • noTabCompleteCommands: Block / in all the commands in the list

  • add-tab-complete-commands: Add commands to the autocomplete

Actions

Message

Sends a multi-line message

Title

  • Enabled: Enable/disable the title and subtitle

  • Title: The text of the title

  • Subtitle: The text of the subtitle

Actionbar

  • Enabled: Enable/disable the actionbar

  • Bar: The action bar text

Sound

  • Enabled: Enable/disable the sound

  • Sound: The sound name, full list here

Particles

  • Enabled: Enable/disable the particles

  • Particle: The particle name, full list here

  • Particles: The number of particles

Bypass Permissions

Here you can modify the permissions to bypass the blocked commands both in command and in <tab>

Last updated