Store info in ItemStack

Discussion in 'Plugin Development' started by MaTaMoR_, Apr 2, 2015.

Thread Status:
Not open for further replies.
  1. So, how i can store invisble Info in a ItemStack ?
     
  2. Offline

    SuperOriginal

    Metadata?
     
  3. Offline

    pie_flavor

    @MaTaMoR_ You can store hex data in an item easily. Use a bunch of color codes after the name.
    You can also use a hashmap (metadata is just a hashmap that's harder to use).
    Lastly, you could use your config or the EbeanServer.
     
  4. isn't that only for entities ?
     
Thread Status:
Not open for further replies.

Share This Page