Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 836 Bytes

File metadata and controls

26 lines (25 loc) · 836 Bytes

SBoards

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>

Documentation

You can find the documentation Here