Build 28a changelog (config.yml additions required):
Addition: You can now choose whether or not the cooldown will be removed once the player dies.
Implement the following to your configuration:
Code:settings: gapples: removeCooldownOnDeath: true crapples: removeCooldownOnDeath: true
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:settings: gapples: - 'broadcast $player has no longer a gapple cooldown!' crapples: commandsAfterCooldownIsOver: - 'broadcast $player has no longer a crapple cooldown!'Code: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!
Build 27 changelog:
Change: Cooldowns for gapples/crapples are no longer defined in the configuration but now require a special permission. Simply add "gappleoptions.gapple.<value>" and "gappleoptions.crapple.<value>" to your desired groups. Keep in mind the value must be an integer and is in seconds, also keep in mind that the lowest value will always be selected (in order for the plugin to work well with group inheritance).
Build 26 Changelog:
Fix: Fixes golden apples not being told apart of enchanted ones in 1.13.2+
Build 25 Changelog (config.yml reset required):
Addition: GappleOptionsAPI.java is available to access basic plugin settings.
Addition: GappleEvent.java and CrappleEvent.java are now available (fired when consuming gapples & crapples).
Fix: Reload command not updating changed settings correctly.
Change: Optimized the plugin with various caching mechanisms.
Change: Changed update notifications format.
Remove: You can no longer edit the menu message.
Build 24 changelog:
- The plugin was renamed to GappleOptions.
- Added the ability to edit the cooldown format.
- Added updated notifications (togglable).
- Added a no permission message for commands.
- Added a version command.
- Removed the crafting toggle feature.
- Removed the ability to set custom bypass permissions.
- Removed obsolete code.
- You can now customize the placeholders that show when crapples/gapples are usable.
Add the following section in your configuration for this update to work properly:
Code:placeholderapi: usableCrapple: '&aReady' usableGapple: '&aReady'
