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
server Server info and tab list
manager Custom instance-table columns and script lifecycle
comms Messaging between scripts (pub/sub and addressed)

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_name="bot2")