#Item stacking issue
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Hi, I have a gui where players can click a helmet and get a helmet, the command used is ran from console and is give %player_name_ NETHERITE_HELMET 1
My issue is that when clicking the helmet again it stacks on top of the already given helmet, how can I place it in a free spot in the players inventory instead of stacking?
Essentials has a stack setting in config iirc, or a permission
Try to set it to false / negate the permission
Will check this