launch_game
launch_gameLaunch a Minecraft game instance as an offline account, specifying version, username, memory limit, and Java path.
Instructions
Launch a game instance through the agent as an offline account. version is an instance id (see list_versions / list_modpacks). username defaults to Steve; maxMemory is the max heap in MB; javaPath overrides the Java used for the game; extraArgs are appended after the default JVM args. The game runs as a separate child process — the game window opens normally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | ||
| javaPath | No | ||
| username | No | ||
| extraArgs | No | ||
| maxMemory | No |