-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
CodeZhangBorui edited this page Aug 26, 2024
·
1 revision
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