-
-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add flag disable-item-use to select usable items #1914
Comments
You can just use worldguard extra flags plugin for fly flags |
Hey @kokqi |
Adding multiple flag suggestions in one issue is not really helpful. disable-item-useWe currently have some ideas for WorldGuard 7.1.0 or 8.0.0 to overhaul MapFlags with fallback values. Adding a flag to disable the usage of items in a region could be added there. flyWorldGuard doesn't touch movement types at all. It doesn't modify walk speed or the ability to glide in a region. I don't think WorldGuard should modify those things at all, better use the WorldGuard API and a third party plugin. |
Hey, thanks for replying :)
I didn't know that. I thought it was worse the other way around, making a new issue for every suggestion instead of combining suggestions that are similar into one issue.
Yes, a flag to disable using certain items would be amazing :)
I forgot to update this issue, but I managed to fix this using WorldGuardExtraFlags a while ago. Edit: I updated the issue to only be about the |
The Problem
It would be great if WorldGuard had a
disable-item-use
flag.This flag could be set with strings like the
deny-spawn
flag for example, but with items that can be used.Some examples for these items would be the Elytra or some Food Items like Golden Apples or the Milk Bucket.
A Solution
/\
Alternatives
I don't really see an alternative...I didn't find any other flag that could somehow do this
Anything Else?
I guess not :)
The text was updated successfully, but these errors were encountered: