Ok, so I would like to create a stained glass pane that is color of lime/green. How on earth do I do this? Anything know? Thanks in advance
I don't sure but, I use that. Green: Code (Text): p.getInventory().addItem(new ItemStack(Material.STAINED_GLASS, 1, (short)13)); Red: Code (Text): p.getInventory().addItem(new ItemStack(Material.STAINED_GLASS, 1, (short)14));
Sorry to bump this, but I was wondering if there is a place in the javadocs where you can find the durability/data of items that make them different. Like in this case. I know there are more items like this and was wondering where I could find a "key."