All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Auto updater for the plugin config and language file
- Backup system for the plugin config and language file. New keys in the config file are automatically added to the backup file. The config will lose its style after the first automated config backup. This is a compromise to have an automated config update system.
- new key
backup.enabled
to enable or disable the backup system. - new key
backup.maxBackups
to limit the amount of backups. Set to 0 to disable the backup limit.
- new key
- Updated multiple dependencies
- NullPointerException on LoriTimeBungee when the command
/lt <playerName>
is exectued via console. - NullPointerException on plugin reload when the afk feature is disabled.
- Paper plugin loader.
- Folia platform loader.
deleteUser
argument to/lta
command to delete a user entirely from the plugin.
delete
argument from the/lta
command toreset
.
/ltdebug
command to enable or disable the console debugger.- new placeholder representing the total amount of time the player has been online. The values are rounded to two decimal places.
%loritime_seconds_total%
%loritime_minutes_total%
%loritime_hours_total%
%loritime_days_total%
%loritime_weeks_total%
%loritime_months_total%
%loritime_years_total%
- Reworked the plugin logger for better logging
- Bukkit compatibility to remove bloated code. Only Paper is supported via the Bukkit loader.
- AFK feature on multi-setup sending as much messages as players are online
- AFK feature removing to much of the online time if the player went afk
- new Placeholder
%loritime_seconds%
,%loritime_minutes%
,%loritime_hours%
,%loritime_days%
,%loritime_weeks%
,%loritime_months%
,%loritime_years%
- automatic docs build
- zh-cn translation (thanks to cygbs)
- the way how the PluginMessaging is working within the plugin. No notable changes for the user
- Placeholder not properly working on multisetup
- more metrics for better tracking what features are used
- to only show
release
updates from modrinth for the users. - how the version gets displayed when using the info command
- wrong versioning of the velocity module
- error message when deactivating the plugin if the cache scheduler is not running
- cache task running as
slave
in a multi-setup, even if its not needed. - storage being loaded as
slave
in a multi-setup, even if its not needed.
- Just drag and drop the new jar in.