sharkbyte-scoreboard
This is a platform-independent packetevents addon that allows scoreboards to be created easily. It requires
PacketEvents to function, which can be downloaded as a plugin on their
Modrinth page.
Features:
- Unlimited characters on 1.18+.
- 40-character limit on 1.8 - 1.17.2.
- Simple and lightweight.
- Can hide score numbers on 1.20.3+.
NOTE: This project will primarily be maintained for 1.20.3+. Versions beneath the UpdateScore packet rewrite may not
receive support.
documentation
To view the documentation on how to use sharkbyte-scoreboard in your plugin, please check out the
GitHub wiki page.
self promo
If you are using sharkbyte-scoreboard on the Spigot platform, I would highly recommend you include
BetterReload compatibility.
BetterReload adds a universal reload event, replacing the traditional /reload command. This event is passed to plugins, allowing them to handle a reload as they see fit. Your plugin could use this event to cycle through all of your Scoreboard objects and update the lines of text on them from your configuration.
BetterReload also allows for users to individually reload plugins, removing the need for a reload command to be built
into every plugin.
how to use
You can add sharkbyte-scoreboard to your project using
JitPack. Select the dependency system you're using and copy the repository/dependency settings into your project. From there, just reload your dependencies and you should have sharkbyte-scoreboard accessible from your project.