Advertisement
Guest User

Untitled

a guest
Oct 29th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.92 KB | None | 0 0
  1. #Main configuration
  2.  
  3. #Compatible mode with other plugins
  4. compatibilityMode: false
  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: '&6&l[<]Stats[>]'
  14.   #seconds
  15.   # For instant updates you can or 1 and it will update every second
  16.   Update-delay: 2
  17.   Items:
  18.    #The Title must have under 48 characters
  19.     #Title: Type
  20.     '&6Online': '%online%'
  21.     '&6Money': '%money%'
  22.     '&6mcMMO': '%powlvl%'
  23.  
  24. #Let ScoreboardStats track stats (kills, deaths, mobkills, killstreak) You need no plugin for this
  25. enable-pvpstats: false
  26.  
  27. #In minutes
  28. PvPStats-SaveIntervall: 5
  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: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement