Save inventory to config?

Discussion in 'Plugin Development' started by Rufus5, Jul 6, 2015.

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

    Rufus5

    Just wondering how I could turn an inventory from an array of ItemStacks to something I could save to a file or config.
     
  2. Offline

    WesJD

    @Rufus5 What do you have so far?
     
  3. Offline

    Zombie_Striker

    @Rufus5
    Save the ItemStack[], and then use getConfig().get(PATH) in order to get that array.

    Why have you not thought of this? Did you even try anything?
     
Thread Status:
Not open for further replies.

Share This Page