# -----------------------------------------------------
# The StatsAPI manages the statistics
# of your players. You can set which
# statistics you want to save in this config.
#
# You can choose between the following types.
# KILLS, DEATHS, BROKEN_BLOCKS, PLACED_BLOCKS, DUMMY
#
# The dummy type can be changed by plugins.
# Only enter this type if the plugin requires it.
#
# This plugin was written by Buchstabet
# -----------------------------------------------------
# The statistics to be included are entered in this list.
RecordedStats:
Kills: 'KILLS'
Deaths: 'DEATHS'
Placed: 'PLACED_BLOCKS'
Broken: 'BROKEN_BLOCKS'
# By which type should the statistics be sorted.
Ranking: 'Kills'
# How often should the ranking be reloaded.
# In minutes.
Reload: 10
# How many heads should the Top Wall have?
Heads: 5
# In which game mode is this instance of StatsAPI running?
GameMode: 'BedWars'
# What should be the name of the command with which you can see the stats?
Command: 'stats'