Recent content by felix

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  1. F

    ItemMeta → String → ItemMeta

    Can you maybe give me an example how I would to either of that?
  2. F

    ItemMeta → String → ItemMeta

    In the JavaDocs of ConfigurationSerializable, it states that: Sadly, ItemMeta seems to be doing nothing of that kind. I'm really not sure if the solution is obvious but I somehow seem to miss it or if this is actually in issue. I'm really thankful for any kind of help!
  3. F

    ItemMeta → String → ItemMeta

    ItemMeta can be turned into a string. I want to save this string in a database and later read it to create ItemMeta from it. Is there an easy solution to create ItemMeta from that string again? Sample string of item.getItemMeta().toString(): UNSPECIFIC_META:{meta-type=UNSPECIFIC...