How to get ItemMeta from String

Discussion in 'Plugin Development' started by william9518, Dec 28, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    william9518

    Now you guys all know you can do meta.toString()
    BUT HOW DO YOU GET IT FROM A STRING?!
    I need not just for ItemMeta, but also EnchantmentStorageMeta, LeatherArmorMeta, SkullMeta, PotionMeta, etc, etc
     
  2. Offline

    fireblast709

    You get ItemMeta from an ItemStack. What do you want then?
     
  3. Offline

    william9518

    I want to be able to save that ItemMeta to a config and be able to read it
     
  4. Offline

    raGan.

    Write a method to parse the string.
     
Thread Status:
Not open for further replies.

Share This Page