Facebook
From Chartreuse Teal, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 244
  1. # -----------------------------------------
  2. #
  3. #                   Statistic config
  4. #
  5. #            Name: bl-level
  6. #          Plugin: BattleLevels
  7. #
  8. # -----------------------------------------
  9. #
  10. #     Explanation of options:
  11. #
  12. #     force-update: whether the plugin should update the data
  13. #       of this statistic even if no sign is made for its leaderboard or not.
  14. #
  15. #     update-interval: the time in seconds between updates of a statistic and leaderboard.
  16. #     There's no update-interval for the sub-statistics because these update when the main statistic updates.
  17. #
  18. #     sign-lines: the lines on the sign of the leaderboard. Variables: {rank}, {name}, {amount}
  19. #
  20. #     menu-lines: the lines on the skulls in the menu of the leaderboard
  21. #
  22. #     online-only: whether the plugin should only save this statistic to the database for online players
  23. #
  24. # -----------------------------------------
  25. force-update: false
  26. online-only: true
  27. all-time:
  28.   sign-lines:
  29.   - '&c&m------------'
  30.   - '&a{name}'
  31.   - '&eLevel {amount}'
  32.   - '&c&m------------'
  33.   update-interval: 60
  34.   menu-enabled: true
  35.   menu-command: /toplevels
  36.   menu-size: 9
  37.   menu-name: '&bTop Levels'
  38.   menu-lines:
  39.   - '&f&m----&f< &b{rank} &f>&m----'
  40.   - '&c&m------------'
  41.   - '&a{name}'
  42.   - '&eLevel {amount}'
  43.   - '&c&m------------'
  44. daily:
  45.   sign-lines:
  46.   - '&c&m------------'
  47.   - '&a{name}'
  48.   - '&eLevel {amount}'
  49.   - '&c&m------------'
  50.   menu-enabled: true
  51.   menu-command: /toplevelsdaily
  52.   menu-size: 9
  53.   menu-name: '&bTop Levels Daily'
  54.   menu-lines:
  55.   - '&f&m----&f< &b{rank} &f>&m----'
  56.   - '&c&m------------'
  57.   - '&a{name}'
  58.   - '&eLevel {amount}'
  59.   - '&c&m------------'
  60. weekly:
  61.   sign-lines:
  62.   - '&c&m------------'
  63.   - '&a{name}'
  64.   - '&eLevel {amount}'
  65.   - '&c&m------------'
  66.   menu-enabled: true
  67.   menu-command: /toplevelsweekly
  68.   menu-size: 9
  69.   menu-name: '&bTop Levels Weekly'
  70.   menu-lines:
  71.   - '&f&m----&f< &b{rank} &f>&m----'
  72.   - '&c&m------------'
  73.   - '&a{name}'
  74.   - '&eLevel {amount}'
  75.   - '&c&m------------'
  76. monthly:
  77.   sign-lines:
  78.   - '&c&m------------'
  79.   - '&a{name}'
  80.   - '&eLevel {amount}'
  81.   - '&c&m------------'
  82.   menu-enabled: true
  83.   menu-command: /toplevelsmonthly
  84.   menu-size: 9
  85.   menu-name: '&bTop Levels Monthly'
  86.   menu-lines:
  87.   - '&f&m----&f< &b{rank} &f>&m----'
  88.   - '&c&m------------'
  89.   - '&a{name}'
  90.   - '&eLevel {amount}'
  91.   - '&c&m------------'
  92.