The Minestom Scoreboard api is not very good if you want to make a scoreboard that is different for each player.
So i made this easy to use api wich also contains a simple global scoreboard
This api is inspired by JScoreboards
To use this api, shade it into your project
By downloading the jar or using maven
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.sqcred</groupId>
<artifactId>SBoards</artifactId>
<version>VERSION</version>
</dependency>
You can find the documentation Here