Baritone 9minecraft Client Mod — Configuration
Chat Commands
Every command is prefixed with #. Arguments in <angle brackets> are required, [square brackets] are optional.
Settings & Configuration
Baritone has hundreds of tunable settings. Change them live from chat:
- Toggle a boolean:
#allowSprint(flips it on/off). - Set a value:
#followRadius 5or#primaryTimeoutMS 2000. - Reset:
#allowSprint reset, or#resetfor everything. - Review:
#modifiedlists everything you have changed.
Settings persist in baritone/settings.txt inside your game folder, so you can also edit them there.
Commonly tweaked settings
| Setting | Purpose |
|---|---|
allowBreak |
Allow Baritone to break blocks while pathing. |
allowPlace |
Allow it to place blocks (bridging, pillaring). |
allowSprint |
Enable sprinting for faster travel. |
allowParkour |
Permit parkour jumps across gaps. |
allowInventory |
Let it move items in your inventory (e.g. for building). |
legitMine |
Only mine ores it can actually see (no X-ray pathing). |
mineScanDroppedItems |
Pick up the items it mines. |
followRadius |
How close to stay when following a target. |
backfill |
Fill tunnels back in behind you. |
buildInLayers |
Build schematics layer by layer. |
blockPlacementPenalty |
Cost weighting that discourages placing blocks. |
primaryTimeoutMS |
How long the pathfinder may think before moving. |