Skip to content

Releases: xGinko/BetterWorldStats

BetterWorldStats 1.10.2

30 Mar 20:10
Compare
Choose a tag to compare
  • Fixed broken playercount placeholder (#9)

Download on modrinth: https://modrinth.com/plugin/betterworldstats/version/1.10.2

BetterWorldStats 1.10.0

27 Mar 12:56
Compare
Choose a tag to compare
  • 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

09 Jan 09:56
Compare
Choose a tag to compare
  • 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

05 Jan 12:21
Compare
Choose a tag to compare
  • 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

12 Dec 02:16
Compare
Choose a tag to compare
  • 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

13 Nov 15:01
Compare
Choose a tag to compare
  • 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

30 Sep 20:01
Compare
Choose a tag to compare
  • 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

30 Aug 15:55
Compare
Choose a tag to compare
  • 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

11 Jun 18:48
Compare
Choose a tag to compare
  • Fixed plugin crashing on 1.20 paper servers.

BetterWorldStats 1.4.5

06 May 15:35
Compare
Choose a tag to compare
  • Fixed an issue with reflections on some servers. Plugin will now use JarFile (Thanks to @ImNotSoftik)