
InventoryStacks
Change the amount of each item you can hold in one slot. It allows you to change the default 64 stack size for any item.
3.4K
22
- Removed some dependencies from plugin.yml as not required.
- Removed explicit support for geyser as its not required.
- Removed this entire section from the config file:
# Bedrock clients connected through Geyser/Floodgate are more reliable with # global Material stack sizes than per-item ItemMeta stack size components. # When TRUE and Geyser/Floodgate is installed, this automatically uses legacy # reflection stack handling even on Minecraft 1.20.5+. geyser-support: auto-use-legacy-reflection: true- Fixed when using left click on totems in offhand and it causing items to be changed into totems.
- Fixed when using shift click on totems in offhand and it causing items to be changed into totems.
- Added some extra checks to totem fixes.
- Fixed /stack throwing error on newer mc versions.
- Fixed offhand totem stacking not working properly with totems.
- Fixed an NMS Reflection issue (method/field lookup now scans by return type) [courtesy Jessica].
- Added a version check for the bundle fix.
- Added an edge case where items had already been stackable before and still causing glitches in bundles.
- Added some temporary code that prevents damageable and stackable items from being placed into a bundle.
This was previously causing client crashes and items to be completely lost due to 1.20.5+ changes.
I am currently working on a fix that will allow players to interact with bundles.
- Added a new item stack merging feature courtesy of CodeNameJessica (they created everything).
- Added an entire config section dedicated to item stack merging (holograms, radius, timeout, and more).
- Improved checks for WorldGuard legacy api (instead of server version).
- Improvements to the /stacks reload command.
- Slight clean-up to pom.xml file.
- Massively reduced plugin size.
- Added a check when enabling WorldGuard to check server version (can only be used on modern API 1.20.5+).
- Added option for new permission based logic on player stacking, does not include non-player events (can only be used on modern API 1.20.5+).
- Added config logic for new permission which is disabled by default.
- Added an additional stack clean up option for players without permission.
- Added WorldGuard regions to only allow stacking in specific regions.
- Added WorldGuard option for hopper support (disabled by default to help lag).
- Added WorldGuard seperate clean up option to fix stacks not inside of regions.
- Added CodeNameJessica to authors and list of contributors.
- Fixed an issue with the config file not loading correctly.
- Fixed an issue with XMaterial not working on latest version.
- Removed XMaterial as a shaded resource and put inside the code.
- Improved the pom.xml file to not include XSeries.
- Updated version reference to latest 26.1.
Following fixes courtesy of of Szabee13...
- Updated plugin version to latest spigot version.
- Added item groups to make it easier to configure the plugin.
- Added a fix for totem handling in offhand.
- Added support for Geyser and Floodgate.
- Fixed cooper and hopper loops causing spam.
Misc...
- Added Szabee13 to list of authors.
- Added a new option "auto-stack-cleanup" which cleans up stacks which aren't listed in config file but have custom stack amount.
- Cleared up some config values.
- Made some of the config options more clear and understandable.
- Slightly improved areas of the code.
- Removed some shaded dependency files that aren't required.
- Slight performance improvement.
- Fixed an issue with giving damageable items.
- Fixed the major issue of container items not displaying correct value for version 1.20.5+.
- Moved config values around and made it cleaner.
- Removed a lot of unnecessary classes.
- Removed a config setting that was never actually used.
- Added an additional check for number format exception on /give command.
- Added "use-legacy-reflection" option to config for newer versions.
- Updated plugin to version 1.21.11.
- Added a text file that lists all material types.
- Added some additional checks to regex.
- Added config option "prevent-shift-combining-damageable-items" to stop the glitch on 1.8-1.16.
- Improved the code layout.
- Improved performance across plugin.
- Fixed some of the latest material types not working.
- Fixed a lot of issues with stacking inside of brewing stands.
- Fixed all blocks for versions 1.8-1.20.
- Fixed waterlogging dirt removing an entire stack on 1.19+.
- Fixed emptying a bucket throwing error in 1.8.
- Fixed emptying a bucket into a cauldron in 1.8.
- Fixed damageable items being combined with shift on 1.8-1.16.
- Fixed collisions issues across older versions.
- Fixed villager trading not working on 1.21.11.
- Added support for spigot version 1.21.4.
- Added version info when a version is not supported.
- Fixed a minor issue with the paper jar version being incorrect.
- Fixed an error in console related to anvils.
- Added 1.21.4 support for paper, spigot, folia and purpur.
- Added direct support to folia.
- Added a server type check that is displayed on startup (Paper, Purpur, Spigot or Folia).
- Added a new option in the config ("item-change-delay" since this is different on each server type).
- Fixed paper details not being correctly loaded.
- Fixed a MAJOR issue of certain material types affecting others.
- Fixed duplicating buckets on version 1.21 and above.
- Fixed buckets from furnaces launching randomly.
- Improved overall code readability/functionality.
- Added support for version 1.21.3.
- Fixed incorrect version values for paper.
- Fixed stacked rabbit stew, suspicious stew and beetroot soup.
- Fixed stacked buckets of axolotl, cod, pufferfish, tropical fish and salmon.
- Fixed stacked milk buckets not giving the empty bucket.
- Fixed stacked powdered snow buckets not working correctly.
- Fixed when smelting stacked lava buckets (now drops a bucket).
- Fixed water and lava bucket logic not working correctly.
- Fixed water logging blocks not being applied.
- Fixed a duplication glitch when putting music discs inside jukebox.
- Many improvements to the code.
- Added hopper transfer support for paper versions 1.20.4+.
- Added a check to make sure it is the brewing stand inventory being clicked.
- Fixed an issue with a limited amount of hopper transfer items breaking brewing stands.
- Fixed a duplication glitch that could occur when spamming potions in a brewing stand.
1
