Discussion in 'Development' started by KHAV, Jun 17, 2018.
Is it possible to make armors and items unbreaking without add enchantment to it?
Yeah. PHP: /** @var Durable $item */$item->setUnbreakable(true);
/** @var Durable $item */$item->setUnbreakable(true);
It is work just for the items what about the armors?
nevermind that was my mistake xD, thank you solved!