Added permission that allows for infinite stacking, if the stack size limit line in the config is set to true. This enables the server owner to limit infinite items to a stack size of their choice(example being 500), for players that don't have the permission.
Permission: infinityslots.unlimited
Note: Infinite stacking for everyone will continue on the server if the Stack_Size_Limit setting in the config is false.
Also added a random number tag to each infinite item so the items will not stack with each other allowing for item duplication.
Note: 1.12 and below has known issue with animal feeding infinite items.
Note: code Is in plugin to test for 1.13 and 1.14 but java version on my pc is to high to be able to run a server in these versions. If you can test the plugin in these versions feel free to contact me and let me know what you find.
Added “/infinity” command which allows you to toggle on or off the item pickup mechanic of the plugin.
Made it so infinite Projectiles such as EnderPearls, snowballs, and Eyes of Ender are not consumed on right click. Retrieving items from infinite stacks of these items are now retrievable with a left click in the air.
Made it so infinity bows don't consume infinite arrows.
Made it so non stackable items don’t stack as infinite blocks. This could lead to durability issues etc.
Made it so infinite arrows now work with bows
Other things to note:
I began working on infinite food items for feeding animals but that is still WIP
Multiple version support is coming! I have been away from my pc until only recently and have to balance work/life.
This update focuses on player death in the event they have thousands upon thousands of blocks in the form of an infinite block. A config has been added that allows the server admin to enable keeping infinite blocks in the player inventory on player death. This is useful in situations say where the player were to die in lava and lose all their items. The damage of losing an infinite block could be much greater.