Skip to content
This repository was archived by the owner on May 18, 2020. It is now read-only.

Scoreboard API

jaime29010 edited this page Nov 13, 2016 · 3 revisions

This is just like the Bukkit API, but with some little changes. Nothing to worry about.

Player player = ...;
Scoreboard board = player.getScoreboard();
//Do your stuff

Clone this wiki locally