Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more
Change the amount of each item you can hold in one slot.
+ 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.
+ 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.
+ 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.
+ 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.
+ Added support for brewing stands for versions 1.18-1.20.6.
+ Added a check for hoppers moving potions into brewing stands so these now do not stack on lower versions.
+ Added "one-potion-per-slot" option in config for versions lower than 1.18 for potion brewing.
+ Added a lot more checks for inventory update method to be called on lower versions (more efficient).
+ Fixed the "default-stack-type" typo in the config (old value will still work).
+ Fixed lower versions having "SPLASH_POTION" in the default config.
+ Fixed some event priority values.
+ Fixed stacking ALL items in inventory on lower versions.
+ Temporarily prevented villager trading with items that have modified stack sizes as this was glitched.
+ Updated the front page with a list of known issues.
+ Changed to plugin to BETA version as still need to spend time fixing a few different issues.
+ Fixed the /stack command with versions lower than 1.9.
+ Added a check for ignoring cancelling events.
+ Fixed plugin not working on lower versions of Java.
+ Fixed an issue with /give with the amount of 1 saying not stackable.
+ Fixed an issue with searching for items in lowercase (which didn't exist).
+ Fixed an issue with supporting lower versions.
+ Added support for Java version 8+.
+ Fixed an issue with /give and using "minecraft:" in the front.
+ Fixed an issue with /give launching errors.
+ Fixed an issue with stacking items being greater than the max stack (will now separate them).
+ Fixed stacking items in an anvil, you could stack unlimited items and make them all have same enchants, etc.
+ Added an option in the config to "disallow-stacked-anvil-items".
+ Fixed damageable items such as tools breaking on version 1.21.
+ Fixed using /give with damageable items.
+ Added support for version 1.21.1
+ Cleaned up some more code.
+ Fixed an issue with "max-stack-for-all-items" when setting a separate item in "items" section.
+ Changed "max-stack-for-all-items" so you can still use the "items" section with a custom stack amount.
+ Added regex support for all item type names in "items" section.
+ Fixed an issue with executing stack command from console.
+ Fixed a minor issue with config wording.