Difference between revisions of "SuperCredits:config.yml"

From PedroJM96 Wiki EN
Jump to: navigation, search
Line 16: Line 16:
 
# |  BUG REPORTS: https://www.spigotmc.org/threads/supercredits.190963/                          | #
 
# |  BUG REPORTS: https://www.spigotmc.org/threads/supercredits.190963/                          | #
 
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                          | #
 
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                          | #
# |  OFFICIAL SERVER: mc.minepal.net                                                            | #
+
# |  OFFICIAL SERVER: mc.pedrojm96.com                                                          | #
 
# |                                                                                              | #
 
# |                                                                                              | #
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################
 
 
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
 
# | For a detailed explanation of the configuration see this page.                              | #
 
# | For a detailed explanation of the configuration see this page.                              | #
 
# | http://en.wiki.pedrojm96.com/wiki/SuperCredits:config.yml                                    | #
 
# | http://en.wiki.pedrojm96.com/wiki/SuperCredits:config.yml                                    | #
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
 +
####################################################################################################
 +
 +
#Only for developers, do not modify.
 +
debug: false
  
 
#The language of the plugin messages. (ES,EN)
 
#The language of the plugin messages. (ES,EN)
Messages: EN
+
messages: EN
  
 
#Check for updates.
 
#Check for updates.
Update-Check: true
+
update-check: true
  
 
#The prefix that the plugin will show in the messages.
 
#The prefix that the plugin will show in the messages.
Prefix: '&9&lSuperCredits &8>> &7'
+
prefix: '&9&lSuperCredits &8>> &7'
 
 
#Line to send special messages.
 
Plugin-Line: '&9&m---------------------------------------------------'
 
  
 
#The command of the currency.
 
#The command of the currency.
Command: credits
+
command: credits
  
 
#The alias of the currency.
 
#The alias of the currency.
Aliases:
+
aliases:
 
- creditos
 
- creditos
 
- yourcreditname
 
- yourcreditname
  
 
#The name of the currency.
 
#The name of the currency.
Credits-Name: '&9Credits'
+
credits-name: '&9Credits'
  
 
#Name of the currency in plural.
 
#Name of the currency in plural.
Credits-Name-Plural: 'Credits'
+
credits-name-plural: 'Credits'
  
 
#Name of the currency in the singular
 
#Name of the currency in the singular
Credits-Name-Singular: 'Credit'
+
credits-name-singular: 'Credit'
  
 
#Use plugin as vaul currency.
 
#Use plugin as vaul currency.
Vault: false
+
vault: false
  
 
#The balance by default.
 
#The balance by default.
Default-Balance: 1
+
default-balance: 1
  
 
#If fireworks are sent.
 
#If fireworks are sent.
Firework: true
+
##Firework: true
  
 
#If sounds are sent.
 
#If sounds are sent.
Sound: true
+
##Sound: true
  
#For the database. Leave in false to use SQLite.
+
#For the database.
MYSQLData:
+
dataStorage:
   enable: false
+
   type: "SQLite"
 
   host: localhost
 
   host: localhost
 
   port: 3306
 
   port: 3306

Revision as of 08:53, 26 January 2019

####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# |                                                                                              | #
# |               _____                        _____              _ _ _                          | #
# |              / ____|                      / ____|            | (_) |                         | #
# |             | (___  _   _ _ __   ___ _ __| |     _ __ ___  __| |_| |_ ___                    | #
# |              \___ \| | | | '_ \ / _ \ '__| |    | '__/ _ \/ _` | | __/ __|                   | #
# |              __ _) | |_| | |_) |  __/ |  | |____| | |  __/ (_| | | |_\__ \                   | #
# |             |_____/ \__,_| .__/ \___|_|   \_____|_|  \___|\__,_|_|\__|___/                   | #
# |                          | |                                                                 | #
# |                          |_|                                                                 | #
# |                                                                                              | #
# |                                                                                              | #
# |  WIKI:        http://en.wiki.pedrojm96.com/wiki/SuperCredits                                 | #
# |  BUG REPORTS: https://www.spigotmc.org/threads/supercredits.190963/                          | #
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                           | #
# |  OFFICIAL SERVER: mc.pedrojm96.com                                                           | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #
# +----------------------------------------------------------------------------------------------+ #
# | For a detailed explanation of the configuration see this page.                               | #
# | http://en.wiki.pedrojm96.com/wiki/SuperCredits:config.yml                                    | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################

#Only for developers, do not modify.
debug: false

#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'

#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.
dataStorage:
  type: "SQLite"
  host: localhost
  port: 3306
  database: minecraft
  username: root
  password: '1234'