Fix typo
This commit is contained in:
parent
3d680b7f2c
commit
0b87fec8b4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ use-spark=true
|
|||
# You can disable any metric that registered via MetricRegistry (all metrics by default) using the settings below
|
||||
# Names of properties consist of "enabled" and metric name without prefix and "_" replaced with "-"
|
||||
# For example, if you want to disable "minecraft_players_online", you should set "enable-players-online" to "false"
|
||||
# If you can't find property for some metrics, you can manually add them
|
||||
# If you can't find property for some metrics, you can manually add it
|
||||
# All metrics are enabled by default
|
||||
|
||||
# Exports amount of currently loaded chunks on server
|
||||
|
|
Loading…
Reference in a new issue