michaelzangl / minebot

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

Question: How to Use Javascript to Stop Current Task, Issue a Server Command, Then Continue #210

Closed Sopitive closed 7 years ago

Sopitive commented 7 years ago

I have been attempting to create a script that will do the following

  1. Eat
  2. Harvest Crops
  3. Sell Crops when my inventory is full or almost full
  4. Repeat.

I plan to use this on a server to automatically farm nether warts. I will be using Schematica to replant the warts unless the minebot has a better way of immediatly replanting after harvesting. The entire goal is for me to be able to leave it overnight and without doing anything, the minebot will automatically harvest,replant, and sell any extra nether warts. What would be the best way of doing this?

Sopitive commented 7 years ago

Well I found the stop on minecraft strategy and now it works.