Difference between revisions of "SuperStats:config.yml"

From PedroJM96 Wiki EN
Jump to: navigation, search
(Created page with "g")
 
 
Line 1: Line 1:
g
+
<syntaxhighlight lang="YAML">
 +
####################################################################################################
 +
# +----------------------------------------------------------------------------------------------+ #
 +
# |                  _____                      _____ _        _                                | #
 +
# |                / ____|                    / ____| |      | |                              | #
 +
# |                | (___  _  _ _ __  ___ _ _| (___ | |_ __ _| |_ ___                          | #
 +
# |                \___ \| | | | '_ \ / _ \ '__\___ \| __/ _` | __/ __|                        | #
 +
# |                ____) | |_| | |_) |  __/ |  ____) | || (_| | |_\__ \                        | #
 +
# |                |_____/ \__,_| .__/ \___|_| |_____/ \__\__,_|\__|___/                        | #
 +
# |                            | |                                                              | #
 +
# |                            |_|                                                              | #
 +
# |                                                                                              | #
 +
# |                                                                                              | #
 +
# |                                                                                              | #
 +
# |                                                                                              | #
 +
# |  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.                              | #
 +
# | http://wiki.pedrojm96.com/wiki/SuperStats:config.yml                                        | #
 +
# +----------------------------------------------------------------------------------------------+ #
 +
 
 +
#The language of the plugin messages (ES,EN).
 +
messages: EN
 +
 
 +
#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.
 +
dataStorage:
 +
  enable: true
 +
  host: localhost
 +
  port: 3306
 +
  database: minecraft
 +
  username: root
 +
  password: ''
 +
</syntaxhighlight>

Latest revision as of 19:14, 10 February 2018

####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# |                  _____                       _____ _        _                                | #
# |                 / ____|                     / ____| |      | |                               | #
# |                | (___  _   _ _ __   ___ _ _| (___ | |_ __ _| |_ ___                          | #
# |                 \___ \| | | | '_ \ / _ \ '__\___ \| __/ _` | __/ __|                         | #
# |                 ____) | |_| | |_) |  __/ |  ____) | || (_| | |_\__ \                         | #
# |                |_____/ \__,_| .__/ \___|_| |_____/ \__\__,_|\__|___/                         | #
# |                             | |                                                              | #
# |                             |_|                                                              | #
# |                                                                                              | #
# |                                                                                              | #
# |                                                                                              | #
# |                                                                                              | #
# |  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.                               | #
# | http://wiki.pedrojm96.com/wiki/SuperStats:config.yml                                         | #
# +----------------------------------------------------------------------------------------------+ #

#The language of the plugin messages (ES,EN).
messages: EN

#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. 
dataStorage:
  enable: true
  host: localhost
  port: 3306
  database: minecraft
  username: root
  password: ''