PlayerStats/src/main/resources/config.yml

47 lines
1.1 KiB
YAML

# PlayerStats Configuration
# ------ General Options -------
# The maximum number of entries displayed in the top list
top-list-max-size: 10
# --- Format & Color Options ---
# --------- format -------------
# If true, the top list will be aligned with lines of dots so that the stat numbers are all underneath each other
use-dots: true
# ---------- color -------------
# The colors below can be chat colors or hex codes if your server supports those (Bukkit does not, Spigot and further forks do)
# Make sure to put hex codes between quotation marks! (format: '#xxxxxx')
individual-statistics:
player-names: gold
stat-names: yellow
sub-stat-names: yellow
stat-numbers: white
top-list:
player-names: green
stat-names: yellow
sub-stat-names: yellow
stat-numbers: white
list-numbers: gold
dots: dark_gray
# This provides additional styling options (italic/underline/bold, and yes, even magic)
individual-statistics-style:
player-names: none
stat-names: none
sub-stat-names: none
stat-numbers: none
top-list-style:
player-names: none
stat-names: none
sub-stat-names: none
stat-numbers: none
list-numbers: none