Nice API for getting/storing stats and data?

Discussion in 'Plugin Development' started by ccrama, Nov 5, 2013.

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

    ccrama

    I have been looking around everywhere for this, but haven't found one plugin or API that is updated enough to work. I am looking for a plugin or API that I can hook into, and that stores general data like player time online, kills, killstreaks, etc. Does anyone know of/have such a plugin? That would be awesome if so. It would preferably use MYSQL, because flatfile is not the best method of storing data.

    MODS: If this doesn't belong in Plugin dev, please move it.

    Thanks,
    ccrama
     
  2. Dev.bukkit.org/bukkit-plugins/beardsstat
    Little bit unstable in latest build ATM, will be working on bug fixes when I get back from Orlando.
     
  3. Offline

    NathanWolf

    You may just want to hook directly into the Db API that bukkit provides to store whatever data you like- seems like something you wouldn't want to tie yourself to another lib or plugin for.. ?
    Guess I'm not sure exactly what you're after, though.
     
  4. Offline

    1Rogue

    Currently working on one for adding support for SQLite/MySQL/yaml/xml/json, you can keep an eye open for DataLib within the next month.
     
  5. Offline

    ccrama

    Thanks tehbeard, I will look into it!

    1Rogue, I will look for it if I haven't found a system that works by the time DataLib is released!

    NathanWolf, I may create my own system of stats tracking, but if someone has already put time and effort towards such a system, I would like to support them by using their plugin. If they have an easy API, it is a great asset to use.
     
Thread Status:
Not open for further replies.

Share This Page