# ----------------------------------------- # # Statistic config # # Name: bl-level # Plugin: BattleLevels # # ----------------------------------------- # # Explanation of options: # # force-update: whether the plugin should update the data # of this statistic even if no sign is made for its leaderboard or not. # # update-interval: the time in seconds between updates of a statistic and leaderboard. # There's no update-interval for the sub-statistics because these update when the main statistic updates. # # sign-lines: the lines on the sign of the leaderboard. Variables: {rank}, {name}, {amount} # # menu-lines: the lines on the skulls in the menu of the leaderboard # # online-only: whether the plugin should only save this statistic to the database for online players # # ----------------------------------------- force-update: false online-only: true all-time: sign-lines: - '&c&m------------' - '&a{name}' - '&eLevel {amount}' - '&c&m------------' update-interval: 60 menu-enabled: true menu-command: /toplevels menu-size: 9 menu-name: '&bTop Levels' menu-lines: - '&f&m----&f< &b{rank} &f>&m----' - '&c&m------------' - '&a{name}' - '&eLevel {amount}' - '&c&m------------' daily: sign-lines: - '&c&m------------' - '&a{name}' - '&eLevel {amount}' - '&c&m------------' menu-enabled: true menu-command: /toplevelsdaily menu-size: 9 menu-name: '&bTop Levels Daily' menu-lines: - '&f&m----&f< &b{rank} &f>&m----' - '&c&m------------' - '&a{name}' - '&eLevel {amount}' - '&c&m------------' weekly: sign-lines: - '&c&m------------' - '&a{name}' - '&eLevel {amount}' - '&c&m------------' menu-enabled: true menu-command: /toplevelsweekly menu-size: 9 menu-name: '&bTop Levels Weekly' menu-lines: - '&f&m----&f< &b{rank} &f>&m----' - '&c&m------------' - '&a{name}' - '&eLevel {amount}' - '&c&m------------' monthly: sign-lines: - '&c&m------------' - '&a{name}' - '&eLevel {amount}' - '&c&m------------' menu-enabled: true menu-command: /toplevelsmonthly menu-size: 9 menu-name: '&bTop Levels Monthly' menu-lines: - '&f&m----&f< &b{rank} &f>&m----' - '&c&m------------' - '&a{name}' - '&eLevel {amount}' - '&c&m------------'