Items+

Paid Items+ 3.05 Beta 2

No permission to buy ($29.99)
This resource is paid, and requires to be purchased
Items+ v3.05 Beta 2
Server API 3.51+ Required and Visual C++ 2022 Runtime Files Required

* Added upload slot cap limit setting to ItemUploadsAndOverflowProtection
Code:
json
"MaxUploadSlots": -1, //-1 disables slot cap limit //0 will basically disable using `/upload` command //1+ will limit the number of slots that can be uploaded to what you set for the `/upload` command //transferring will still work and upload items regardless of this limit
* Added new slot cap message to Messages
JSON:
    "UploadLimitReached": {
      "Message": "Upload limit of {} item slots would be exceeded by uploading {} item slots.\nFree up {} item slots in your inventory to continue uploading.",
      "Scale": 1.5,
      "DisplayTime": 10.0,
      "Color": "Red"
    }
* Fixed compiler issue from Beta 1 causing loading to fail

(config changes to Messages and ItemUploadsAndOverflowProtection)
Items+ v3.04
Server API 3.51+ Required and Visual C++ 2022 Runtime Files Required

Increased upload speed 3x to match download speed.
roughly 10 seconds for a full inventory

(no config changes)
Items+ v3.03
Server API 3.51+ Required and Visual C++ 2022 Runtime Files Required

Upload immunity is force removed after 30 seconds now to prevent a pvp exploit.

(no config changes)
Items+ v3.02
Server API 3.51+ Required and Visual C++ 2022 Runtime Files Required

Fixed - Removing WeightReducedByPercent from the General section would cause a weight display issue when using the companion mod.
Setting "WeightReducedByPercent": 0 will also fix the issue in 3.01

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)
Back
Top