[INACTIVE][ADMIN] MCStats v2.7 - Minecraft player statistics [868]

Discussion in 'Inactive/Unsupported Plugins' started by deltahat, Mar 15, 2011.

  1. Offline

    deltahat

    MCStats - Minecraft player statistics:
    Version: v2.7

    MCStats is a statistics plugin for the bukkit. MCStats periodically generates xml,
    json, js, and html files containing server statistics. Optionally, MCStats can also serve these files using an embedded web server. Using the embedded web server, the html stats report can be served directly from your Minecraft server. No need for messy apache installs.

    For group support to work you must also install and configure the Permissions plugin v2.5.4+.

    Please read the README - https://github.com/rmichela/MCStats2

    Features:
    • Tracks many player statistics
    • Built in web server
    • Integrates with external systems using raw data feeds
    • Supports reading group affiliation from Permissions
    • Supports reporting iConomy account balances
    Download: https://github.com/rmichela/MCStats2/downloads
    Source: https://github.com/rmichela/MCStats2

    Changelog (open)

    Version 2.1
    • Initial port to bukkit
    Version 2.2
    • Fixed initial startup config issues. Now generates meaningful config when first initialized.
    • Fixed directory problems that forced files under Plugins directory
    Version 2.3
    Version 2.4
    • Added ignoreGroups config option
    Version 2.5
    • Fixed group name case problems
    • Created Ops group based on ops.txt
    • Only show groups player is explicitly assigned to
    • Embedded web server can now serve customized html report
    Version 2.5.1
    • Bukkit 602 support
    Version 2.6
    • Fixed bug where players in default group were erroneously ignored.
    • Fixed incompatibility with GroupManager FakePermission
    • Verified support with CB612, MC2.4, and Permissions 2.5.5
    Version 2.6.1
    • Fixed strange incompatibility with iConomy.
    Version 2.7
    • Fixed Permissions group loading bug
    • Fixed inaccurate step count bug
    • Added proper iConomy support
     
  2. Offline

    iffa

    I love this! I will configure this to my needs though...
     
  3. Offline

    Jaxter

    I have tried to figure out how to connect the files from my www/ directories to my plugin directory but haven't had any success.

    I can run it directly from the box itself as an HTML file, but I cant connect it to my website at all. If I put the html or all the files into the www directory it wont update from the plugin, but if I dont put in the JS file or try to tell it to look at the JS file on the plugins folder no information comes up.

    I'd like to run it from an external website, i was reading the readme and got confused at how to really set this up. I basically run my website outta mydomainname/web folder, I tried putting it into /stats folder or whatnot and change whatever code I could to have it read from the plugins folder but nothing works :(.

    It'd be awesome if I could get this to work somehow, so I dont have to go directly from the server just to open the HTML to see the updated stats.
     
  4. Offline

    codename_B

    This may serve your needs
    http://forums.bukkit.org/threads/ad...erful-web-server-766.17201/page-2#post-299479
     
  5. Offline

    Jaxter

  6. Offline

    TTSDA

    @deltahat
    Thank you very much for this plugin :)
    I did this stats page for my server : http://craftia.org/?page_id=360 (This is from a test server, it will be the real server in some days)
    I hope you like it.

    PS: The link to the column sort jquery plugin you included is 404'd, it is now
    HTML:
    <script src='http://autobahn.tablesorter.com/jquery.tablesorter.min.js'></script>
     
  7. Offline

    DeLux

    I guess this has been abandoned ? Latest version is for 677, and on 740 and 766 you just get spammed with nonstop lines like

    00:41:17 [SEVERE] Could not pass event PLAYER_QUIT to MCStats2

    Any idea on how to get it to work ?
     
  8. Offline

    deltahat

    Strange. I am running a 766 server with MCStats2 and am not seeing any errors. What other plugins are you running? Can you try disabling them one at a time to try to isolate the problem?
     
  9. Offline

    Darcion

    i want to edit the mcstats.html, when i change the groups and colorcodes, it works but after 1 tick it goes back, what did i wrong or must i edit it offline?
     
  10. Offline

    Rick

    For some reason, I am no longer able to sort. The up and down arrows disappeared. What could cause this?
     
  11. Offline

    deltahat

    See the readme on how to disable HTML report generation.
     
  12. Offline

    Darcion

    ah perfect thx

    next question, i got a servercrash, now all my stats are gone. is it possible, that the stats reset or did i forgott something?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 12, 2016
  13. Offline

    deltahat

    The crash may have corrupted your statscache file. Do you have any backups?
     
  14. Offline

    Darcion

    no, no backups, but is it possible that your plugin can make a daily backup?
     
  15. Offline

    niftyapple

    Is there a way you could put in a configuration for which port the web server uses? Other plugins already use the default 80, but curious if you could make it so it can be changed?
     
  16. Offline

    deltahat

    Please read the readme.
     
  17. Offline

    Alucardy

    Hey,
    First congratulation, it's a great plugin! It work perfectly!

    But I have a question: it is possible to make an "addition" of all block that all players destroyed/posed/distance/mob killed?

    Because I would like to have a text on my BukkitHTTPD like that:
    - Players have destroyed xxx blocks, posed xxx blocks,... etc etc :p

    I searched but I not find any solution :/ Can you help me please? :)

    Thanks you in advance!

    PS: Sorry for my english, I speak bad :/
     
  18. Offline

    deltahat

    You could modify the mcstats.html file with some additional javascript to do what you are looking for.
     
  19. Offline

    codename_B

    Yeah, or add some javascript on your main page to do it. What the javascript is doing is basically parsing from an xml file, which is lovely and super easy to do :)

    P.S. Me and my users all love this plugin.
     
  20. Offline

    kahlilnc

    Can I do this on a Google Site?
     
  21. Offline

    Alucardy

    Thanks :)

    Sorry if I annoying you, but could you send me a link for a tutorial or something like that please? I never touch any Javascript's code, I try to search about something like "addition" on Google but I found nothing (I think I haven't look for with the good keywords) :/
     
  22. Offline

    codename_B

    http://blogs.sitepoint.com/server-side-xml-javascript/
     
  23. Hi ! Thank you for this plugin !

    I have a little question :

    I need to purge players with a space in their login... Any idea ?
     
  24. Offline

    deltahat

    I didn't know players could have a space in their login. This has not been accounted for.
     
  25. Offline

    Johannes F. Oma

    Thanks for this great plugin!

    Is there a reason why i can't sort the statistics. Looks like you can press (for example) Money, but nothing happens.
     
  26. Offline

    djw

    Just tried out the plugin, notice I cannot sort. Looking at the html it's using http://tablesorter.com/jquery.tablesorter.min.js. That script is missing. Reading http://tablesorter.com/docs/ he would prefer people put it on their own server "jquery.tablesorter.min.js (12kb, Minified for production - please put the file on your server)"

    I'm guessing since the files are all automatically generated you need to edit the plugin to make this work. Probably download it once and put it into the web directory. Rather than putting load onto his server.
     
  27. Offline

    codename_B

    Yay, that worked :) Thanks for that, my tables now sort!
     
  28. Offline

    Lirycs78

    Hi,
    I have a problem with the money. It doesn't display in my table. I'm using the Iconomy 5. Please help me.
    Scuse me for my english, I'm french :s

    Thx you.
     
  29. Offline

    codename_B

    From what I could see, the iConomy bit was broken, so I just removed it.
     
  30. Offline

    Lirycs78

    You don't have a solution for my problem with Iconomy 5 ? :x
     
  31. Offline

    deltahat

    I'll look into it.
     
    Lirycs78 likes this.

Share This Page