Advertisement
Guest User

Nothing. :3

a guest
Feb 14th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. # Main configuration
  2.  
  3. # Compatible mode with other plugins like HealthBar, ColoredTags, GhostPlayer or McCombatLevel
  4. compatibilityMode: true
  5.  
  6. disabled-worlds:
  7. - fake_world
  8.  
  9. # This will not count vanished players in the online value
  10. hide-vanished: false
  11.  
  12. Scoreboard:
  13. Title: '&3&l&oPERFECTION&b&l&oCLOUD'
  14. # seconds
  15. # For instant updates you can or 1 and it will update every second
  16. Update-delay: 2
  17. Items:
  18. # The Title must have under 48 characters
  19. # Title: Type
  20. '&a': '15'
  21. '&3» &3&lLAG-O-METER:': '14'
  22. '&3» &bTPS: &7%tps%': '13'
  23. '&a': '12'
  24. '&3» &3&lBALANCE:': '11'
  25. '&3» &bMONEY: &7$%money%': '10'
  26. '&a': '9'
  27. '&3» &3&lONLINE:': '8'
  28. '&3» &bPLAYERS: &7%online%&b/&750': '7'
  29. '&a': '6'
  30. '&3» &3&lFACTIONS:': '5'
  31. '&3» &bPOWER: &7%f_power%': '4'
  32. '&a': '3'
  33. '&3» &3&lPVP STATS:': '2'
  34. '&3» &bKILLS: &7%kills%': '1'
  35.  
  36. # Let ScoreboardStats track stats (kills, deaths, mobkills, killstreak) You need no plugin for this
  37. enable-pvpstats: true
  38. Temp-Scoreboard-enabled: false
  39.  
  40. Temp-Scoreboard:
  41. Title: '&a&lTop Kills'
  42. # %mob% | %kills% | %killstreak%
  43. Type: '%kills%'
  44. Color: '&9'
  45. # How many Players would be displayed
  46. Items: 5
  47. Intervall-show: 300
  48. Intervall-disappear: 300
  49.  
  50. pluginUpdate: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement