- Added MiniMessage!
You can now add RGB colors, clickable links, hovertexts and much more by utilizing MiniMessage formatting. Note: PlaceholderAPI functionality had to be changed for this. Placeholders from other plugins are now added to your translation.yml by using the format:
<papi:[papi_placeholder]>
. So for example<papi:luckperms_prefix>.
- Added placeholders
%worldstats_entity_count%
and%worldstats_chunk_count%
(Will not work on spigot) - Added colorful logging
- Improved ascii logo
- General code optimizations
- Improved performance by implementing a caching system for all placeholders returned by the plugin.
- Replaced the scheduled filesize check with a caching one. That way no checks are ran if their value isn't requested.
- Added back
%worldstats_spoofsize%
and restored functionality of%worldstats_size%
to show the true size of the map. - Added new Placeholders for use in the command as well as with PAPI:
%worldstats_age_in_months%
,%worldstats_age_in_years%
,%worldstats_file_count%
,%worldstats_folder_count%
,%worldstats_chunk_file_count%
- Fixed error when reloading the plugin with PlaceholderAPI installed
- Gracefully warn in console when one or more configured paths are not found
- Updated dependencies
- General code improvements
- Added "betterworldstats" and "bws" command aliases
- Changed permission nodes from "betterws.permission" to "betterworldstats.permission"