support for mace #82

This commit is contained in:
hyperdefined
2024-10-07 21:16:07 -04:00
parent 0cf85edda6
commit 9134da31f4
4 changed files with 24 additions and 0 deletions

View File

@@ -99,6 +99,9 @@ public class ConfigTools {
case "fishing-rod": {
return toolStats.config.getBoolean("enabled." + configName + ".fishing-rod");
}
case "mace": {
return toolStats.config.getBoolean("enabled." + configName + ".mace");
}
case "helmet":
case "chestplate":
case "leggings":