A fully Windows‑compatible Minecraft plugin template generator written in pure Batch (.bat).
This tool creates a complete Paper plugin project including:
- Folder structure
plugin.yml- Main Java class
- Maven
pom.xml - PowerShell‑safe output (no brace parsing issues)
- Customizable plugin name, package, author, and API version
---
✔ Works in PowerShell and CMD
✔ Generates a full Maven project
✔ Creates a valid plugin.yml
✔ Creates the main plugin class
✔ Supports any Paper API version (e.g., 1.20.4, 1.21)
✔ No external tools required
✔ Perfect for beginners or rapid prototyping
---
Run the script from PowerShell or CMD:
.\plugin-template.bat PluginName package.name AuthorName ApiVersion