Releases: emilyy-dev/BetterJails
Releases · emilyy-dev/BetterJails
v1.6.1
This patch release fixes a deprecation warning on the latest version of Paper (#48)
Full changelog: v1.6...v1.6.1
v1.6
What's Changed
- Bug fixes:
- LuckPerms integration will no longer remove temporary parent groups. See #46
- Enhancements:
- Add sentence time modification commands by @rymiel in #44
- feature: add teleport boolean in unjail command by @duranaaron in #47
- Some messages from the plugin configuration have been replaced or no longer exist, and new ones have been added:
-infoFailedPlayerNotJailed
-unjailFailedPlayerNotJailed
+jailtime-successNew Contributors
- @duranaaron made their first contribution in #47
Full Changelog: https://github.com/emilyy-dev/BetterJails/compare/v1.5.2..v1.6
v1.5.2
This patch release fixes an issue regarding WorldGuard region protection rules (#40)
Full Changelog: v1.5.1...v1.5.2
v1.5.1
This patch release fixes some issues that inadvertently made it into v1.5:
- Document newly added
/modjailcommand (#37) - The plugin would fail to load on certain old versions (e23de7d)
- Fix
/jailcommand 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
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
- 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-failMake 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)