Scoreboard - Zombie killcount

Discussion in 'Plugin Development' started by jeroen_13, Nov 15, 2013.

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

    jeroen_13

    Hello, id like to create a side-bar scoreboard that displays how many zombies you've killed.

    i know you can do it in-game with /scoreboard but this is for a plugin.

    Thanks in advance, Jeroen
     
  2. Offline

    Nibbur

    Do you already know how to set up a scoreboard? If not, search a tutorial for that. If you do, just do it like: EntityDeathEvent{here you want to get the player that killed the mob and then: set the objective value of a player name to their score + 1}
     
  3. Offline

    jeroen_13

    I don't know how to set up the scoreboard from a plugin. Only from a player command.

    Could you please help me ?

    Thanks
     
  4. Offline

    Nibbur

  5. Offline

    jeroen_13

    Thanks Nibbur , i'll try that tutorial
     
  6. Offline

    Badeye

    You can also use ScoreboardStats, they have an option for Zombie Kills. Just add %mob% inside the config file. It's very straight forward wihout many complicated things to set up, and it's custimizable.
     
Thread Status:
Not open for further replies.

Share This Page