Player Files

Discussion in 'Plugin Development' started by zakarls, Jun 16, 2014.

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

    zakarls

    How would I make a file for each player, sort of like essentials has, and then how would I go about referencing what is in the file. Also how would I make a command to delete the file/files. Thanks for any help :)
     
  2. Offline

    zakarls

    Bump?
     
  3. Offline

    zakarls

    Does no one know how to do this?
     
  4. Offline

    HeadGam3z

    Make a file with either their name or UUID (suggested UUID), and then use YamlConfiguration's loadConfiguration method to load it. and to delete it just use fileName.delete()
     
  5. Offline

    fireblast709

Thread Status:
Not open for further replies.

Share This Page