Releases: imDMK/AdvancedPlayTime
Releases · imDMK/AdvancedPlayTime
v3.0.0 Release!
What's Changed
- GH-118 Remove unnecessary final by @imDMK in #118
- Bump org.junit:junit-bom from 5.12.1 to 5.13.2 by @dependabot[bot] in #117
- Bump eu.okaeri:okaeri-configs-yaml-snakeyaml from 5.0.5 to 5.0.9 by @dependabot[bot] in #116
- Bump com.github.ben-manes.caffeine:caffeine from 3.1.8 to 3.2.1 by @dependabot[bot] in #114
- GH-119 Bump litecommands version from 3.9.7 to 3.10.0 by @imDMK in #119
- GH-139 Major codebase overhaul improving architecture, performance, and maintainability by @imDMK in #140
Full Changelog: v2.0.4...v3.0.0
v2.0.4 Update!
What's Changed
-
Added
/migratecommand to migrate all offline players to the plugin database. -
Improved code style and formatting.
-
Optimized code performance.
-
Enhanced Javadoc documentation.
-
Ensured full compatibility with Minecraft versions 1.17 to 1.21.5.
-
Full Changelog: v2.0.3...v2.0.4
v2.0.3 Update!
v2.0.2 Update!
What's Changed
- HOTFIX Comptability witih older minecraft versions: v2.0.2 Update! by @imDMK in #103
Full Changelog: v2.0.1...v2.0.2
v2.0.1 Update!
What's Changed
Tweaks & Improvements:
- Significantly improved plugin performance (important updates)
- Refactored codebase and enhanced documentation
- Added full compatibility with the latest Minecraft version
- Updated all plugin dependencies
- Added GUI click sound
- Made plugin commands fully configurable
- Separated major configuration sections into individual files (
guiConfiguration.yml,commandConfiguration.yml, etc.)
Updated Dependencies:
com.google.guava:guava-testlibfrom33.1.0-jreto33.4.5-jreorg.junit:junit-bomfrom5.10.2to5.12.1dev.rollczi:litecommands-annotationsfrom3.9.1to3.9.7dev.rollczi:litecommands-bukkitfrom3.9.1to3.9.7com.github.johnrengelman.shadowfrom7.1.0to8.1.1
Full Changelog: Compare v2.0.0...v2.0.1
v2.0.0 Update!
What's Changed
TWEAK:
- Improved plugin performance
- Improved plugin code
- Added SpentTimeAPI
- Added compatibility with the latest Minecraft version
- Updated all plugin dependencies
v1.0.7 Update!
Fixes
- Update all plugin depedencies.
- Added compatibility for latest minecraft versions (1.21)
v1.0.6 Update!
What's Changed
Changes
- Added full support to the 1.20.4 version.
- Update all plugin dependencies.
v1.0.5 Update!
What's Changed
Improvements
- Code and plugin performance improvements,
- Added SpentTimeSetCommand,
- improved comparison of spent player time.
Fixes
- Fixed bug with disappearing message text in configuration (when there was a ":" character in the message, the text disappeared),
- Fixed a bug where the GUI cancel button was not working.
- Fixed update message.
Changes
- Removed MariaDB database support (This is because the MariaDB driver weighs too much, so the plugin would weigh almost 8 MB out of 2 MB),
- Changed command permission structure (Command permissions are no longer configurable - They are permanently assigned to the command).
v1.0.4 Update!
What's Changed
Improvements
- Code and plugin performance improvements,
- Configuration improvements,
- From now on, updates are checked when the administrator joins the server,
- Added ScrollingGUI,
- Improved checking whether the player has the plugin's GUI (Only the plugin GUI is closed during reload),
- Removed SpentTimeFormattedPlaceholder (replaced with SpentTimePlaceholder).