detect-gamemode
Identify the current game mode in Minecraft using the MCP server powered by Mineflayer API. Enables real-time interaction and control within the game environment for enhanced player experiences.
Instructions
Detect the gamemode on game
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}