This commit is contained in:
commit
82aea283b7
45 changed files with 2134 additions and 0 deletions
14
settingtypes.txt
Normal file
14
settingtypes.txt
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Is income enabled?
|
||||
currency.income_enabled (Is currency income enabled?) bool true
|
||||
|
||||
# Is income enabled for creative players?
|
||||
currency.creative_income_enabled (Is income enabled for creative players?) bool true
|
||||
|
||||
# Item that is given as income by the currency mod
|
||||
currency.income_item (Currency income item) string currency:minegeld_10
|
||||
|
||||
# Number of items given as income
|
||||
currency.income_count (Currency income item) int 1 1 65535
|
||||
|
||||
# Length of time (in seconds) between checking if a user should get income
|
||||
currency.income_period (Currency income period) int 720
|
||||
Loading…
Add table
Add a link
Reference in a new issue