Advertisement
Guest User

Untitled

a guest
Sep 7th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #This is the default config
  2.  
  3. enable-pvpstats: true
  4.  
  5. disabled-worlds:
  6.  - world_nether
  7.   - city
  8.  
  9. #This will not count vanished players in the online value
  10. hide-vanished: false
  11.  
  12. enable-sound: false
  13.  
  14. enable-auto-update: true
  15.  
  16. Scoreboard:
  17.   Title: '&b&lStats'
  18.   #seconds
  19.   # For instant updates you can or 1 and it will update every second
  20.   Update-delay: 1
  21.   Items:
  22.   #The Title must have under 16 characters
  23.    #Title: Type
  24.    '&bKills':'%kills%
  25.    '&bDeaths':'%deaths%'
  26.    '&bKDR':'%kdr%'
  27.    '&bMob_Kills':'%mob%'
  28.    '&bMoney':'%econ%'
  29.    '&bFaction_Power':'%f_power%'
  30.    '&bOnline':'%online%'
  31.  
  32. Temp-Scoreboard-enabled: true
  33.  
  34. Temp-Scoreboard:
  35.   Title: '&a&lTop Kills'
  36.   #%mob% | %kills% | %killstreak%
  37.   Type:'%kills%'
  38.   Color:'&9'
  39.   #How many Players would be displayed
  40.   Items:5
  41.   Intervall-show:300
  42.   Intervall-disappear:300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement