Skip to content

Configuration

CodeZhangBorui edited this page Aug 26, 2024 · 1 revision

Default configuration

ranks:
  # Whether or not to show the leaderboard
  mining_rank: true
  placing_rank: true
  online_time_rank: true
  death_rank: false
  # Time to switch between different rankings
  switch_interval: 15
  # To ignore usernames in the leaderboard, with regex
  ignore_username_regex: "Input_a_regex_here_to_ignore_specific_usernames"

storage:
  # Filename of the database
  database: "database.db"
  # How often to write data to the database
  save_interval: 60

leaderboards:
  # Custom leaderboards' title
  mining_rank: "Mining"
  placing_rank: "Placement"
  online_time_rank: "Online Time"
  death_rank: "Death"
  # How many players that shows on the leaderboard
  max_leaderboard_size: 10

Configuration switch_interval

switch_interval_show

Configuration max_leaderboard_size

max_leaderboard_size_show

Install - Get Started

Clone this wiki locally