Releases: JordanOsterberg/JScoreboards
2.1.4 Release
This release resolves issue #11, which could cause updates to lines to fail because of a duplicate reference to an internal List
.
2.1.2 Release
This release prevents a NullPointerException when using the JPerPlayerMethodBasedScoreboard.
Under some circumstances, there could be no title or lines for a specific player. This release is a quick patch that returns empty data in that case to prevent the NPE.
Please submit GitHub issues if you discover bugs with either this fix, or other parts of the API.
2.1.1 Release
- Switched to Java 8 for compiling, which allows users of both Java 8 and Java 16 to use the API.
2.0.3 Release
This version adds support for Minecraft 1.8 through 1.17 [and beyond, baring no major API changes].
Please report any bugs you find by creating a GitHub issue. Send a stacktrace [if applicable], example code, Minecraft version, and a thorough explanation of the bug/issue. Thanks!
===
2.0.3 moves to use my own self hosted Maven repository to remove Jitpack and thus prevent build issues. Open a GitHub issue if this causes any trouble!
2.0.2 Release
This version adds support for Minecraft 1.8 through 1.17 [and beyond, baring no major API changes].
Please report any bugs you find by creating a GitHub issue. Send a stacktrace [if applicable], example code, Minecraft version, and a thorough explanation of the bug/issue. Thanks!
===
2.0.2 tries another fix for Jitpack building incorrectly.
2.0.1 Release
This version adds support for Minecraft 1.8 through 1.17 [and beyond, baring no major API changes].
Please report any bugs you find by creating a GitHub issue. Send a stacktrace [if applicable], example code, Minecraft version, and a thorough explanation of the bug/issue. Thanks!
===
2.0.1 moves to use Java 16 to build- Jitpack has issues with 14, and frankly I'm not sure where 14 was decided on as the build version.
2.0.0 Release
This version adds support for Minecraft 1.8 through 1.17 [and beyond, baring no major API changes].
Please report any bugs you find by creating a GitHub issue. Send a stacktrace [if applicable], example code, Minecraft version, and a thorough explanation of the bug/issue. Thanks!
2.0.0-UNSTABLE-ALPHA
Began adding support for Minecraft 1.8 using Maven modules. This is n…
2.0.0-BETA-1
Known issues:
- Versions below 1.13 will have odd coloring behavior when showing scoreboard lines longer than 16 characters
- Team prefix color & formatting bleeds into player name on versions below 1.12. This is unlikely to be changed- add a
&r
at the end of your team'sdisplayName
when creating it if you don't want this behavior
1.0.1 RELEASE
This is the full release of 1.0.1. Backwards compatible with 1.0.0, though you may see some line reversal that might need some updating.