Skip to content

LoriTime-2.0.0 ALPHA

Choose a tag to compare

@github-actions github-actions released this 01 Jul 20:01

This is the Alpha-Release of the 2.0.0 of LoriTime. Use with Caution!

Changed

  • The way the plugin stores its internal data in the storages for more flexibility.
  • Updated the migrator of configs
  • Overhauled the API
  • Updated the docs
  • Reworked command registration into proxy, backend canonical, and backend slave profiles.
  • Replaced the local command root with admin subcommands: proxy admin defaults to /plta, backend admin defaults to /lta, and reload/debug/info/update now live under admin.
  • Moved player time mutation and delete-user actions from admin into the dedicated modify command.
  • Removed the modifying actions from the admin command to the new /ltmodify command. The player data deletion is there too.

Added

  • New storage types:
    • mysql
    • mariadb
    • sqlite
  • commands.yml for custom command names and aliases with separate proxy and backend profile sections.
  • Recent-player command completion cache with a configurable default window of 30 days.

Removed

  • The storage type yml
  • BungeeCord support

ToUpdate

Its recommendet to check the migration guide as the update has some pitfalls. Read more here