Advertisement
Guest User

Untitled

a guest
May 17th, 2015
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. # EZRanksLite version: v1.6 Main Configuration
  2. debug: false
  3. server_name: EZRankCraft
  4. ranks:
  5. enabled: true
  6. format_has_access: '&a%rankfrom% &bto &a%rankto% &bcost: &f%cost%'
  7. format_no_access: '&7%rankfrom% &cto &7%rankto% &ccost: &7%cost%'
  8. format_last_rank: '&7%rankfrom%: &cLast rank!'
  9. header:
  10. - none
  11. footer:
  12. - none
  13. rankup_cooldown:
  14. enabled: true
  15. time: 5
  16. scoreboard:
  17. enabled: true
  18. refresh_time: 30
  19. title: '&cScoreboard'
  20. display:
  21. &7&m-----------------------------------------------
  22. - '&cPlayers: %online% / %onlinemax%
  23. &7&m-------------------------------------------------
  24. - '&cCurrent Rank: %rankprefix%
  25. - '&cNext Rank: %rankupprefix%
  26. &7&m-------------------------------------------------
  27. - '&cCost: %rankupcost%
  28. &7&m-------------------------------------------------
  29. &7&m-------------------------------------------------
  30. - '&cBalance: %balance%
  31. &7&m-------------------------------------------------
  32. disabled_worlds:
  33. - world_nether
  34. - world_the_end
  35. staff_scoreboard:
  36. enabled: true
  37. title: '&cStaff'
  38. display:
  39. - '&cPlayers online:'
  40. - '%onlineplayers%/%onlinemax%'
  41. - blank
  42. - '&cStaff online:'
  43. - '%onlinestaff%'
  44. - blank
  45. - '&cTPS:'
  46. - '&a%tps%'
  47. - '&cPing:'
  48. - '&a%ping%'
  49. money:
  50. fix_thousands: true
  51. fix_millions: true
  52. thousands_format: k
  53. millions_format: M
  54. billions_format: B
  55. trillions_format: T
  56. quadrillions_format: Q
  57. check_updates: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement