income update!

This commit is contained in:
Nathaniel Freeman
2021-08-06 16:43:05 +02:00
parent 7f7d2994b1
commit ff78de484f
5 changed files with 470 additions and 4 deletions
+14 -2
View File
@@ -1,3 +1,15 @@
#If true bank can be crafted
emeraldbank_craft (bank craft) bool true
# If true bank can be crafted
emeraldbank.craft (bank craft) bool true
# If true, bank will give emeralds to players for gamed time
emeraldbank.income_enabled (Is income enabled?) bool true
# Number of emeralds given as income
emeraldbank.income_count (number of emeralds) int 1
# Length of time (in seconds) between checking if a user should get income
emeraldbank.income_period (time between income) int 600
# Bank will give some of money extra in function of emeralds in bank account. That is the max.
emeraldbank.max_bank_give (max extra emeralds) int 100