forked from AddstarMC/craftconomy3
-
Notifications
You must be signed in to change notification settings - Fork 8
config.yml
Paul Vogel edited this page Nov 26, 2018
·
1 revision
System:
Setup: true
QuickSetup:
Enable: false
Currency:
Name: Dollar
NamePlural: Dollars
Minor: Coin
MinorPlural: Coins
Sign: $
StartBalance: 100.0
PriceBank: 200.0
#Available values: Long, small, majoronly, sign
DisplayMode: long
Colors:
CurrencyMajorColor: &6
CurrencyMinorColor: &7
CheckNewVersion: true
Case-sentitive: false
CreateOnLogin: false
# Disable send message to player about money received
SilentGiveCommand: false
# Logs all monetary transactions passed through CraftConomy in a table.
Logging:
Enabled: false
Database:
# Databases Supported:
##
# mysql
# - These will attempt to connect to MySQL
##
# h2
# - These will attempt to create & connect to H2
Type: 'h2'
#Modify if using MySQL
Address: 'localhost'
Port: 3306
Username: 'root'
Password: ''
Db: 'Craftconomy'
Prefix: 'cc3_'
#Used when you come from H2 and want a MySQL database
ConvertFromSQLite: false
#the database revision
dbVersion: 0