[INACTIVE][INFO] Stats [v0.99] and Achievements [v0.99][1000]

Discussion in 'Inactive/Unsupported Plugins' started by nidefawl, Jan 20, 2011.

  1. Offline

    nidefawl

    Stats and Achievements

    This plugin will be found at dev-bukkit soon
    sockenklaus will manage this project in the future (thank you!)

    Features:
    • Stats
      • Logs many actions that players do!
      • Block Destoys(for each block), Item Uses, Damage Dealt, Deaths per type, Kills per type, Played-Time (with AFK flags!)...
      • '/stats' shows basic stats and more
      • '/played' shows your play-time on the server
      • Keeps all stats within a SQLite or MySQL Database
      • Your plugin can support Stats!
    • Achievements
      • Give users achievements when they have completed something!
      • e.g. MintyAnt mined 500 obsidian. Message "You have no life!" Appears, and they recieve the "No Life" achievment and 10 Diamond as a prize
      • Achievement-Conditions:
        • <achievement-name>
        • New in 0.9:
          • group <group-name>
          • permission <permissionstring>
        • can be multiple seperated by ;
        • each of them can have a inverting '!' (!group jailed;!badachievement)
        • can be none of course :)
      • Reward-Commands:
        • /item <name or id>
        • /money <negative or postive amount>
        • /group <group-name>, /warp <warp-name>
        • New in 0.9: Native console commands:
          • /op *;/time 13500;/god *;/kick *
          • use any console command that works on your console
        • New in 0.9 (GroupManager):
          • addsubgroup <groupname>
          • removesubgroup <groupname>
          • addpermission <permissionstring>
          • removepermission <permissionstring>
    Source:
    Download:
    Newest (Fix for updated plugins (iConomy, BOSEconomy, Essentials, Permissions 3)
    Old (Tested with #617 (works up to 1000!))
    If you still have problems with CraftIRC or iConomy + Achievements try one of the following version:
    Outdated versions:
    Configuration:
    Permissions for v0.9+:
    Show Spoiler

    Achievements:
    achievements.check - only players that have that permissions will be checked + awarded
    achievements.view.own - grants access to /achievements (/ach)
    achievements.view.list - grants access to /listachievements (/listach)
    achievements.admin.check - grants access to /checkachievements (/chekcach)
    achievements.admin.reload - grants access to /reloadachievements (/reloadach)

    Stats:
    stats.log - only actions of players that have that permissions will logged
    stats.view.own - allows a player to watch his own stats with the /stats command
    stats.view.others - allows a player to watch other players stats with the /stats <player> command
    stats.view.playtime - allows a player to watch his play-time with the /played command
    stats.admin - grants access to /stats debug + /stats set + /stats list

    Latest Changes:
    Show Spoiler

    Stats v0.99
    • Fix for Permissions 3.0
    Stats v0.985
    • Permissions fixed
    • Code cleanup
    • More settings, to disable logging of some events
    Stats v0.98
    • Attempt to fix plugin dependencies
    Stats v0.972
    • Attempt to fix Classpath and Updater... again
    Stats v0.96 (03-04-11)
    • Forgot to update internal version
    • Forgot wolf
    Stats v0.95 (03-04-11)
    • Updated to latest RB (617)
    • Better Permissions/GroupManager plugin handling
    • removed the usage of os-specific sqlite libraries. (lets see what happens)
    Achievements v0.99
    • Fix for newest Economy plugins
    Achievements v0.981
    • Attempt to fix plugin dependencies
    • fixed a typo with the 'achievements-definitions-sql'. Check your config!
    Achievements v0.972
    • Attempt to fix Classpath and Updater... again
    Achievements v0.96 (03-04-11)
    • Forgot internal version
    • Forgot wolf
    Achievements v0.95 (03-04-11)
    • Updated to latest RB (617)
    • Better warp-command handling for Essentials


    full Stats changelog
    full Achievements changelog

    Supported plugins:
    Tools:
    Please donate --> [​IMG]


    Please read the Wiki before posting:

     
  2. Offline

    tom

  3. Offline

    GmK

    Status: Works without any problems on b860, never had any crash or error with both Stats and Achs.
     
  4. Offline

    Gnyf

  5. Offline

    andrewpo

    I'd love it if you could continue developing this for the latest recommended builds :)
     
  6. Offline

    kahlilnc

    me too. But a fork would be nice.
     
  7. Offline

    DreadKyller

    A fork on this would be cool, but there are many of these types of plugins, download about 3 plugins and you'd have this, it would not really be worth it to make this over again if all it takes is 2-3 different plugins to get the same result.
     
  8. achievement didnt update withou a /reload meanwhile the player do the achiev :x any help ?
    (and +1 for source or update !)
     
  9. Offline

    DreadKyller

    @crashxxl look at the forum rules, bumping with comments like up, bump, hi, etc are not allowed, bumping in only allowed if there is some type of information about the post that is relevant.
     
  10. Offline

    KaffeeKapsel

  11. Offline

    goldseed

    Is this works on bukkit #935?

    I want this plugin!!
     
  12. Offline

    TheShadow777

    stats works !! i dont use achievemnts, so no idea
     
  13. Offline

    LeGenDaryX

    It works! BUT it doesn't give you money when you are using iConomy 5.
     
  14. Offline

    LeGenDaryX

    Any alternative plugin like this?
     
  15. Offline

    goldseed

    I am using iconomy 4.0.... :)

    I don't need 5.0
     
  16. Offline

    Oscarius

    Netstats or Statistician
     
  17. Offline

    Graindcafe

    This a great plugin, it's so bad that it not anymore maintened.
     
  18. Offline

    Manji

    yes, both plugins track statistics. but none of them works like an achievement-system.
     
  19. Offline

    Jdbye

    Please update, I really like this plugin and right now people don't get their achievement rewards until a server restart.
     
  20. Offline

    nidefawl

    Updated for the latest plugin versions.

    Did not yet implement new stats/hooks
     
  21. Offline

    Bogden

    Stats on my server not being tracked when players join. However, if I /reload , it will start tracking everyone who is currently online. But if somebody then logs out and then in, it stops tracking them. Any ideas as to what might cause this?

    Is there a way to reload Stats without reloading all plugins?
     
  22. Offline

    nidefawl

    I guess their permissions are loaded after the Stats-PlayerJoin event.
    What permissions system are you using?
     
  23. Offline

    Bogden

    Permissions 3.1.6, SQL

    It would be awesome if there was a way to automatically refresh stat tracking over periodic intervals. Although, that would be more of a workaround to the bug than a fix.
     
  24. Offline

    SoraHjort

    Is there currently a way to Specify characters such as : and ; as literals for achievements?? I have some commands that require the use of those symbols, but the achievement reward is reading them as additional arguments. I've tried the usual ways to specify literals, which is ' ' and " " around the symbol in question. And they do not appear to work.

    So yeah, is there anyway to specify Literals?
     
  25. Offline

    nidefawl

    try escaping it by \: or use <colon>
     
  26. Offline

    pandapipino

    can you add Player Kills and Death? Thanks
     
  27. Offline

    Jdbye

    Why does the title still say inactive when it was updated to b1000? Trying the update now.
    Updated for the latest plugin versions I assume means iConomy 5 works properly now, the previous version didn't work with it but otherwise seemed to work mostly fine other than achievements either being only awarded randomly or mass awarded on restart/reload.
     
  28. Offline

    spoothie

    @nidefawl
    Do you still update this plugin?

    If yes, it would be awesome to have Spout/Spoutcraft support. THis plugin would be awesome with the achievement notifications.
     
  29. Offline

    SoraHjort

    @spoothie

    I would be against using spout/spoutcraft. It would require our users to install the client mod to be able to see when they got achievements instead of getting a chat text message, which everyone could see with or without the client mod.
     
  30. Offline

    spoothie

    @SoraHjort
    Well, the achievement notifications could be optional and enabled in a config.
     
  31. Offline

    goldseed

    I still use this...
    There is nothing like this..
    Great plugin!
     

Share This Page