Skip to content

Releases: megabyte6/EduGuard

Release v4.1.0

29 Dec 08:27
6f3ebc7
Compare
Choose a tag to compare

Important notes:

  • The plugins/EduGuard/version file is no longer required and can be safely deleted once EduGuard v4.1.0 is downloaded and run at least once. The version is now stored in plugins/EduGuard/config.yml.
  • The jar below should work for Minecraft versions 1.21.1-1.21.4

What's Changed

Full Changelog: v4.0.0...v4.1.0

Release v4.0.0

22 Dec 09:47
8dfcdaf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v4.0.0

Release v3.0.0

09 Oct 05:13
4b7697d
Compare
Choose a tag to compare

What's Changed

  • Add profanity filters for usernames and chat by @megabyte6 in #1

New Contributors

Full Changelog: v2.1.1...v3.0.0

Release v2.1.1

16 Dec 18:33
Compare
Choose a tag to compare

Fixes:

  • reset-day config serialized in seconds but deserialized in minutes

Release v2.1.0

22 Nov 07:29
Compare
Choose a tag to compare

Added:

  • Option for setting the end-of-class times

Fixed:

  • Incorrect next-event ordering

Release v2.0.0

20 Nov 08:08
Compare
Choose a tag to compare

Added:

  • New settings/config manager for better backwards compatibility with future versions.

Removed:

  • Old settings manager

Note:

  • Version 2 is not compatible with older versions and is likely to crash or break. To upgrade, copy your config.yml file elsewhere and then start and stop your server. After generating the new config, manually copy config options from the old config to the new config.

Release v1.1.2

20 Nov 04:40
Compare
Choose a tag to compare

Fixes:

  • [MAJOR] Bug caused by simultaneous events causing the scheduler to schedule for next week, skipping all events for the next week.

Release v1.1.1

18 Nov 06:43
Compare
Choose a tag to compare

Fixes:

  • Major bug in time conversion causing all events to occur quickly at incorrect intervals.

Release v1.1.0

14 Nov 04:36
Compare
Choose a tag to compare

New:

  • Added more options to config.yml
  • Added configurable day reset option.

Changes:

  • No longer uses /dojo command to configure the plugin. Instead, edit the config.yml file.