Added Jump item limit feature (#17 Thanks PorkLiquor for help)
Added red color to log message git exception.
Added a check to see if a jump item should be destroyed after reduced durability.
Added check if the duration is negative (if it returns "<1s").
Added canceling event JumpItemInteractListener if the player is in a blocked region.
Changes
Changed default notification type of jumpDelayNotification and jumpStreakResetNotification.
[API] Changed WorldGuardHook to RegionProvider.
If you are updating a plugin and you have your own configuration saved, please make a backup of it, because the chance that it will not be loaded is very high! Major configuration changes have been made. readability improved.
What's Changed Fixes Fixed fall damage.
Fixed missing permissions notification.
Now DoubleJumpEvent is correctly triggered.
Improvements Improved plugin configuration - separate options for disabling the function have been added. It's more readable now.
Added notification type: DISABLED.
Added plugin version check.
Changes Removed jumpModeDelayNotification from configuration due to it was never sent.
Disabled native permissions (missing permissions notification It will now be displayed).
Changed argument jumpDelay to duration.
Updated spigot api to latest snapshot.
What's Changed Fixes - Fixed fall damage.
- Fixed missing permissions notification.
- Now DoubleJumpEvent is correctly triggered.
Improvements - Improved plugin configuration - separate options for disabling the function have been added. It's more readable now.
- Added notification type: DISABLED.
- Added plugin version check.
Changes - Removed jumpModeDelayNotification from configuration due to it was never sent.
- Disabled native permissions (missing permissions notification It will now be displayed).
- Changed argument jumpDelay to duration.
- Updated spigot api to latest snapshot.