Advertisement
Ravenbvutt

Untitled

Jun 15th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 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. - city
  8.  
  9. # This will not count vanished players in the online value
  10. hide-vanished: false
  11.  
  12. Scoreboard:
  13. Title: ' &c&o&lFunny&6&o&lCraft '
  14. #seconds
  15. # For instant updates you can or 1 and it will update every second
  16. Update-delay: 4
  17. Items:
  18. #The Title must have under 16 characters
  19. #Title: Type
  20. '&b► &6&oДеньги': '%money%'
  21. '&b► &3&oОнлайн': '%bungee-online%'
  22. '&b► &c&oУбийств': '%kills%'
  23. '&b► &d&oСмертей': '%deaths%'
  24.  
  25. # Let ScoreboardStats track stats (kills, deaths, mobkills, killstreak) You need no plugin for this
  26. enable-pvpstats: true
  27.  
  28. Temp-Scoreboard-enabled: false
  29.  
  30. Temp-Scoreboard:
  31. Title: '&a&lTop Kills'
  32. # %mob% | %kills% | %killstreak%
  33. Type: '%kills%'
  34. Color: '&9'
  35. # How many Players would be displayed
  36. Items: 5
  37. Intervall-show: 300
  38. Intervall-disappear: 300
  39.  
  40. pluginUpdate: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement