Skip to content

Releases: JordanOsterberg/JScoreboards

2.1.4 Release

04 Jan 04:40
Compare
Choose a tag to compare

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

20 Sep 22:57
Compare
Choose a tag to compare

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

10 Aug 21:00
Compare
Choose a tag to compare
  • Switched to Java 8 for compiling, which allows users of both Java 8 and Java 16 to use the API.

2.0.3 Release

04 Jul 05:45
Compare
Choose a tag to compare

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

03 Jul 22:12
Compare
Choose a tag to compare

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

03 Jul 04:49
Compare
Choose a tag to compare

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

03 Jul 04:41
Compare
Choose a tag to compare

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

10 May 06:31
Compare
Choose a tag to compare
2.0.0-UNSTABLE-ALPHA Pre-release
Pre-release
Began adding support for Minecraft 1.8 using Maven modules. This is n…

2.0.0-BETA-1

03 Jul 03:03
72c0b48
Compare
Choose a tag to compare
2.0.0-BETA-1 Pre-release
Pre-release

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's displayName when creating it if you don't want this behavior

1.0.1 RELEASE

27 Apr 21:08
Compare
Choose a tag to compare

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.