Fabricio20 / HubBasics

Bukkit Plugin For Hub Owners
GNU Lesser General Public License v3.0
22 stars 11 forks source link

Plugin not loading items #113

Closed bichbichbich closed 5 years ago

bichbichbich commented 5 years ago

ItemManager is unable to load custom items. Any idea what could cause it / how to fix it?

putty_14m3xVaqpB
Fabricio20 commented 5 years ago

Hey there, Material was not found means the Material you specified for the item is not valid, can you check on the Material class specific for your version to see if it's correctly named on the config file?

TheCoolestPaul commented 5 years ago

Default the WOOL material doesn't work for me, but I changed it to IRON_SWORD and it worked fine.