Wands do not get tagged as bound to a player until they hold it, and items detected wand_undroppable/wand_unstashable rely on that tag
malonnnn opened this issue ยท 3 comments
It is, but I think I would only like to fix part of this....
Wands not binding until held is intentional, to allow mods or other players to give someone a bound wand.
However, them being droppable or stashable is (I think) a recent bug, I will look into that part.
Please let me know if the auto-binding part is important to you, I could probably add a separate option, but it is something that can be a little frustrating when trying to give wands to players.
It just occurred to me that there's a good work-around for this for now- try adding this to your config.yml:
# Commands like /mgive and /wand will bind wands to players
bind_on_give: true