Skip to content

Releases: AnExiledDev/StackSizeController

Release v4.1.1

05 Jan 13:48

Choose a tag to compare

  • Provides additional information when vanilla defaults can't be downloaded correctly.
  • Fix for AllowStackingItemsWithDurability not working correctly if items were previously changed.
  • Removed duplicate code.

Release V4.1.0

28 Dec 02:20

Choose a tag to compare

Changelog

  • Fix for helicopters spawning with more fuel than default, thanks for @WheteThunger (WhiteThunder). (Minor version increase is because I consider this a feature more than a fix)
  • Pretty sure I fixed GetStackSize errors, let me know if I didn't, wasn't able to reproduce after the change.
  • Fix for items like coal and some construction items from stacking. Might make container stacking more reliable as well.

Release v4.0.0

24 Dec 04:20
1a5b934

Choose a tag to compare

Important Notes

  • Datafiles are no longer used except vanilla defaults, do not edit this file, it is overwritten everytime the plugin is loaded.
  • Stacksizes are defined in the configuration in setting IndividualItemStackSize instead of datafile. Values are generated on plugin load.
  • Multiple configuration values have been removed.

Changelog

  • Removed main datafile, only vanilla-defaults exists, and is overwritten on every plugin load.
  • No longer conflicts with other plugins.
  • Removed PreventStackingDifferentSkins, DisableDupeFixAndLeaveWeaponMagsAlone and CategoryStackHardLimits from configuration.
  • IndividualItemStackHardLimits is replaced by IndividualItemStackSize.
  • Removed all anti-dupe functionality due to volatility and issue being very minor.
  • Vanilla defaults is downloaded from the github repo, which greatly increases stability of unloading the plugin.

Release v3.4.0

16 May 21:39
bd9a6e0

Choose a tag to compare

NOTICE: Potentially volatile update, which is why the minor version change, I'm using a new hook which may be a little more viable but I'm not entirely sure how often it's run on a populated server, and may conflict with other plugins using the hook (but really shouldn't.)

  • Fixed attachments being removed when moving to an empty slot.
  • Fixed more attachment shenanigans.
  • Water goes poof less often. (Reminder though that you can't stack things containing water. If you want this limit hardcoded so water won't stack with a config option let me know.)
  • Moved CanStackItem functionality into CanMoveItem, and removed CanStackItem functionality. Should increase compatibility and stability. However there may be new plugin conflicts or performance issues potentially, please report anything you notice.

Release v3.2.2

01 Apr 22:03

Choose a tag to compare

  • Resolved KeyNotFoundException