Advertisement
Guest User

Untitled

a guest
Oct 8th, 2016
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 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. - games
  14. Scoreboard:
  15. Title: '&6&l&nOnlyCraft'
  16. # seconds
  17. # For instant updates you can or 1 and it will update every second
  18. Update-delay: 2
  19. Items:
  20. # The Title must have under 48 characters
  21. # Title: Type
  22. '&6&lEn ligne': '%online%'
  23. '&2&lArgent': '%money%'
  24. '&1&lTué': '%kills%'
  25. '&4&lMort': '%deaths%'
  26. '&3&lRatio': '%kdr%'
  27. '&4&lTPS serveur': '%tps%'
  28. '&9&lMémoire max': '%max_ram%'
  29. '&5%Mob tué': '%mob%'
  30. # Your can choose your custom score here
  31.  
  32. # Let ScoreboardStats track stats (kills, deaths, mobkills, killstreak) You need no plugin for this
  33. enable-pvpstats: true
  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: 10
  44. Intervall-show: 300
  45. Intervall-disappear: 300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement