Skip to content

Releases: imDMK/AdvancedPlayTime

v3.0.0 Release!

29 Nov 14:09

Choose a tag to compare

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!

28 May 12:17
66a493b

Choose a tag to compare

What's Changed

  • Added /migrate command 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!

19 May 10:19
9385460

Choose a tag to compare

What's Changed

  • Fix compatibility with paper.

Full Changelog: v2.0.2...v2.0.3

v2.0.2 Update!

17 May 10:18
826ad12

Choose a tag to compare

What's Changed

v2.0.1 Update!

15 May 23:30
b8fdd28

Choose a tag to compare

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-testlib from 33.1.0-jre to 33.4.5-jre
  • org.junit:junit-bom from 5.10.2 to 5.12.1
  • dev.rollczi:litecommands-annotations from 3.9.1 to 3.9.7
  • dev.rollczi:litecommands-bukkit from 3.9.1 to 3.9.7
  • com.github.johnrengelman.shadow from 7.1.0 to 8.1.1

Full Changelog: Compare v2.0.0...v2.0.1

v2.0.0 Update!

27 Dec 00:24

Choose a tag to compare

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!

26 Jul 17:31

Choose a tag to compare

Fixes

  • Update all plugin depedencies.
  • Added compatibility for latest minecraft versions (1.21)

v1.0.6 Update!

24 Feb 10:38

Choose a tag to compare

What's Changed

Changes

  • Added full support to the 1.20.4 version.
  • Update all plugin dependencies.

v1.0.5 Update!

15 Oct 17:20

Choose a tag to compare

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!

08 Oct 12:04
968eb91

Choose a tag to compare

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).