Skip to content

Releases: itHotL/PlayerStats

v2.2

19 Jan 11:03
Compare
Choose a tag to compare

What's Changed

  • Updated libraries for full 1.20.4 support

Full Changelog: v2.1...v2.2

v2.1

26 Oct 09:37
Compare
Choose a tag to compare

What's Changed

  • Updated libraries for full 1.20.2 support

Full Changelog: v2.0...v2.1

v2.0

02 Mar 11:12
11a78de
Compare
Choose a tag to compare

What's Changed

  • Added the ability to exclude individual players:
    • Excluded players won't show up in /top or /server statistics
    • Whether you want to allow /player lookups for them can be changed in the config
    • Players can be excluded by manually adding their UUID to the new excluded_players file, or through the new command:
      • /statexclude with permission playerstats.exclude
      • Use /statexclude info for a more detailed explanation
  • Added Halloween theme (active in October), winter theme (active in December), and secret fire theme (only active on my birthday)
  • Bug-fixes:
    • Displayname for "deaths"
    • Commands are now working properly when the locale of the server is not English
    • All stat-name translations are now being handled by the language.yml file if translate-to-client-language is set to false in the config
  • Internal improvements
    • Cleaned up code
    • Separated the API into its own package and created a core package, to make updating easier in the future

Full Changelog: v1.7.2...v2.0

v1.8

01 Feb 14:15
Compare
Choose a tag to compare
v1.8 Pre-release
Pre-release

Adds a small bug-fix to prevent locale-language-issues with statistic names

v1.7.2

20 Aug 20:05
Compare
Choose a tag to compare

What's Changed

  • Added another formatting method to the API

Full Changelog: v1.7.1...v1.7.2

v1.7.1

19 Aug 16:46
Compare
Choose a tag to compare

What's Changed

  • Small bug fix

v1.7

17 Aug 23:06
Compare
Choose a tag to compare

What's Changed

  • Placeholder support! Placeholders are added in the separate PlayerStatsExpansion, which will hopefully soon be downloadable from the PlaceholderAPI eCloud.
  • PlayerStats now has its very own API! It's hosted on the snapshot repository of Maven Central, and includes sources and documentation.
  • Added a new language file that can be used to customize the displayed statistic-names (if the automatic-translating feature is disabled)
  • bStats implementation
  • Internal improvements and more minor bug-fixes

New Contributors

Full Changelog: v1.6.1...v1.7

v1.6.1

04 Aug 13:28
Compare
Choose a tag to compare

What's Changed

  • 1.19.1 support

v1.6

20 Jul 18:04
ba75f40
Compare
Choose a tag to compare

What's Changed

  • Statistic sharing! Statistics can now be shared in chat by clicking a "share" button.
  • This feature comes with several configurable options:
    • The option to disable sharing entirely
    • A new permission to (dis)allow sharing (playerstats.share is set to true by default)
    • A cooldown for players (amount of time they have to wait before sharing again, default on 0)
    • Formatting options for:
      • Color
      • Style
      • Using empty lines before chat messages
  • Support for Minecraft 1.16.5 and 1.17.1! (PlayerStats now supports all versions between 1.16.5 and 1.19)
  • Some tab-complete improvements:
    • break_item now only shows items that have durability (and thus can break)
    • kill_entity and entity_killed_by now only show entites that are alive (including armor stands, which are indeed alive, as I have learned)
  • Limited stat-lookups to one at a time per player (to prevent too much server stress if a look-up takes a while). This feature can be disabled in the config.

Full Changelog: v1.5...v1.6

v1.5

05 Jul 16:46
3cf41c9
Compare
Choose a tag to compare

What's Changed

  • Readable statistics! All time-, distance-, and damage-based statistics are now automatically formatted into a more readable unit.
  • These statistics all come with hover-text that can display more information
  • The range of units to display can be changed in the config, and is currently:
    • Time (previously ticks): automatically switches between days + hours and hours + minutes based on the size of the given statistic number (and hours + minutes + seconds is shown in hover-text)
    • Distance (previously cm): blocks (and km for hover-text)
    • Damage (previously 0.5 hearts): hearts (and 0.5 hearts for hover-text)
  • The hover-text color automatically adjusts based on the color of the statistic number, and can be made lighter or darker in the config
  • Internal improvements and minor bug fixes

Full Changelog: v1.4...v1.5