minebot icon indicating copy to clipboard operation
minebot copied to clipboard

I have minebot mining

Open Logic6497 opened this issue 6 years ago • 2 comments

How do I get it to do /back on death (Sorry for the basic questions really trying to learn about this thing) Thanks!

Logic6497 avatar Jun 12 '18 05:06 Logic6497

Do a `/minebot stop on death``(or similar, don't remember the exact command) in a stack of commands (must be above the other commands)

michaelzangl avatar Jun 14 '18 18:06 michaelzangl

Easy.

if (!minescript.isAlive()) { minescript.doStrategy(minescript.strategy("minebot", "respawn")); pause(1); minescript.serverCommand("/back"); }

This can also be done with a simple script but i would have to test it. Not sure if /minebot respawn works outside of the javascript api. maybe use /minebot stop on death stacked with /minebot respawn then /back.

nightscloud2 avatar Aug 09 '18 18:08 nightscloud2