Remove an item from a stack
What I want to do is remove 1 item from the stack of items in the players hand. When this command runs it will be because they are using a custom item and it should be consumed. If there is only 1 item in their hand it should be completely removed, otherwise the number of items in the stack should be decremented by 1.