Difference between revisions of "SuperCredits:config.yml"

From PedroJM96 Wiki EN
Jump to: navigation, search
(Created page with "dd")
 
Line 1: Line 1:
dd
+
<syntaxhighlight lang="YAML">
 +
####################################################################################################
 +
# +----------------------------------------------------------------------------------------------+ #
 +
# |                                                                                              | #
 +
# |              _____                        _____              _ _ _                          | #
 +
# |              / ____|                      / ____|            | (_) |                        | #
 +
# |            | (___  _  _ _ __  ___ _ __| |    _ __ ___  __| |_| |_ ___                    | #
 +
# |              \___ \| | | | '_ \ / _ \ '__| |    | '__/ _ \/ _` | | __/ __|                  | #
 +
# |              __ _) | |_| | |_) |  __/ |  | |____| | |  __/ (_| | | |_\__ \                  | #
 +
# |            |_____/ \__,_| .__/ \___|_|  \_____|_|  \___|\__,_|_|\__|___/                  | #
 +
# |                          | |                                                                | #
 +
# |                          |_|                                                                | #
 +
# |                                                                                              | #
 +
# |                                                                                              | #
 +
# |  WIKI:        http://en.wiki.pedrojm96.com/wiki/SuperCredits                                | #
 +
# |  BUG REPORTS: https://www.spigotmc.org/threads/supercredits.190963/                          | #
 +
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                          | #
 +
# |  OFFICIAL SERVER: mc.minepal.net                                                            | #
 +
# |                                                                                              | #
 +
# +----------------------------------------------------------------------------------------------+ #
 +
####################################################################################################
 +
 
 +
# +----------------------------------------------------------------------------------------------+ #
 +
# | For a detailed explanation of the configuration see this page.                              | #
 +
# | http://en.wiki.pedrojm96.com/wiki/SuperCredits:config.yml                                    | #
 +
# +----------------------------------------------------------------------------------------------+ #
 +
 
 +
#The language of the plugin messages. (ES,EN)
 +
Messages: EN
 +
 
 +
#Check for updates.
 +
Update-Check: true
 +
 
 +
#The prefix that the plugin will show in the messages.
 +
Prefix: '&9&lSuperCredits &8>> &7'
 +
 
 +
#Line to send special messages.
 +
Plugin-Line: '&9&m---------------------------------------------------'
 +
 
 +
#The command of the currency.
 +
Command: credits
 +
 
 +
#The alias of the currency.
 +
Aliases:
 +
- creditos
 +
- yourcreditname
 +
 
 +
#The name of the currency.
 +
Credits-Name: '&9Credits'
 +
 
 +
#Name of the currency in plural.
 +
Credits-Name-Plural: 'Credits'
 +
 
 +
#Name of the currency in the singular
 +
Credits-Name-Singular: 'Credit'
 +
 
 +
#Use plugin as vaul currency.
 +
Vault: false
 +
 
 +
#The balance by default.
 +
Default-Balance: 1
 +
 
 +
#If fireworks are sent.
 +
Firework: true
 +
 
 +
#If sounds are sent.
 +
Sound: true
 +
 
 +
#For the database. Leave in false to use SQLite.
 +
MYSQLData:
 +
  enable: false
 +
  host: localhost
 +
  port: 3306
 +
  database: minecraft
 +
  username: root
 +
  password: '1234'
 +
</syntaxhighlight>

Revision as of 21:49, 3 June 2018

####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# |                                                                                              | #
# |               _____                        _____              _ _ _                          | #
# |              / ____|                      / ____|            | (_) |                         | #
# |             | (___  _   _ _ __   ___ _ __| |     _ __ ___  __| |_| |_ ___                    | #
# |              \___ \| | | | '_ \ / _ \ '__| |    | '__/ _ \/ _` | | __/ __|                   | #
# |              __ _) | |_| | |_) |  __/ |  | |____| | |  __/ (_| | | |_\__ \                   | #
# |             |_____/ \__,_| .__/ \___|_|   \_____|_|  \___|\__,_|_|\__|___/                   | #
# |                          | |                                                                 | #
# |                          |_|                                                                 | #
# |                                                                                              | #
# |                                                                                              | #
# |  WIKI:        http://en.wiki.pedrojm96.com/wiki/SuperCredits                                 | #
# |  BUG REPORTS: https://www.spigotmc.org/threads/supercredits.190963/                          | #
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                           | #
# |  OFFICIAL SERVER: mc.minepal.net                                                             | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################

# +----------------------------------------------------------------------------------------------+ #
# | For a detailed explanation of the configuration see this page.                               | #
# | http://en.wiki.pedrojm96.com/wiki/SuperCredits:config.yml                                    | #
# +----------------------------------------------------------------------------------------------+ #

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

#Check for updates.
Update-Check: true

#The prefix that the plugin will show in the messages.
Prefix: '&9&lSuperCredits &8>> &7'

#Line to send special messages.
Plugin-Line: '&9&m---------------------------------------------------'

#The command of the currency.
Command: credits

#The alias of the currency.
Aliases:
- creditos
- yourcreditname

#The name of the currency.
Credits-Name: '&9Credits'

#Name of the currency in plural.
Credits-Name-Plural: 'Credits'

#Name of the currency in the singular
Credits-Name-Singular: 'Credit'

#Use plugin as vaul currency.
Vault: false

#The balance by default.
Default-Balance: 1

#If fireworks are sent.
Firework: true

#If sounds are sent.
Sound: true

#For the database. Leave in false to use SQLite.
MYSQLData:
  enable: false
  host: localhost
  port: 3306
  database: minecraft
  username: root
  password: '1234'