checkInventory
Retrieve and view the items in a player's inventory directly within Minecraft. Simplify inventory management by accessing item details through remote server commands.
Instructions
Check the items in the player inventory
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"
}