install_plugin
Install a Blockbench plugin by ID, URL, or local path to enable plugin-specific formats like GeckoLib models.
Instructions
Install a Blockbench plugin from the store (by id, e.g. 'geckolib' for GeckoLib Models & Animations), or from a url, or a local path. Needed before using plugin-specific formats like GeckoLib's 'geckolib_model'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Store plugin id. | |
| url | No | Direct https URL to a plugin .js file. | |
| path | No | Local plugin .js file path (desktop). |