Normally item was created like this
ItemStack item = MythicItem.getMythicItem ("Item Name"). GenerateItemStack (1);
Now in 4.0 you need to do this so
public MythicItem (String file, String InternalName, MythicConfig mc)
My problem is that I do not know in which the file is an object that wants to summon.
ItemStack item = MythicItem.getMythicItem ("Item Name"). GenerateItemStack (1);
Now in 4.0 you need to do this so
public MythicItem (String file, String InternalName, MythicConfig mc)
My problem is that I do not know in which the file is an object that wants to summon.