We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to block being able to put shulkers into enderchests.
The perfect solution would be to use the blacklist feature of WorldGuard. https://worldguard.enginehub.org/en/latest/blacklist/
Even better, if its just adapted to allow blocking putting X item into Y container, then we can have all sorts of unique possabilities for gameplay.
New event for blacklist, something like enderchest-in and enderchest-out (and do the same for all containers)
enderchest-in
enderchest-out
Then it would be something like
[BLACK_SHULKER_BOX, BLUE_SHULKER_BOX] enderchest-in=deny,tell
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Problem
I want to block being able to put shulkers into enderchests.
The perfect solution would be to use the blacklist feature of WorldGuard.
https://worldguard.enginehub.org/en/latest/blacklist/
Even better, if its just adapted to allow blocking putting X item into Y container, then we can have all sorts of unique possabilities for gameplay.
A Solution
New event for blacklist, something like
enderchest-in
andenderchest-out
(and do the same for all containers)Then it would be something like
Alternatives
No response
Anything Else?
No response
The text was updated successfully, but these errors were encountered: