issues
search
Tourmi
/
mc-server-side-vein-miner
A mod for Minecraft which allows to instantly mine veins
GNU General Public License v3.0
1
stars
1
forks
source link
Undo an SVMM action
#46
Open
Tourmi
opened
4 months ago
Tourmi
commented
4 months ago
Feature
We should be able to type in
/svmm undo
to undo a
/svmm tunnel
or a
/svmm force
Impact
Features like #26 would be less scary to implement.
Implementing an undo command is its own can of worms
What if blocks were placed there since?
How to we deal with cascading changes? (ie: plants or gravel were on top of dirt that was mined)
How do we tell what items the player got, and remove them from their inventory? What if they dropped the items?
Feature
/svmm undo
to undo a/svmm tunnel
or a/svmm force
Impact