Added an upload delay for Ascension boss kills under ItemUploadsAndOverflowProtection
JSON:
"AscensionDelayTime": 10 //Delay in seconds before uploading player items after boss has died. This provides an in game countdown for all players in the boss arena.
Added new supporting message to Messages that will provide a countdown until the uploads will begin.
JSON:
"AscensionUploadStarting": {
"Message": "Your items will begin uploading in {}",
"Scale": 1.0,
"DisplayTime": 2.0,
"Color": "Red"
},
(config changes to Messages and ItemUploadsAndOverflowProtection sections)