Skip to content

API Reference

Modules

Module Purpose
bot Bot state queries and basic commands
baritone Pathfinding and automation
meteor Client module control
world World data queries and block interaction
utils Logging utilities

Multi-Bot

Most functions accept optional bot_name parameter:

# Current bot (default)
bot.health()

# Specific bot
bot.health("bot1")

# Control another bot
baritone.goto(0, 64, 0, bot="bot2")