Scoreboards are now OFF by default

I don't like them.
This commit is contained in:
nossr50
2019-01-18 14:20:31 -08:00
parent f5590ce334
commit 29befac27e
14 changed files with 37 additions and 20 deletions

View File

@@ -92,7 +92,7 @@ public abstract class SkillCommand implements TabExecutor {
//Link Header
TextComponentFactory.sendPlayerUrlHeader(player);
if (Config.getInstance().getSkillUseBoard()) {
if (Config.getInstance().getScoreboardsEnabled() && Config.getInstance().getSkillUseBoard()) {
ScoreboardManager.enablePlayerSkillScoreboard(player, skill);
}