CommandListener/src/main/resources/config.yml

16 lines
334 B
YAML
Raw Normal View History

2018-09-12 16:01:20 +00:00
# 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