Advertisement
Ravenbvutt

Untitled

Jun 15th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 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: true
  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: ' &c&o&lFunny&6&o&lCraft '
  17. # For instant updates you can or 1 and it will update every second
  18. Update-delay: 4
  19. Items:
  20. #The Title must have under 16 characters
  21. #Title: Type
  22. '&b► &6&oДеньги': '%money%'
  23. '&b► &3&oОнлайн': '%bungee-online%'
  24. '&b► &c&oУбийств': '%kills%'
  25. '&b► &d&oСмертей': '%deaths%'
  26.  
  27. # Let FunnyBoard track stats (kills, deaths, mobkills, killstreak) You need no plugin for this
  28. enable-pvpstats: true
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement