Add no armor option
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user