Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. # -----------------------------------------
  2. #
  3. # Statistic config
  4. #
  5. # Name: gcs_score
  6. # Plugin: gcStats
  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. # enable-commas: whether to add commas to the format of the statistic (e.g. 9,000,000)
  16. #
  17. # update-interval: the time in seconds between updates of a statistic and leaderboard.
  18. # There's no update-interval for the sub-statistics because these update when the main statistic updates.
  19. #
  20. # sign-lines: the lines on the sign of the leaderboard. Variables: {rank}, {name}, {amount}
  21. #
  22. # menu-lines: the lines on the skulls in the menu of the leaderboard
  23. #
  24. # online-only: whether the plugin should only save this statistic to the database for online players
  25. #
  26. # -----------------------------------------
  27. force-update: true
  28. online-only: true
  29. enable-commas: true
  30. all-time:
  31. sign-lines:
  32. - '&0&m---- &0#{rank}&0&m ----'
  33. - '&0&l{name}'
  34. - '&1&l{amount}'
  35. - '&0Score Level'
  36. update-interval: 30
  37. menu-enabled: false
  38. menu-command: /gcs top Score
  39. menu-size: 90
  40. menu-name: Score Page {page}
  41. menu-lines:
  42. - '&8&m---- &b#{rank}&8&m ----'
  43. - '&b{name}'
  44. - '&b{amount} Score'
  45. daily:
  46. sign-lines:
  47. - '&b{rank}.'
  48. - '&b{name}'
  49. - '&b{amount}'
  50. - '&bScore'
  51. menu-enabled: false
  52. menu-command: /gcs top Scoredaily
  53. menu-size: 90
  54. menu-name: Score Page {page} Daily
  55. menu-lines:
  56. - '&f&m----&f< &b{rank} &f>&m----'
  57. - '&b{rank}.'
  58. - '&b{name}'
  59. - '&b{amount}'
  60. - '&bScore'
  61. weekly:
  62. sign-lines:
  63. - '&0&m---- &0#{rank}&0&m ----'
  64. - '&0&l{name}'
  65. - '&1&l{amount}'
  66. - '&0Score Level'
  67. menu-enabled: false
  68. menu-command: /gcs top Scoreweekly
  69. menu-size: 90
  70. menu-name: Score Page {page} Weekly
  71. menu-lines:
  72. - '&f&m----&f< &b{rank} &f>&m----'
  73. - '&b{rank}.'
  74. - '&b{name}'
  75. - '&b{amount}'
  76. - '&bScore'
  77. monthly:
  78. sign-lines:
  79. - '&0&m---- &0#{rank}&0&m ----'
  80. - '&0&l{name}'
  81. - '&1&l{amount}'
  82. - '&0Score Level'
  83. menu-enabled: false
  84. menu-command: /gcs top Scoremonthly
  85. menu-size: 90
  86. menu-name: Score Page {page} Monthly
  87. menu-lines:
  88. - '&f&m----&f< &b{rank} &f>&m----'
  89. - '&b{rank}.'
  90. - '&b{name}'
  91. - '&b{amount}'
  92. - '&bScore'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement