Advertisement
Guest User

Config

a guest
Dec 22nd, 2014
648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. # Main configuration
  2.  
  3. # Compatible mode with other plugins like HealthBar, ColoredTags, GhostPlayer or McCombatLevel
  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: '&e&l» &6&lH&6aze&6&lR&6ealms'
  15. # seconds
  16. # For instant updates you can or 1 and it will update every second
  17. Update-delay: 2
  18. Items:
  19. # The Title must have under 48 characters
  20. # Title: Type
  21. '': ''
  22. '&6&lB&6alance: ': ''
  23. '&7&l» &e%money% ': ''
  24. '': ''
  25. '&6&lK&6ills: ': ''
  26. '&7&l» &e%kills% (%kdr%)': ''
  27. '': ''
  28. '&6&lP&6ower:': ''
  29. '&7&l» &e%power%': ''
  30. '': ''
  31. '&6&lO&6nline: ': ''
  32. '&7&l» &e%online%/%max_player%': ''
  33. '': ''
  34. '&6&lW&6ebsite:': ''
  35. '&7&l» &eHazeRealms.com': ''
  36.  
  37. # Let ScoreboardStats track stats (kills, deaths, mobkills, killstreak) You need no plugin for this
  38. enable-pvpstats: true
  39.  
  40. Temp-Scoreboard-enabled: false
  41.  
  42. Temp-Scoreboard:
  43. Title: '&a&lTop Kills'
  44. # %mob% | %kills% | %killstreak%
  45. Type: '%kills%'
  46. Color: '&9'
  47. # How many Players would be displayed
  48. Items: 5
  49. Intervall-show: 300
  50. Intervall-disappear: 300
  51.  
  52. pluginUpdate: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement