Add no armor option

This commit is contained in:
ThisTestUser
2024-09-21 12:48:13 -04:00
parent a0ec52fb69
commit 9ac2491cd3

View File

@@ -146,6 +146,13 @@ public class BotCommand extends CommandInstance {
}
private void armorTierSetup() {
armorTiers.put("none", new ItemStack[]{
new ItemStack(Material.AIR),
new ItemStack(Material.AIR),
new ItemStack(Material.AIR),
new ItemStack(Material.AIR),
});
armorTiers.put("leather", new ItemStack[]{
new ItemStack(Material.LEATHER_BOOTS),
new ItemStack(Material.LEATHER_LEGGINGS),