mirror of
https://gitlab.com/lunovox/minertrade.git
synced 2025-03-15 13:31:21 +00:00
23 lines
780 B
Text
23 lines
780 B
Text
# MINERTRADE SETTINGS
|
|
# Only players with "salary" privilege received a daily payment.
|
|
|
|
# MINERTRADE:
|
|
# If server will reward the player daily..
|
|
# Default: true
|
|
minertrade.payday.enabled (Daily Salary Enabled) bool true
|
|
|
|
# MINERTRADE:
|
|
# Value of the prize minercash that each player will receive at the end of the virtual day.
|
|
# Default: 1 | Min: 1
|
|
minertrade.payday.value (Daily Salary Value) int 1 1
|
|
|
|
# MINERTRADE:
|
|
# Time interval in seconds to check for rewardable players.
|
|
# WARNING: Decreasing this value too much can cause server lag.
|
|
# Deafault: 60 | Min: 1
|
|
minertrade.payday.interval (Interval Check Salary) int 60 1
|
|
|
|
# MINERTRADE:
|
|
# Allows you to print the debug information of this mod on the screen.
|
|
# Default: false
|
|
minertrade.debug (Show Minertrade Debug) bool false
|