Hi dudes, i need your help. I created mod with new armor on forge 1.7.2 for my cauldron server. So, i try configure bukkit plugin Heroes, and i can't add my mod's items. It's a part of config file:
permitted-armor:
- LEATHER
- IRON
- CHAIN
- DIAMOND
- NAMEMOD_CUSTOMHELM
I try use different values...but nothing works. I think Heroes load material only form org.bukkit.Material.class. How i can load my materials?