Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pdinklag committed Jul 1, 2024
1 parent 3383ba0 commit 9ac5529
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,14 @@ Only since the Java implementation, *MinecraftStats* officially has numbered ver

## Changelog

### 3.31

This update uses a newer API of SkinsRestorer and fixes more MOTD issues.

* Updated the [SkinsRestorer](https://skinsrestorer.net/) API – version 15.0.0 or later is now required. Because of breaking changes in their API, older versions of SkinsRestorer are no longer supported.
* Fixed winners of finished events not displayed correctly.
* Fixed newlines being incorrectly replaced in the MOTD, causing the summary to become unparseable.

### 3.3.0

This update adds automatic detection of squremap's webserver and fixes bugs in both the plugin and CLI.
Expand All @@ -307,7 +315,7 @@ This update adds automatic detection of BlueMap's webserver and fixes bugs in th

This update adds SkinsRestorer for the plugin and avoids unnecessary Mojang API calls.

* The plugin can now get skins from [SkinsRestorer](https://skinsrestorer.net/) v14.2.2 or later.
* The plugin can now get skins from [SkinsRestorer](https://skinsrestorer.net/) ~~14.2.2~~ 15.0.0 or later.
* If a player is detected to be an offline player (e.g., Floodgate players or if the Mojang API gave an empty response), no further attempts at asking the Mojang API will be made.
* Minimized the log output of the plugin.

Expand Down

0 comments on commit 9ac5529

Please sign in to comment.