remove msg about in development skills

This commit is contained in:
nossr50
2024-08-03 11:45:50 -07:00
parent 3065c71c25
commit 684583c19b
6 changed files with 12 additions and 7 deletions

View File

@@ -59,8 +59,6 @@ public class CrossbowsCommand extends SkillCommand {
String.valueOf(CombatUtils.getLimitBreakDamageAgainstQuality(player, CROSSBOWS_CROSSBOWS_LIMIT_BREAK, 1000))));
}
messages.add(ChatColor.GRAY + "The Crossbows skill is a work in progress and is still being developed, feedback would be appreciated in the mcMMO discord server.");
return messages;
}

View File

@@ -65,8 +65,6 @@ public class MacesCommand extends SkillCommand {
String.valueOf(mmoPlayer.getMacesManager().getCrushDamage())));
}
messages.add(ChatColor.GRAY + "The Maces skill is a work in progress and is still being developed," +
" feedback would be appreciated in the mcMMO discord server.");
return messages;
}

View File

@@ -41,7 +41,6 @@ public class TridentsCommand extends SkillCommand {
String.valueOf(mmoPlayer.getTridentsManager().impaleDamageBonus())));
}
messages.add(ChatColor.GRAY + "The Tridents skill is a work in progress and is still being developed, feedback would be appreciated in the mcMMO discord server.");
return messages;
}