Build 29 changelog (config.yml additions required):
Addition: Added cooldowns for enderpearls.
Addition: Added custom sounds.
Configuration additions:
Code (Text):
placeholderapi:
usableEnderpearl: '&aReady'
Code (Text):
settings:
enderpearls:
enabled: true
removeCooldownOnDeath: true
commands:
- 'broadcast $player used an enderpeal!'
commandsAfterCooldownIsOver:
- 'broadcast $player has no longer an enderpearl cooldown!'
Code (Text):
messages:
enderpearls:
disabled:
- '&eGappleOptions &f» &7Enderpearls are disabled!'
disabledActionbar: '&eGappleOptions &f» &7Enderpearls are disabled!'
cooldown:
- '&eGappleOptions &f» &7You can use an enderpearl again in &e$cooldown&7!'
cooldownActionbar: '&eGappleOptions &f» &7You can use an enderpearl again in &e$cooldown&7!'
cooldownOver:
- '&eGappleOptions &f» &eYou can now use an enderpearl!'
cooldownOverActionbar: '&eGappleOptions &f» &eYou can now use an enderpearl!'
Code (Text):
# Notes:
# 1. You must use ENUM sounds that are appropriate for your server version.
sounds:
gapplesDisabled: 'ENTITY_VILLAGER_NO'
crapplesDisabled: 'ENTITY_VILLAGER_NO'
enderpearlsDisabled: 'ENTITY_VILLAGER_NO'
gapplesConsume: 'ENTITY_VILLAGER_YES'
crapplesConsume: 'ENTITY_VILLAGER_YES'
enderpearlsConsume: 'ENTITY_VILLAGER_YES'
gapplesCooldown: 'ENTITY_CAT_HISS'
crapplesCooldown: 'ENTITY_CAT_HISS'
enderpearlsCooldown: 'ENTITY_CAT_HISS'
gapplesCooldownOver: 'BLOCK_NOTE_BLOCK_BELL'
crapplesCooldownOver: 'BLOCK_NOTE_BLOCK_BELL'
enderpearlsCooldownOver: 'BLOCK_NOTE_BLOCK_BELL'