Advertisement
Hightension

Untitled

Oct 1st, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. #-----------------------------------------#
  2. # #
  3. # LeaderHeads 2 #
  4. # A full-fledged solution to manage #
  5. # statistics and create leaderboards #
  6. # (R) RobiRami 2016 #
  7. # #
  8. #-----------------------------------------#
  9. # #
  10. # Automatic-rewards config #
  11. # #
  12. #-----------------------------------------#
  13.  
  14. # Automatic rewards
  15. # Change this to "rewards: []" to have no rewards.
  16. rewards:
  17. # Name of this automatic reward.
  18. # Used for logging in console
  19. kills:
  20. time-interval: weekly
  21. type: kills
  22. identifier: weekly
  23. queue-commands: true
  24. commands:
  25. 1:
  26. - "broadcast &6{name} &2hat diese Woche &6{score} &2Spieler gekillt und dafür 250 Netcoins bekommen!"
  27. - "/nc add {name} 250"
  28. 2:
  29. - "broadcast &6{name} &2hat diese Woche &6{score} &2Spieler gekillt und dafür 200 Netcoins bekommen!"
  30. - "/nc add {name} 200"
  31. 3:
  32. - "broadcast &6{name} &2hat diese Woche &6{score} &2Spieler gekillt und dafür 150 Netcoins bekommen!"
  33. - "/nc add {name} 150"
  34.  
  35. # Version of the config
  36. # Do NOT change this
  37. config-version: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement