Get Bot & World Status
minecraft_statusMonitor the Minecraft bot's health, hunger, position, gamemode, dimension, time, weather, XP, and online players to know its current state.
Instructions
Returns the bot's current health, hunger, position, gamemode, dimension, in-game time, weather, XP, and who else is online.
Returns: { connected: boolean, username: string, health: number (0-20), food: number (0-20), position: { x, y, z }, yaw: number, pitch: number, gameMode: string, dimension: string, isDay: boolean, isRaining: boolean, experienceLevel: number, heldItem: string | null, onlinePlayers: string[] }
Call minecraft_connect first if this returns connected: false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||