About
The game arena is composed from randomly generated pieces of wool (or other colorable materials) and one of those color is also randomly chosen. Then players have certain time to find that specified color and stay on this piece. After the cooldown reaches 0 all other colors will disappear...
ScoreboardAPI requires KotlinLib
Example usage
@EventHandler
fun onJoin(e: PlayerJoinEvent) {
val p = e.player
val sb = builder().build()
sb.setDisplayName("${TextFormat.GREEN}Test Scoreboard")
sb.setScore(1, "${TextFormat.RED} --------------- "...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.