Storing inventory

Discussion in 'Plugin Development' started by nemakulis, Feb 28, 2011.

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

    nemakulis

    Is there any way I can store player inventory as array or JSON encoded in file/database?
     
  2. Offline

    Afforess

    You could always serialize it to a plain text file, and deserialize as needed. That would be the fastest way, IMHO.
     
Thread Status:
Not open for further replies.

Share This Page