[INACTIVE][ADMIN] MCStats v3.0 - Minecraft player statistics [1000]

Discussion in 'Inactive/Unsupported Plugins' started by codename_B, Jul 31, 2011.

  1. Offline

    codename_B

    [​IMG]
    MCStats - Minecraft player statistics
    Version: v3.0

    MCStats is a statistics plugin for the bukkit. MCStats periodically generates xml,
    json, js, and html files containing server statistics.

    For group support to work you must also install and configure the bInfo plugin.

    Please read the README - https://github.com/codename-B/MCStats3/

    Features:
    • Tracks many player statistics
    • Integrates with external systems using raw data feeds
    • Supports reading group affiliation from bInfo
    • Supports reporting iConomy4, iConomy 5, BoSE or EE17 account balances
    Download: Download Link
    Source: https://github.com/codename-B/MCStats3/

    [​IMG]

    Changelog:
    Version 3.0
    • Removed Permissions support
    • Added bInfo prefix/suffix support via SuperPermissions
    • removed iConomy support
    • added iConomy4, iConomy 5, BoSE and EE17 support via Register
    • redesigned webpage
    • added logo
    • Re-released plugin
     
    sethgandy likes this.
  2. Offline

    pandapipino

    Hi how can I disable the currency/money on stats?

    To remove a column from the html report, you must first remove the column's <th> tag
    from the html markup and then remove the corresponding javascript that generates the column's content. Find the block of code that defines a var with the right name and delete the entire block of code.


    Is there any specific javascript file that should I modify?
     
  3. Offline

    codename_B

    Don't have a currency/money plugin installed :p
     
  4. Offline

    pandapipino

    :(
     
  5. Offline

    codename_B

    Why so serious?
    Just look for any html tables labeled "economy".
     
  6. Offline

    pandapipino

    Ive looked everywhere any hint?
     
  7. Offline

    Claryn

    It resets on server restart---

    NOO! MY PLAYER STATISTICS?! WHERE DID YOU GO?!
     
  8. Offline

    codename_B

    They persist - when you /reload or /restart they take a second to be loaded.
     
  9. Offline

    Claryn

    Its over 2 hours since the last restart. The old statistics are gone.
     
  10. Offline

    codename_B

    MCStats2 statistics? They're not compatible.
     
  11. Offline

    Claryn

    No, v3
     
  12. Offline

    codename_B

    Unless the stats corrupted - that shouldn't happen. Never force-stop your server.
     
  13. Offline

    Claryn

    I do not force stop it. I use the control panel McMyAdmin where I pressed the restart button.


    Now everything is gone
     
  14. Offline

    codename_B

    I don't support McMyAdmin - and "it doesn't work" does not help me fix it if a bug does exist.
     
  15. Offline

    RazorFlint

    @codename_B I have to resync the stats manually on my website?
     
  16. Offline

    codename_B

    oho?
     
  17. Offline

    RazorFlint

    Yeah that's what i have to do -.-
     
  18. Offline

    codename_B

    You can configure the directory this writes to...
     
  19. Offline

    DemonCraft

    Okay, on the Read-Me I don't understand how to install it for my Web-Site.
     
  20. Offline

    codename_B

    Website on same ip as server?
     
  21. Offline

    DemonCraft

    I just don't understand it.
    I just restarted my server and I'm new to PHP and all the things with Websites.
    I wouldn't know where to even start.
     
  22. Offline

    codename_B

    You just direct it to write files to the directory where your webserver is.
    There are lots of tutorials on PHP etc on Google which is a brilliant resource if you haven't already discovered it.
     
  23. Offline

    Heliwr

    I am using bInfo, bChat, and MCStats3. While my bInfo settings are being detected and used by bChat, MCStats3 is not picking up my groups despite detecting that bInfo is installed and enabling group support. What could be causing MCStats to not pick up my groups?

    snippet from playerInfo.yml:
    Code:
    default:
        prefix: '%LIGHT_PURPLE%'
        suffix: '%WHITE%'
        node: bInfo.guest
    User:
        prefix: '%YELLOW%'
        suffix: '%WHITE%'
        node: bInfo.user
    
    snippet from PermissionsBukkit/config.yml:
    Code:
    groups:
        default:
            permissions:
                permissions.build: false
                server.guest: true
                bInfo.guest: true
        User:
            permissions:
                server.user: true
                bInfo.guest: false
                bInfo.user: true
            worlds:
                sanguine:
                    permissions.build: true
                hades:
                    permissions.build: true
            inheritance:
            - default
    
     
  24. Offline

    DemonCraft

    Would you just care to make a video on how to do so, or link me or something?
     
  25. Offline

    DemonCraft

  26. Would it be possible for you to add Support for mChat Prefixes/Suffixes/groups? i guess the group would do it ^^
     
  27. Offline

    codename_B

    It'd be more mchat implementing support for MY prefix/suffix system.
     
  28. Hmm i think i do not quite get what you mean.

    You would need mChat to implement your hooks? Is that right? If so I'll got and ask MiracleM4n :)
     
  29. Offline

    codename_B

    It would yes, I use a special way of providing these hooks via bukkit services.
     
  30. Ok thx, im off to ask in the mChat thread instead :D
     
  31. Offline

    amazoph

    This looks nice - however, is there any chance in a future release of tracking mob statistics per player? (number of each mob killed, shorn, exploded etc.)
     

Share This Page