Advertisement
Hightension

Untitled

Oct 1st, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. # -----------------------------------------
  2. #
  3. # Custom Statistic config
  4. #
  5. # -----------------------------------------
  6. #
  7. # Explanation of options:
  8. #
  9. # update-interval: the time in seconds between updates of a statistic and leaderboard
  10. #
  11. # sign-lines: the lines on the sign of the leaderboard
  12. #
  13. # menu-lines: the lines on the skulls in the menu of the leaderboard
  14. #
  15. # statistic-name: the name of the statisic that you are syncing from the other server.
  16. #
  17. # statistic-type: the type of the statisic that you are syncing from the other server. This will be used to format the leaderboard properly.
  18. # The options are: balance, money and default
  19. #
  20. # statistic-time-type: the time-type of the statisic that you are syncing from the other server.
  21. # The options are: all-time, daily, weekly and monthly
  22. #
  23. # database-table: the name of the table that you filled in in the database.yml configuration file on the server
  24. # that you're syncing this statistic from. Change this name in the database.yml on the server that you are
  25. # syncing from to make sure that the data is correct.
  26. # Keep in mind that you need to enable MySQL in the database.yml to use custom statistics.
  27. #
  28. # The sub-name of this custom statistic is equal to the name of the file. ('example' in this case). Do not use 'daily', 'weekly', 'monthly' or any number as the name of this file.
  29. # To create a leaderboard for this statistic, create a regular leaderboard, but fill in this sub-name on the fourth line of your sign.
  30. #
  31. # -----------------------------------------
  32. statistic-name: kills
  33. statistic-type: default
  34. statistic-time-type: weekly
  35. database-table: leaderheadsplayersdata_weekly
  36. update-interval: 60
  37. sign-lines:
  38. - '&c&m------------'
  39. - '&a{name}'
  40. - '&e{amount} kills'
  41. - '&c&m------------'
  42. menu-enabled: true
  43. menu-command: /topweeklykills
  44. menu-size: 9
  45. menu-name: '&bTop Kills'
  46. menu-lines:
  47. - '&f&m----&f< &b{rank} &f>&m----'
  48. - '&c&m------------'
  49. - '&a{name}'
  50. - '&e{amount} kills'
  51. - '&c&m------------'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement