list_plugins
Retrieve all plugins from an RPG Maker MZ project directory to manage and review available extensions for game development.
Instructions
List all plugins in an RPG Maker MZ project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_path | Yes | Path to the RPG Maker MZ project directory |
Input Schema (JSON Schema)
{
"properties": {
"project_path": {
"description": "Path to the RPG Maker MZ project directory",
"type": "string"
}
},
"required": [
"project_path"
],
"type": "object"
}