Releases: xGinko/BetterWorldStats
Releases · xGinko/BetterWorldStats
BetterWorldStats 1.10.2
- Fixed broken playercount placeholder (#9)
Download on modrinth: https://modrinth.com/plugin/betterworldstats/version/1.10.2
BetterWorldStats 1.10.0
- 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
Download on modrinth: https://modrinth.com/plugin/betterworldstats/version/1.10.0
BetterWorldStats 1.9.1
- Plugin now checks filesize once on startup and reload to avoid returning 0 when the size is first requested.
Download on modrinth: https://modrinth.com/plugin/betterworldstats/version/1.9.1
BetterWorldStats 1.9.0
- 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%
Download on modrinth: https://modrinth.com/plugin/betterworldstats/version/1.9.0
BetterWorldStats 1.8.0
- Fixed language loader. Default language files will no longer be all in english when the lang folder is created from scratch.
Download on modrinth: https://modrinth.com/plugin/betterworldstats/version/1.8.0
BetterWorldStats 1.7.1
- Fixed config header
- Small fix for ageindays placeholder
- Updated dependencies
Download on modrinth: https://modrinth.com/plugin/betterworldstats/version/1.7.1
BetterWorldStats 1.7.0
- 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"
Download on modrinth: https://modrinth.com/plugin/betterworldstats/version/1.7.0
BetterWorldStats 1.6.0
- Support Folia while remaining backwards compatible with all server types from 1.12-1.20.1
- Fix lag when a lot of new players join
- Optimize and cleanup code
BetterWorldStats 1.5.0
- Fixed plugin crashing on 1.20 paper servers.
BetterWorldStats 1.4.5
- Fixed an issue with reflections on some servers. Plugin will now use JarFile (Thanks to @ImNotSoftik)