Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Releases: abacuscl/basicimprovements

BasicImprovements 2.0.2

16 Feb 08:28
7023371
Compare
Choose a tag to compare

Release 2.0.2 for Minecraft 1.16

Fixes

  • Fixed a bug where the oldest backup was not always deleted properly.
    • Sometimes newer backups or even the backup that had just been run was deleted.
  • Fixed an issue where the backups were running increasingly further from the specified run time.

Additional Notes

  • An upgrade to 2.0.2 is highly recommended if you are running older versions of the plugin and rely on the backup system.
  • Thank You!

BasicImprovements 2.0.1

07 Feb 07:12
Compare
Choose a tag to compare

Release 2.0.1 for Minecraft 1.16

Fixes

  • Fixed a bug with the plugin permission names that caused the gamemode switcher and F3 + N to be unusable.
    • The original names conflicted with the default Minecraft permissions and led to a no permissions message even when the user had sufficient permissions.
    • Permission names changed from basicimprovements.time and basicimprovements.gamemode to basicimprovements.shorttime and basicimprovements.shortgamemode.

Additional Notes

  • Version 2.0.0 will still function properly without this fix, but an upgrade to version 2.0.1 is recommended.
  • Thank You!

BasicImprovements 2.0.0

07 Feb 00:56
7596ff0
Compare
Choose a tag to compare

Release 2.0.0 for Minecraft 1.16

Additions

  • New time commands /tsd and /tsn.

    • /tsd sets the time to day and /tsn sets the time to night.
    • Uses the basicimprovements.time permission.
  • Added a new kick message.

  • The join and leave messages now display the time a player joins/leaves.

    • The leave message also shows the total number of hours played since joining.
    • The leave and join messages are no longer configurable, however the firstjoin_message still is.
  • Added the GitHub repository to the plugin.yml under website.


Changes

  • Changed the way the plugin handles permissions.

    • The plugin now checks for permissions instead of a player being opped so it should be easier to integrate with permission managers.
  • The backups now start at 24:00 (12:00am) by default instead of 23:00 (11:00pm).

  • Renamed one of the packages to my GitHub username.

  • Tweaked the console outputs to use the logger instead of System.out.println.


Fixes

  • Fixed a potentially serious bug where the server would become unstable if a backup was running while it was being shut down.
    • The server will now wait until the backup is finished before completely shutting down.

Additional Notes

  • Apologies about the lack of a 1.0.0 release jar file. The plugin still needed more testing before a release was made official.

  • Thank You!