Create plugin
create_pluginGenerates a new RPG Maker MV plugin file with automatic registration and optional scaffold. Fails if the file already exists.
Instructions
Create a new plugin file in js/plugins/ and register it. If no code is given, a standard MV plugin scaffold (with @plugindesc header) is written. Fails if the file already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Full JavaScript source; omit for a scaffold | |
| name | Yes | Plugin file name without .js | |
| status | No | ||
| description | No |