Nametag Death Counter

Discussion in 'Archived: Plugin Requests' started by EggzMC, Jul 16, 2013.

  1. Offline

    EggzMC

    Plugin category: UHC Servers

    What I want: I can't seem to find a plugin that keeps track of players' deaths throughout a server. I'd like a plugin where if a player dies, it adds 1 to their death counter under their name. So for me, it would say "EggzKai" with "0 Deaths" underneath. Then if I die, it would say "1 Death" or "1 Deaths" underneath. If you know of a plugin like this that already exists, please notify me in this thread! Thanks! :)

    When I'd like it by: Just take your time, I have no set due date. I'm on a very loose schedule. :)
     
  2. Do this:
    /scoreboard objectives add Deaths deathCount Deaths
    /scoreboard objectives setdisplay belowName Deaths

    That will Count your Deaths below your name.
     
  3. Offline

    TheGamersCave

    Here you go, I hope it's what you were looking for! The scoreboards work partially, but from what I've seen it doesn't persist through restarts.

    Each player has their deaths loaded and saved when they die in the DeathCount/Deaths.yml file
    If the file doesn't exist it creates it, so on so forth.

    If you want anything added / changed in this let me know, and I hope everything goes well with your UHC Server :)

    Here's the plugin: https://www.dropbox.com/s/xsirjstt9qin6c8/DeathCount.jar

    I'm also posting it to Bukkit Dev incase anyone else would like to use it :)
     

Share This Page