UPDATE: Actionbars & more.
Build 28 changelog (config.yml additions required):
Addition: You can now display actionbar messages for when gapples/crapples are disabled, they're on cooldown and once their cooldown is over.
Addition: You can now run commands for the player after their gapple/crapple cooldown is over.
Configuration Additions (make sure not to overwrite existing settings):
Code (Text):
settings:
gapples:
- 'broadcast $player has no longer a gapple cooldown!'
crapples:
commandsAfterCooldownIsOver:
- 'broadcast $player has no longer a crapple cooldown!'
Code (Text):
messages:
gapples:
disabledActionbar: '&eGappleOptions &f» &7Enchanted golden apples are disabled!'
cooldownActionbar: '&eGappleOptions &f» &7You can eat an enchanted golden apple again in &e$cooldown&7!'
cooldownOverActionbar: '&eGappleOptions &f» &7You can now consume an enchanted golden apple!'
crapples:
disabledActionbar: '&eGappleOptions &f» &7Golden apples are disabled!'
cooldownActionbar: '&eGappleOptions &f» &7You can eat a golden apple again in &e$cooldown&7!'
cooldownOverActionbar: '&eGappleOptions &f» &eYou can now consume a golden apple!