File Uncompress
file.uncompressExtract zip archives in MCSManager Minecraft server instances to manage files and deploy content, requiring confirmation for safety.
Instructions
Extract a zip archive in an MCSManager instance. Requires confirm=true or dry_run=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| daemonId | No | MCSManager daemon id. Uses MCSM_DEFAULT_DAEMON_ID if omitted. | |
| uuid | No | MCSManager instance UUID. Uses MCSM_DEFAULT_INSTANCE_UUID if omitted. | |
| source | Yes | Zip file path. | |
| target | Yes | Destination folder. | |
| code | No | Archive encoding: utf-8, gbk, or big5. | utf-8 |
| confirm | No | Required true for high-risk operations. | |
| dry_run | No | Return a preview without executing the operation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||