Releases: BetterLifeMC/betterlife
Releases · BetterLifeMC/betterlife
BetterLife 1.0! - Complete Refactor
- This release didn't bring much in the way of new features, but it does bring a complete refactor of the code base to be much easier to work with and much faster!
- It removed a lot of the bad practices and stupid stuff (such as making a new instance of a command class upon every single usage of the command).
- Plus now we have Gradle, and the jar size went from a stunning 4.5MB to just around 810KB! Now those are some cute savings!
- The plugin also now supports only 1.17+ and Java 16 is required.
BetterLife 0.5
NEW:
- /mute and /unmute - Allows players with permission to control the chat - betterlife.[un]mute
- Add a /warp command
- /warp list - betterlife.warp.list
- /warp set - betterlife.warp.set
- /warp del - betterlife.warp.del
- /warp - betterlife.warp.
FIXED:
- Players teleporting to a home was not setting the pitch/yaw properly
IN THE FUTURE:
- Spawn point setting
- Customizable player join messages?
BetterLife 0.4
NEW:
- Massive SQL backend overhaul. This plugin now heavily relies on SQL.
- A home system, with support for infinite homes and a variable timer before teleport
WIP:
- Fixing the pitch and yaw of /home teleports, and enforcing the limit on homes
IN THE FUTURE:
- Region protection!