Releases: itHotL/PlayerStats
Releases · itHotL/PlayerStats
v2.3
What's Changed
- Full 1.21 support - thanks to @DavidDoesCode for the contribution!
Full Changelog: v2.2...v2.3
v2.2
v2.1
v2.0
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 permissionplayerstats.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
Adds a small bug-fix to prevent locale-language-issues with statistic names
v1.7.2
v1.7.1
What's Changed
- Small bug fix
v1.7
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
- @CrashHasCrashed made their first contribution in #118
Full Changelog: v1.6.1...v1.7
v1.6.1
What's Changed
- 1.19.1 support
v1.6
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