added new machines
This commit is contained in:
parent
ceb168de55
commit
8603834f56
35 changed files with 2223 additions and 1204 deletions
11
settingtypes.txt
Normal file
11
settingtypes.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Bank Accounts - Payroll Settings
|
||||
bank_accounts.payroll_enabled (Enable Payroll System) bool true
|
||||
bank_accounts.creative_payroll_enabled (Enable Payroll for Creative Players) bool true
|
||||
bank_accounts.payroll_amount (Payroll Amount in MG) int 10 1 10000
|
||||
bank_accounts.payroll_period (Payroll Period in Seconds) int 720 60 86400
|
||||
|
||||
# Bank Accounts - Interest Settings
|
||||
bank_accounts.interest_enabled (Enable Daily Interest) bool true
|
||||
bank_accounts.interest_rate_balance (Interest Rate on Balance e.g. 0.005) float 0.005
|
||||
bank_accounts.interest_rate_credit (Interest Rate on Credit Debt e.g. 0.03) float 0.03
|
||||
bank_accounts.interest_check_interval (Interest Check Interval in Seconds) int 600
|
||||
Loading…
Add table
Add a link
Reference in a new issue