Skip to content

Releases: emilyy-dev/BetterJails

v1.5.1

26 Oct 18:35
0be147a
Compare
Choose a tag to compare

This patch release fixes some issues that inadvertently made it into v1.5:

  • Document newly added /modjail command (#37)
  • The plugin would fail to load on certain old versions (e23de7d)
  • Fix /jail command not working for online players first joining the server (#38)

Full Changelog: v1.5...v1.5.1

Thanks to @rymiel for helping with this release.

v1.5

19 Sep 01:36
d56d147
Compare
Choose a tag to compare

What's Changed

  • ⅔ (two thirds) of the plugin's code has been rewritten to be more robust, bug-free, and easier to maintain
  • Many bugs were fixed
    • Run onJail commands when joining after being jailed by @rymiel in #24
    • Resolve worlds lazily/when required by @emilyy-dev in #31
    • Subtle issues that were kept untracked, leading to a lot of inconsistencies regarding teleporting prisoners around when logging in and out
  • Some features were added in the process
    • Add support for imprisonment reason by @emilyy-dev in #28
    • Reason placeholder in jailSuccess by @rymiel in #29
    • Custom release location support via the new /modjail command by @rymiel in #30
  • Some messages from the plugin configuration have been replaced or no longer exist, and new ones have been added:
-jailFailedJailNotFound
-deljailFailed
+non-existent-jail
 
-jailFailedTimeIncorrect
-infoFailedPlayerNeverJoined
-unjailFailedPlayerNeverJoined
-setjailFromConsole
 
+player-not-imprisoned
+reload-failed
+save-all-failed
+delete-jail-failed
+save-jail-failed
+modify-jail-success
+modify-jail-fail

Make sure to check out the new config here

  • And more

New Contributors

  • @rymiel is now a gorgeous contributor, thank you for promoting development

Full Changelog: https://github.com/emilyy-dev/BetterJails/commits/v1.5 (this is the entire commit history of the repo so it probably isn't any useful, but if you wanna check this out anyway look up for the past 2 years or so)