minertrade/settingtypes.txt

39 lines
1.2 KiB
Text
Raw Normal View History

# MINERTRADE SETTINGS
# Only players with "salary" privilege received a daily payment.
2022-06-02 09:48:39 -03:00
# MINERTRADE:
# Allows you to print the debug information of this mod on the screen.
# Default: false
minertrade.debug (Show Minertrade Debug) bool false
2022-05-12 23:32:22 -03:00
# MINERTRADE:
# Whether the database will be BASE64 compressed.
2022-06-02 09:48:39 -03:00
# If enabled will save database bank in file '.db64',
# else in file '.tbl' without compression.
2022-05-12 23:32:22 -03:00
# Default: true
minertrade.save_compressed (Database Compressed) bool true
2022-06-02 09:48:39 -03:00
# MINERTRADE:
# Maximum record number of bank statements.
# Default: 30 | Min: 1 | Max: 300
minertrade.bank.max_statements (Maximum Record Statements) int 30 1 300
# MINERTRADE:
2022-05-12 17:03:46 -03:00
# If server will reward the player daily..
2022-06-02 09:48:39 -03:00
# Default: false
2022-05-12 23:32:22 -03:00
minertrade.salary.enabled (Daily Salary Enabled) bool true
2022-05-12 17:03:46 -03:00
# MINERTRADE:
2022-06-02 09:48:39 -03:00
# Value of the prize minercash that each player will
# receive at the end of the virtual day.
2022-05-12 17:03:46 -03:00
# Default: 1 | Min: 1
2022-05-12 23:32:22 -03:00
minertrade.salary.value (Daily Salary Value) int 1 1
2022-06-02 09:48:39 -03:00
# MINERTRADE:
# Time interval in seconds to check for rewardable players.
2022-05-12 17:03:46 -03:00
# WARNING: Decreasing this value too much can cause server lag.
2022-06-02 09:48:39 -03:00
# Default: 60 | Min: 1 | Max: 86400
minertrade.salary.intervalcheck (Interval Check Salary) int 60 1 86400
2022-05-12 17:03:46 -03:00