CommandListener/src/main/resources/config.yml

16 lines
334 B
YAML

# The port to listen for commands on
port: 8888
# A list of commands that can be used with CommandListner
# Any command sent to the above port that is not in this list will be discarded
commands:
- commandlistener
- cl
hooks:
carrotchat: false
# Whether to print extra to the console
# Mostly useful for debugging
verbose: false