michaelzangl / minebot

Minebot
GNU General Public License v3.0
144 stars 48 forks source link

Feature Request #199

Closed Sizzlelgs closed 7 years ago

Sizzlelgs commented 7 years ago

Not a huge request, but instead of having to mark two locations (pos1 and pos2) perhaps something along the lines of /minebot clearcube 30

That would dig a 30 x 30 x 30 cube starting where you stand.

michaelzangl commented 7 years ago

This is what scripts are for. Store this in a new text file your minebot/scripts directory. Because every user wants something else (a flat area, fixed Y, ...)

/minebuild pos1 ~-30 ~-30 ~-30
/minebuild pos2 ~30 ~30 ~30
/minebuild clear

Then use /minebot run filename.txt. Tab complete is your friend