GlowstoneMC / Glowstone-Legacy

An open-source server for the Bukkit Minecraft modding interface
Other
363 stars 122 forks source link

Scoreboard API #81

Open SpaceManiac opened 10 years ago

SpaceManiac commented 10 years ago

Work is currently happening on the scoreboard branch. Note: the scoreboard branch is on 1.8, but the scoreboard packets are not yet updated for 1.8.

The scoreboard API (org.bukkit.scoreboard) should be implemented, its main entry point to be the class net.glowstone.scoreboard.GlowScoreboardManager. The methods GlowServer#getScoreboardManager, GlowPlayer#getScoreboard, and GlowPlayer#setScoreboard should be implemented as well.

mastercoms commented 8 years ago

Glowstone++ has scoreboard support.