# // if item can be broken, make it unbreakable if (itemMeta instanceof Damageable) { itemMeta.setUnbreakable(true); } any idea why this fires on items without durability or how to fix it?