emeraldbank/settingtypes.txt

24 lines
750 B
Plaintext
Raw Permalink Normal View History

2021-07-22 22:33:41 +02:00
2023-08-25 17:06:28 +02:00
[Bank]
2023-08-18 05:25:17 +02:00
2021-08-06 16:43:05 +02:00
# If true bank can be crafted
emeraldbank.bank_craft (bank craft) bool true
2023-08-25 17:06:28 +02:00
# Number of emeralds on start
emeraldbank.start_balance (emeralds on start) int 30
2023-08-18 05:43:36 +02:00
# Length of time (in seconds) between checking if a player has had their start balance
emeraldbank.start_balance_period (time till start balance earned) int 1800
2021-08-06 16:43:05 +02:00
# 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 player should get income
2021-10-05 20:55:38 +02:00
emeraldbank.income_period (time between income) int 1800
2024-06-29 17:43:54 +02:00
# Show inventory tab
emeraldbank.inv_tab (Show inventory tab) bool true