Skip to content

Releases: imDMK/SpentTime

v1.0.6 Update!

24 Feb 10:38
Compare
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
Compare
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
Compare
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).

v1.0.3

09 Sep 11:30
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fixed ConcurrentModificationException error after reloading the server.
  • Now if the player is not found in the placeholder, it will return null (the placeholder will not be applied).

Improvements

  • Performance and code improvements.
  • Now if the player spent time is zero or negative (in small cases), it will return "<1s".
  • Added check if the player has opened chest type inventory while closing all player's inventories.

v1.0.2

28 Aug 12:12
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fixed an error when the user was not found after loading the server.
  • Fixed username displaying correctly.
  • From now on, the GUI is not closed for every player when the plugin is disabled - only for those players who have the plugin GUI open. This prevents items from being pulled from it.

Improvements

  • Added the ability to reset a player's spent time using the GUI.
  • Configuration improvements.
  • Code improvements.

v1.0.1

20 Aug 09:52
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fixed top GUI elements pulling out when reloading the server.

v1.0.0

11 Aug 15:05
60849b2
Compare
Choose a tag to compare

First release