Guest User

config.yml

a guest
Jan 12th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 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: '&a&l-=Your Stats=-'
  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. '---------------'
  22. '&aOnline': '%online%'
  23. '&aMoney': '%money%'
  24. '&eIsland Level': '%island_level%'
  25. '---------------'
  26.  
  27. # Let ScoreboardStats track stats (kills, deaths, mobkills, killstreak) You need no plugin for this
  28. enable-pvpstats: false
  29.  
  30. Temp-Scoreboard-enabled: false
  31.  
  32. Temp-Scoreboard:
  33. Title: '&a&lTop Kills'
  34. # %mob% | %kills% | %killstreak%
  35. Type: '%kills%'
  36. Color: '&9'
  37. # How many Players would be displayed
  38. Items: 5
  39. Intervall-show: 300
  40. Intervall-disappear: 300
  41.  
  42. pluginUpdate: true
Advertisement
Add Comment
Please, Sign In to add comment