-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
80 lines (69 loc) · 1.76 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
System:
Default:
Currency:
Name: Dollar
NamePlural: Dollars
Minor: Coin
MinorPlural: Coins
MultiWorld: false
Account:
# Default account balance when created
Holdings: 30.0
Bank:
Price: 50
Currency: Dollar
PayDay:
Enabled: [default]
Interest:
# Enables the interest system
Enabled: false
# The interval of the system - in seconds
# 60 => 1 minute
Interval: 60
# The currencys which shall get interest
Currencys: [A,B]
# Which currency shall gain what Percentage
Percentage: [1,2]
# The maximum amount of each currency, more a user
# can't reach through interest
EndMax: [1000, 1000]
# Logs all monetary transactions passed through CraftConomy (NOT WORKING)
Logging:
Enabled: false
Convert:
Enabled: false
Type: iconomy
TableName: iConomy
DatabaseType: mysql
Address: localhost
Port: 3306
Username: root
Password: test
Database: iconomy
Database:
# Databases Supported:
##
# mysql
# - These will attempt to connect to MySQL
##
# sqlite
# - These will attempt to create & connect to SQLite
Type: 'sqlite'
# The table used for the accounts
AccountTable: 'Account'
BalanceTable: 'Balance'
# The table used for the bank
BankTable: 'Bank'
BankBalanceTable: 'BankBalance'
BankMemberTable: 'BankMember'
# The table used for currency
CurrencyTable: 'Currency'
CurrencyExchangeTable: 'CurrencyExchange'
#Modify if using MySQL
Address: 'localhost'
Port: 3306
Username: 'root'
Password: ''
Db: 'Craftconomy'
Debug:
fixName: false