## Using all of the Stacked items at once!?

Example; When I set the stack size for keycards to 10. Put all of them into my Hotbar and use them on a door, all at once will be "used" and lose durability.

This is not a StackModifier issue or bug! You have another plugin on your server that is causing this result!

Look for any plugins using this hook and remove them to see for yourself. If a plugin is causing this then it wasn't coded properly and that developer needs to fix it. So please go create a support thread for them to be notified about the problem on their plugin page.

int OnItemUse(Item item, int amountToUse)
{
    Puts("OnItemUse works!");
}

 

## My Server Vendors "Fishing Villiage" are selling 1 item as my stack amounts!?

For example; When you allow Diving Fins, Mask, Diving Tanks, etc to stack, it alters the selling stacks at the fishing village. I had mine set to 10, then players were able to purchase 10 at a time.

This is not a StackModifier issue or bug! You have another plugin on your server that is causing this result!

If a plugin is causing this then it wasn't coded properly and that developer needs to fix it. So please go create a support thread for them to be notified about the problem on their plugin page.