Hi i have been making a pet plugin and i amd making a gui for it. does anyone know what the matrial name is for spawn eggs and how i would specify the mob thanks toxiccoke
try this: Code:java ItemStack stack = new ItemStack(Material.MONSTER_EGG, amount, ID)player.getInventory().addItem(stack); you will find the egg IDs here: http://www.minecraftinfo.com/IDList.htm