MCHPR / MCHPRS

A multithreaded Minecraft server built for redstone.
MIT License
1.59k stars 69 forks source link

Add worldedit //shift command #41

Closed tyler569 closed 3 years ago

tyler569 commented 3 years ago

This duplicates a behavior of the original WorldEdit mod that I use a lot, to shift both points of a selection by a number of blocks without moving anything.

Mechanically, this is based significantly on //expand, with just a different interior function that moves both points instead of one.

AL1L commented 3 years ago

Although this looks good, probably shouldn't add a whole lot more WE commands, don't want to have a lot of bloat.