mirror of
https://github.com/freekode/mod-reward-played-time-improved.git
synced 2026-01-13 00:28:34 +00:00
Added more options to reward system. Players now can change the min and max time the roll will take place.
This commit is contained in:
@@ -12,4 +12,18 @@ RewardSystemEnable = 1
|
||||
# Description: Can alter the max roll for players
|
||||
# Default: 1000 - (Enabled)
|
||||
#
|
||||
MaxRoll = 1000
|
||||
MaxRoll = 1000
|
||||
|
||||
#
|
||||
# MinTime
|
||||
# Description: Min Time in Hours before the random roll will take place
|
||||
# Default: 2
|
||||
#
|
||||
MinTime = 2
|
||||
|
||||
#
|
||||
# MaxTime
|
||||
# Description: Max Time in Hours before the random roll will take place
|
||||
# Default: 4
|
||||
#
|
||||
MaxTime = 4
|
||||
Reference in New Issue
Block a user