Player Stock is now cleared from the general store at an interval defined by world.playerstock_clear_mins (defaults to 180 minutes)
Player Stock can now be recirculated back onto the GE as bot offers when cleared if world.playerstock_bot_offers is true (defaults to true)
This commit is contained in:
@@ -284,5 +284,11 @@ class ServerConstants {
|
||||
|
||||
@JvmField
|
||||
var IRONMAN_ICONS = false
|
||||
|
||||
@JvmField
|
||||
var PLAYER_STOCK_CLEAR_INTERVAL = 1
|
||||
|
||||
@JvmField
|
||||
var PLAYER_STOCK_RECIRCULATE = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user