Skip to content

Configuration

pop4959 edited this page May 28, 2020 · 1 revision

Configuration

# Language for the plugin to use.
locale: en
tps:
  # Method of measuring server TPS. Can be "auto", "BukkitScheduler", or "TickEvent".
  implementation: auto
  # Should TPS be truncated to 20? If true, values over 20 will display with an asterisk.
  truncate: true
  # The default TPS intervals which the plugin will keep track of. Large intervals may cause high RAM usage.
  intervals:
    shortest: "10 seconds"
    short: "1 minutes"
    normal: "5 minutes"
    long: "15 minutes"
    longest: "1 hours"
  # Color for TPS under specific values.
  tpsColor:
    default: green
    '18': yellow
    '16': red
  # Color for ticks over certain values.
  tickColor:
    default: red
    '62': yellow
    '55': green
# Print debug information in console.
debug: false
Clone this wiki locally