Scoreboard 1.8.1 Dev

// Force packet flush (specific to 1.8.1 Dev) for (Player p : Bukkit.getOnlinePlayers()) p.setScoreboard(scoreboard);

Updates are now processed asynchronously to prevent the "flashing" or lag common in previous versions when updating scores in real-time.