LISTENERS:
# Active this if you want use the /mycmd-blockset features.
BLOCK_LISTENER: true
# This allow you to execute commands from the ChatListener, Example, without the slash / prefix.
CHAT_LISTENER: false
# Turn this one on, to allow the execution of custom commands in-game. Basically the core of MyCommand
CUSTOM_COMMANDS_GAME: true
# Use ConsoleListener to allow you execute custom commands from the console.
CUSTOM_COMMANDS_CONSOLE: true
# Extra Listener, allows you to execute commands on some extra events, like death,join and someone else. Check playerevents.yml
EXTRA_LISTENER: false
# Enable this if you want use the /mycmd-itemset feature.
ITEM_LISTENER: true
# Active the move listener for cancel WARMUPs (only warm-up type command)
MOVE_LISTENER: false