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:
Ceikry
2023-05-31 08:35:50 +00:00
committed by Ryan
parent 47576b63f0
commit 7b0c1b0b9b
3 changed files with 22 additions and 3 deletions
+6
View File
@@ -284,5 +284,11 @@ class ServerConstants {
@JvmField
var IRONMAN_ICONS = false
@JvmField
var PLAYER_STOCK_CLEAR_INTERVAL = 1
@JvmField
var PLAYER_STOCK_RECIRCULATE = true
}
}