Wait for the download/extract/apply steps to finish; you’ll see a success notification with the target path.
What it generates
Downloads the Hytale plugin template, extracts it, and rewrites package paths, class names, pom.xml, and manifest.json based on your inputs.
Produces a ready-to-build Java plugin project in the selected target folder.
Troubleshooting
If download fails: ensure internet access; the template URL is https://codeload.github.com/HytaleModding/plugin-template/zip/refs/heads/main.
If the command is missing: reinstall the VSIX and reload VS Code.
If rename errors occur on Windows paths: ensure the target folder is empty or new; then rerun.
Author/publishing docs
See docs/distribute.md for Marketplace publishing steps, versioning, and VSIX distribution notes.
Icon
The extension icon is images/icon.png (placeholder). Replace it with your own (square PNG) and keep the "icon": "images/icon.png" entry in package.json.