forked from Mirrorlandia_minetest/emeraldbank
16 lines
565 B
Plaintext
16 lines
565 B
Plaintext
|
|
# 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
|