Skore - The scoreboard addon.

Featured Skore - The scoreboard addon. 2.0.6

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • Updated to Skript 2.7.0-beta2
  • Updated to Spigot 1.19.4
  • Updated to ProtocolLib 5.0.0-SNAPSHOT (Latest as of this release)
- Added support for minecraft/skript hex colours.

Example:
Code:
set slot 15 of skoreboard player to "<##c3808a>&l%difference between now and {_now}%"

More information about hex colours at https://docs.skriptlang.org/text.html
Updated some packets to handle the newer methods. There is practically zero flickering when updating the title and slots at the same time. All done async to avoid slowing down your server.
I want to try and look into undername scoreboards and add that to this addon, so potentially stay tuned.

This version will only work in 2.6.1 and 1.17+ with Java 17. Use 2.0.2 for other versions.
This version will only work in 2.6.1 and 1.17+ with Java 17. Use 2.0.2 for other versions.
This version will only work in 2.6.1 and 1.17+ with Java 17.
Added 1.17 and 1.18 support.

Skore will now be separated into two versions. Java 17 and Java 11. The Java 17 versions is for 1.18+ mc and the Java 11 is for other versions. Both included in a ZIP.

Skore now runs autonomously on the github, so when a version or library Skore uses gets updated. The GitHub will automatically get updated and publish a nightly build. You can grab a 1.18.2+ version of Skore if Mojang decides to do that at https://github.com/TheLimeGlass/Skore/actions

Report bugs at https://github.com/TheLimeGlass/Skore/issues

- Added the ability to now set the slot value to any length.
- Added a configuration option to make Skore stay at the 144 character score limit if for some reason you don't want unlimited score length.


- Fixed a bug where exact lines of the same colour, text, and/or length would not work.
- Fixed a bug where the slot could be set greater than 15 causing a critical error.
- Fixed a bug where not all 15 slots were utilized.


- Server versions lower than <1.13 may get support in the future now that this update supports it internally.
- Updated ProtocolLib depend libraries.
This is for 1.13+ only, 1.8 will continue using TitleManager. You can download versions that require TitleManager for 1.8 at https://forums.skunity.com/resources/skore-the-scoreboard-addon.617/history any 1.0.X series will work.

Due to the lack of updates and the current issue with TitleManager not working in 1.16. I have made this experimental version of Skore. It does not require TitleManager. It will now require ProtocolLib https://www.spigotmc.org/resources/protocollib.1997/

The default scoreboard syntax was removed as there is no configuration from TitleManager.

This version is experimental, and everything should act as normal compared to the other versions.

Please report any bugs at https://github.com/TheLimeGlass/Skore/issues I did not find any bugs other than the length of the scoreboard lines not working fully. I plan to make the scoreboard lines unlimited in the future sometime.

Thanks and hopefully this replaces the outdated TitleManager or until it gets an update again.

https://github.com/TheLimeGlass/Skore/releases/tag/2.0.0
  • Like
Reactions: Govindas
Fixed a bug where if a user input a number value that wasn't between 1 and 15, TitleManager would error. Skript now errors and tells the user the line of which the index was used improper.
Added a new syntax
Code:
(1¦(create|set[up])|2¦(remove|reset|delete)) title[ ]manager default scoreboard (for|to|of) %players%
This will enable or remove the default scoreboard of TitleManager. The default scoreboard refers to the config setup of the scoreboard.

This version only works with 2.2.0 and up of TitleManager.

You can now use animation names and scripts in the string of the set line syntax.
  • Like
Reactions: Govindas