Add option to use scoreboards for power level display, similar to the

Spout titles. This will NOT override any existing plugin that uses the
overhead scoreboard slot.
This commit is contained in:
GJ
2013-05-15 15:13:11 -04:00
parent 48aafa9834
commit aa9eb0868c
6 changed files with 38 additions and 0 deletions

View File

@ -19,6 +19,7 @@ public class ScoreboardChangeTask extends BukkitRunnable {
public void run() {
if (player.isOnline()) {
player.setScoreboard(oldScoreboard);
ScoreboardManager.enablePowerLevelDisplay(player);
}
ScoreboardManager.clearPendingTask(player.getName());