michaelzangl / minebot

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

Running a command every few minutes/seconds #258

Open Zulkey opened 5 years ago

Zulkey commented 5 years ago

Using this bot to mine ores on a server. The server has a command to repair the pickaxe. Is it possible to have the /minebot mine command and then like every 180seconds it does the repair command?

michaelzangl commented 5 years ago
repeat:
stack:
/minebot stop after 180
/minebot stop on fullinv
/minebot stop on death
/minebot mine
stack end

/xxxrepair

https://github.com/michaelzangl/minebot/wiki/Run