Permissions
Is it possible to add a permission to wands? So that players can't use a specific wand unless they have permissions? I can't seem to find anything in the wiki's.
Yup! It's magic.wand.use.<wandid>
Oh I see, its not possible to make it so that every wand is locked until someone obtains that permission?
If your permission plugin supports negation, you would add to the default group -Magic.wand.use.* to deny use of any wand. Then adding back in the positive permission for each wand you want them to use, to the user themselves or some other higher-priority group.
Okay thank you!! :D
this is super helpful