Added cooldown feature to make players wait before collecting the same type of Easter Eggs.
Changes in config.yml
Code (YAML):
sounds: # Sound that is going to be played when player has a cooldown to collect again. cooldown: ENTITY_VILLAGER_NO
easter-eggs:
'egg-id': # Should players wait a certain amount of time before collecting this type of Easter Eggs? (Optional, by default no cooldown) cooldown: 0
Changes in messages.yml
Code (YAML):
messages:
cooldown: "&c&lYou have to wait {0}s before collecting this Easter Egg again!"