Advertisement
Guest User

Untitled

a guest
Jan 29th, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. # Main configuration
  2.  
  3. # Compatible mode for other plugins like HealthBar, ColoredTags, GhostPlayer, McCombatLevel, etc. ......
  4. # or the vanilla scoreboard
  5. # In case you miss the log message: this option requires the plugin called ProtocolLib
  6. # This option will work around the Bukkit API and will send raw packets
  7. compatibilityMode: false
  8.  
  9. # Should be the node disabled-worlds handled as whitelist or blacklist
  10. disabled-worlds-whitelist: false
  11.  
  12. disabled-worlds:
  13. - city
  14.  
  15. Scoreboard:
  16. Title: '&4❤ &6&lHollyStats &4❤'
  17. # seconds
  18. # For instant updates you can or 1 and it will update every second
  19. Update-delay: 2
  20. Items:
  21. # The Title must have under 48 characters
  22. # Title: Type
  23. '&cDeaths': '%deaths%'
  24. '&eOnline': '%online%'
  25. '&cKills': '%kills%'
  26. '&cKDR': '%kdr%'
  27. '&aMoney': '%money%'
  28. # Your can choose your custom score here
  29.  
  30. # Let ScoreboardStats track stats (kills, deaths, mobkills, killstreak) You need no plugin for this
  31. enable-pvpstats: true
  32.  
  33. Temp-Scoreboard-enabled: false
  34.  
  35. Temp-Scoreboard:
  36. Title: '&a&lTop Kills'
  37. # %mob% | %kills% | %killstreak%
  38. Type: '%kills%'
  39. Color: '&9'
  40. # How many Players would be displayed
  41. Items: 5
  42. Intervall-show: 300
  43. Intervall-disappear: 300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement