-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Connections Command #313
Comments
Paintsplatters suggested to add:
(Or maybe This would essentially run |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Basically I like this idea. No matter all praxis problems at here. Maybe the normal direction check are simple to implement.
Bukkit has more than one update behaviors, as I know. So it needs tests to find the right way to update the blocks correctly. |
I think this is a huge need. I often enjoy the feature of avoiding block updates (like using Lapisdemon's Bonus), but still run into situations where this command would be really useful. |
I see a pull request for this has been made for a while now, when will it be merged? This is one of the most important features this amazing plugin has been lacking for years now! |
Once it's been reviewed + approved ¯\_(ツ)_/¯ |
I see all the commits above from the past weeks all being verified but the issue still open. Has this still not been merged? |
Issue
Whenever you paste in a block with connections (Example:
//paste spruce_fence
,//replace air iron_bars
), the block does not have any connections.Solution
I would like a
//update
command. This would update every single block in a region and set connections if it should have connections.Alternate explanation:
Need a 3rd one? From this:
to this:
Extra
Possible arguments are
//update dir[south,west,north,east]
which could specify which directions are allowed.Blocks that should have connections:
The text was updated successfully, but these errors were encountered: