Skip to content

Releases: imDMK/DoubleJump

v2.1.4 Update release!

23 Mar 12:02
Compare
Choose a tag to compare

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!

08 Mar 15:58
Compare
Choose a tag to compare

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!

23 Feb 14:16
42da56b
Compare
Choose a tag to compare

What's Changed

Changes

  • Added full support for 1.20.2 server version.

New features

  • Added play sound nearby feature (#25).
  • Added placeholder settings (#26).

Fixes

  • Fix actionbar messages not working on 1.20.2 by @KaspianDev.
  • Fix wrong ground detection in streak by @KaspianDev.

v2.1.1 Update!

02 Nov 17:23
7de7116
Compare
Choose a tag to compare

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!

18 Oct 10:02
c2814fc
Compare
Choose a tag to compare

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!

09 Oct 15:47
46d9bf2
Compare
Choose a tag to compare

What's Changed

Improvements

  • Configuration improvements (Please back up your configuration before installing this version).

v2.0.8

22 Sep 09:34
246aa28
Compare
Choose a tag to compare

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

06 Sep 18:56
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fixed bug with jump delay configuration.

Improvements

  • Added Placeholder API support.

Changes

  • Changed default jump limit configuration enabled value to false.

v2.0.6

02 Sep 11:58
Compare
Choose a tag to compare

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.

v2.0.5

05 Aug 23:04
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fixed an issue where the player could fly in small cases.

Improvements

  • Added option to enable enchanting jump itme (Thanks KevinH).
  • Added WorldGuard support with region check (Thanks FlameBeast25).
  • Added checking if a player sets a disabled gamemode or enters disabled world.

Changes

  • The player's double jump mode will not be disabled when they are unable to perform it.