Releases: megabyte6/EduGuard
Releases · megabyte6/EduGuard
Release v4.1.0
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 inplugins/EduGuard/config.yml
. - The
jar
below should work for Minecraft versions 1.21.1-1.21.4
What's Changed
- Feature/modrinth publishing by @megabyte6 in #5
- Feature/hangar publishing by @megabyte6 in #6
- Feature/add version to config by @megabyte6 in #7
Full Changelog: v4.0.0...v4.1.0
Release v4.0.0
What's Changed
- Move all packages and rename all instances of ClassManager to EduGuard by @megabyte6 in #2
- Fix config issues by @megabyte6 in #3
- Feature/rebrand version bump by @megabyte6 in #4
Full Changelog: v3.0.0...v4.0.0
Release v3.0.0
What's Changed
- Add profanity filters for usernames and chat by @megabyte6 in #1
New Contributors
- @megabyte6 made their first contribution in #1
Full Changelog: v2.1.1...v3.0.0
Release v2.1.1
Fixes:
- reset-day config serialized in seconds but deserialized in minutes
Release v2.1.0
Added:
- Option for setting the end-of-class times
Fixed:
- Incorrect next-event ordering
Release v2.0.0
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
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
Fixes:
- Major bug in time conversion causing all events to occur quickly at incorrect intervals.
Release v1.1.0
New:
- Added more options to
config.yml
- Added configurable day reset option.
Changes:
- No longer uses
/dojo
command to configure the plugin. Instead, edit theconfig.yml
file.