####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# | _____ _____ _ _ | #
# | / ____| / ____| | | | | #
# | | (___ _ _ _ __ ___ _ _| (___ | |_ __ _| |_ ___ | #
# | \___ \| | | | '_ \ / _ \ '__\___ \| __/ _` | __/ __| | #
# | ____) | |_| | |_) | __/ | ____) | || (_| | |_\__ \ | #
# | |_____/ \__,_| .__/ \___|_| |_____/ \__\__,_|\__|___/ | #
# | | | | #
# | |_| | #
# | | #
# | | #
# | | #
# | | #
# | WIKI: http://wiki.pedrojm96.com/wiki/SuperStats | #
# | BUG REPORTS: https://www.spigotmc.org/threads/superstats.256091/ | #
# | AUTHOR: PedroJM96 (pedrojm96.com) | #
# | OFFICIAL SERVER: mc.minepal.net | #
# | | #
# +----------------------------------------------------------------------------------------------+ #
# | For a detailed explanation of the configuration see this page. | #
# | https://pedrojm96.com/minecraft-plugin/superstats/ss-config-yml/ | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################
 
#The language of the plugin messages (ES,EN).
messages: EN
 
#The prefix that the plugin will show in the messages.
prefix: '&d&lSuperStats &8>> '
 
#The name of the server where the plugin is.
server-name: none
 
#To activate the internal collectors of the SuperStars plugin.
localstats: true
 
#Check for updates.
update-check: true
 
#For the database.
data-storage:
enable: false
host: localhost
port: 3306
database: mine
username: root
password: ''