TheSimpZone

Untitled

Aug 27th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. #Main configuration
  2.  
  3. #Compatible mode with other plugins
  4. compatibilityMode: false
  5.  
  6. disabled-worlds:
  7. - world_nether
  8. - city
  9.  
  10. #This will not count vanished players in the online value
  11. hide-vanished: false
  12.  
  13. Scoreboard:
  14. Title: '&a&lStats'
  15. #seconds
  16. # For instant updates you can or 1 and it will update every second
  17. Update-delay: 1
  18. Items:
  19. #The Title must have under 48 characters
  20. #Title: Type
  21. '&6Money': '%money%'
  22. '&6Lifetime': '%lifetime%'
  23. '&6Balance': '%money%'
  24. '&6Kills': '%kills%'
  25. '&6KD': '%kdr%'
  26. '&6Best Killstreak': '%killstreak%'
  27. '&6Current Killstreak': '%current_streak%'
  28.  
  29. #Let ScoreboardStats track stats (kills, deaths, mobkills, killstreak) You need no plugin for this
  30. enable-pvpstats: true
  31.  
  32. #In minutes
  33. PvPStats-SaveIntervall: 5
  34.  
  35. Temp-Scoreboard-enabled: true
  36.  
  37. Temp-Scoreboard:
  38. Title: '&a&lTop Kills'
  39. #%mob% | %kills% | %killstreak%
  40. Type: '%kills%'
  41. Color: '&9'
  42. #How many Players would be displayed
  43. Items: 5
  44. Intervall-show: 30
  45. Intervall-disappear: 30
  46.  
  47. pluginUpdate: true
Advertisement
Add Comment
Please, Sign In to add comment