MCP Minecraft Remote

by nacal
Verified

attackEntity

Target and attack a specific entity in Minecraft using its entity ID. Streamline entity interaction for AI-controlled players on remote servers.

Instructions

Attack a specific entity

Input Schema

NameRequiredDescriptionDefault
entityIdYesID of the entity to attack

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "entityId": { "description": "ID of the entity to attack", "type": "number" } }, "required": [ "entityId" ], "type": "object" }
ID: 86ml5tqneo