Config File

ButtonCommands

Config File

- ButtonCommands Version 1.9 -

This page will show you how to set up your config.yml located in "<server>/plugins/ButtonCommands/". If it has not yet been generated, start/restart your CraftBukkit server.


# Enable plugin? Boolean
enable: true

# What signs will be enabled. Boolean
enabledSigns:
  normal: true
  console: true
  redstone: true
  alias: true

# Output current like normal from buttons if player has or doen't have permission? Booleans
current:
  hasPerm: false
  missingPerm: true

# Ignore the white-list.yml and allow all commands? Boolean
ignoreWhiteLists: false

# Output a notification about the execution of a console or redstone command? Booleans
output:
  console: true
  redstone: true

# Protect the sign or block it's on from direct player block breaking? Booleans
# Note: They can still blow up, get pushed by pistons, ETC.
protect:
  sign: true
  block: true

# Have the new underline under the title of a command sign? Boolean
signTitleUnderlined: false

# Make the title of a command sign centered? This will occupy some character slots. Boolean
signTitleCentered: true

# Enable when left- or right-clicking. Booleans
interact:
  left_click: true
  right_click: true

# Check for plugin updates? Boolean
pluginUpdateCheck: true