Releases: imDMK/DoubleJump
Releases · imDMK/DoubleJump
v2.1.5 Update!
v2.1.4 Update release!
What's Changed
Fixes
- Fixed all issues with checking restrictions (#32)
- Fixed PlaceholderAPI and WorldGuard hook
- Fixed allowing player's to fly after checking restrictions
2.1.3 Update!
What's Changed
Changes
- Updated all plugin dependencies (vulnerabilities have been detected in some libraries, it is recommended to update the plugin)
- Updated commands to the latest version (fully compatible with the latest server versions)
- From now, the "/doublejump for" command can execute the console.
New features
- Added option to switch between BLACKLIST and WHITELIST type in restrictions (#22)
v2.1.2 Update!
What's Changed
Changes
- Added full support for 1.20.2 server version.
New features
Fixes
- Fix actionbar messages not working on 1.20.2 by @KaspianDev.
- Fix wrong ground detection in streak by @KaspianDev.
v2.1.1 Update!
What's Changed
Changes
- Removed configurable command permissions - They are permanently assigned to the command. To see them, visit the project's GitHub page.
v2.1.0 Update!
What's Changed
Fixes
- Fixed bug with disappearing message text in configuration (when there was a ":" character in the message, the text disappeared),
- The jump streak notification configuration has been moved to the appropriate place.
- [API] Small fixes.
v2.0.9 Update!
What's Changed
Improvements
- Configuration improvements (Please back up your configuration before installing this version).
v2.0.8
What's Changed
Fixes
- Plugin performance improved.
- General plugin code fixes.
- Fixed NullPointerException after server reload.
- Removed warning about loading a component from the plugin.
- All libraries are now relocated, which means that the plugin should not have conflicts with other plugins.
Improvements
- From now on, updates are checked when the administrator joins the server.
Changes
- [API] Separated functions from JumpPlayerManager to JumpPlayerService.
v2.0.7
v2.0.6
What's Changed
Fixes
- Fixed bugs with jump item checking.
Improvements
- Overall performance and plugin code improvements.
- 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.