Create each user thier own .yml

Discussion in 'Plugin Development' started by Xyrde, Oct 19, 2014.

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

    Xyrde

    Ok so we have a pvp plugin that keeps track of:
    Points
    Kills
    Deaths
    Is thier a peice of code i can use to compress all this data in to the users own .yml file ?
    EG:
    xyrde.yml
     
  2. Offline

    tcvs

    Xyrde You will need to create a custom plugin to do this as there is no plugin that I know of that already gathers stats and puts it into a file.
     
  3. Offline

    Xyrde

    tcvs no i need like just code to put in a plugin
     
  4. Offline

    DrPyroCupcake

    If your developing a plugin then this is in the wrong section.
     
  5. Offline

    eyamaz

    Moved to Dev.
     
  6. Offline

    FerusGrim

    If you're going to be using custom files, you should just use JSON.
     
  7. Offline

    mine-care

    As I understand the files will be used frequently so it would be a pain for da server to open, write, save a file each time someone kills or dies su I sugest you use hashmaps that you can save to files on disable
     
Thread Status:
Not open for further replies.

Share This Page