Skip to content
Michael Zangl edited this page May 17, 2020 · 5 revisions

Minebot is a mod that makes your life with Minecraft easier. it takes control of your mouse and keyboard to do all those annoying, time-consuming tasks Minecraft requires for you.

Quick start

Key Action
N Stop whatever the bot is doing, gives back control to you
U Ungrab the mouse so that you can let the bot play in background. Known to be buggy, so try Alt+TAB.

/minebot mine

Mine around the current position.

/minebot tunnel torch_left

Dig a 2x1, straight tunnel in the direction the player is facing, placing torches on the left side.

/minebot lumberjack

Best if you stand in a forest. Gets you wood.

/minebot plant

Plant the seeds you hold in your hand, harvest all grown wheat/carrots/..., also uses a hoe if required.

/minebot fish

Hold a fishing rod and face some water. Then just wait.

/minebot walk 100 130.5

Walk towards x=100, z=130.5 no matter what is in the way. The bot would also walk through lava.

/minebot pathfind ~ ~ ~120

Go 120 blocks in positive Z direction, not destrying anything

/minebot pathfind ~ ~ ~120 destructive

Go 120 blocks in positive Z direction, placing blocks / destroying them if neccessary

/minebot craft 64 coal_block

Walk to a crafting table and craft one stack coal blocks.

/minebot store

Put your whole inventory in chests around you, walk to them if required. You need to put item frames with the items you want in that chest on the chests. A hanging sign with the name on it will also do.

/minebot clear ~-2 ~ ~-2 ~2 ~-9 ~2

Dig a 5x5 wide and 10 block deep hole in the ground

/minebot fill ~-2 ~ ~-2 ~2 ~9 ~2 minecraft:cobblestone

Build a 5x5 wide and 10 high stone tower

/minebot resume

Resume whatever the bot did last. In contrast to just entering the last command again, this will preserve state information, e.g. the way the bot was building

Clone this wiki locally