How to get player's statistics

Discussion in 'Plugin Development' started by Rabrg, Dec 20, 2013.

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

    Rabrg

    How do I get a player's statistic value?
     
  2. Offline

    RawCode

    as far as i know currently servers not tracking any statistics.
    it tracked client side.
     
  3. Offline

    Rabrg

    they do in ./world/stats/player_name.json
     
  4. Offline

    xTrollxDudex

    Rabrg
    Well you can grab a JSON parser
     
  5. Offline

    RawCode

    statistics not exposed by bukkit's code currently, you can read JSON directly or wait for bukkit\mcp for decompiled classes (or decompile yourself).
     
Thread Status:
Not open for further replies.

Share This Page