This version adds configuration to config.yml and customfood.yml
How to configure cooldown Cooldown is disabled by default
Code (Text):
# Available Type values: global, personal, disable
# If Type is global, all food cooldown is applied as global_cooldown value
# If Type is personal, the cooldown is applied for each food
# If Type is disable, cooldown is disabled
Cooldown:
Type: 'disable'
Global_Cooldown: 3
# Available Type values: global, personal, disable
# If Type is global, all food cooldown is applied as global_cooldown value
# If Type is personal, the cooldown is applied for each food
# If Type is disable, cooldown is disabled
Custom_Food_Cooldown:
Type: 'disable'
Global_Cooldown: 3