Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin Template Generator (Windows Batch)

By DemoDev (DemoDev-Original)

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

---

🚀 Features

✔ 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

---

📦 Usage

Run the script from PowerShell or CMD:

.\plugin-template.bat PluginName package.name AuthorName ApiVersion



About

Plugin Template allows you to create a template for your plugin that you can expand on.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages