other.yml

Other options

Other options

Refresh frequencies

refresh_frequencies:
  alltime: "alltime"
  hourly: "hourly"
  daily: "daily"
  weekly: "weekly"
  monthly: "monthly"
  yearly: "yearly"

The formatting for %refreshFrequency%

Time Units

time_units:
  years: "y "
  months: "mo "
  days: "d "
  hours: "h "
  minutes: "m "
  seconds: "s"

The formatting for time units used in %scoreFormattedTicks/Seconds/Minutes/Days%

Open When Empty

open_when_empty: BOOLEAN # true / false

Whether to open the menu even if there are no players to display.

Number Formatter

Settings

decimal_separator: '.'

The character used for separating decimals e.g. 1.234.

grouping_separator: ','

The character used for separating thousandths place e.g. 1,234.56.

min_fraction_digits: 0

The minimum amount of digits after the decimal separator.

max_fraction_digits: 2

The maximum amount of digits after the decimal separator.

Thresholds

You can format any number with their custom short version, e.g. 1000 β†’ 1K

thresholds:
  thousand:
    threshold: 1000.0
    lowercase: "k"
    uppercase: "K"

Search Sign

material: MATERIAL # ONLY SIGN MATERIALS

The sign material used for searching for entries.

layout:
  - ""
  - "^^^^^^^^^^^^^^^"
  - "Search"
  - ""

The first line of the layout is used for input

Last updated