Skip to content

Releases: BetterLifeMC/betterlife

BetterLife 1.0! - Complete Refactor

15 Jun 00:39
Compare
Choose a tag to compare
  • 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

15 Dec 19:53
Compare
Choose a tag to compare

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

24 Nov 00:54
Compare
Choose a tag to compare

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!