White-List Config

ButtonCommands

White-List Config

- ButtonCommands Version 1.9 -

This page will show you how to set up your white-list.yml located in "<server>/plugins/ButtonCommands/". This entire white-list config can be overridden if "ignoreWhiteLists" in config.yml is set to a value of true.


# What commands to be white-listed for use in console commands. YAML-List
console:
- randomcommand 1
- randomcommand 2
# What commands to be white-listed for use in redstone commands. YAML-List
redstone:
- randomcommand 1
- randomcommand 2
# Commands that applies for both redstone and console commands. YAML-List
shared:
- randomcommand 1
- randomcommand 2