Skip to content

2.4.0

Compare
Choose a tag to compare
@Jikoo Jikoo released this 11 Feb 16:46
· 147 commits to master since this release
b58211c

What's Changed

  • Update to Java 17
  • Update Lands hook
    • Lands users: Please verify that Lands' protections are detected properly. As always, I do not test hooks that I do not have an environment for.
    • Requires Lands 6.26+ (or so I believe - the versioning looks like it went wonky with the update that actually included this change. There are no changelogs for the API and the commit messages are tremendously unhelpful.)
  • Flag fresh chunks async
  • Fix relying on Bukkit's softdepend system actually functioning for the hook loading process
  • Attempt to reduce likelihood of author nag about tasks on shutdown
    • If you're still seeing this, you can safely ignore it. Regionerator's deletion task does not perform any additional operations once Regionerator cancels it. You usually see this warning because it finishes shutting down a fraction of a second after the main thread disables the plugin. The "solutions" involve hanging the main thread unnecessarily while waiting for the deletion thread to die or hiding the thread from Bukkit by not using its scheduler.
  • Code health

Full Changelog: 2.3.0...2.4.0