Gold Glass VaultWeb App · Herman Software ← Back to the Vault
Free tool · Flagship

MC Plugin Generator

Pick a name, choose your features with checkboxes, and download a complete, buildable PaperMC / Spigot plugin project — Java, plugin.yml, and a Maven build file. No coding required.

📖 How to use this generator
  1. Name your plugin and set the package (its Java namespace — lowercase, dot-separated). The author and version go straight into the build.
  2. Pick your target server version. This sets the Paper API and the right Java version in the build file automatically.
  3. Tick the features you want. Each box adds working commands, event handlers, and config — you can see exactly what's generated in the Preview on the right.
  4. Download the project (a .zip). Unzip it and run mvn package in that folder.
  5. Install it: drop the built .jar from target/ into your server's plugins/ folder and restart.

What you get

A complete, buildable Maven project: the main Java class, plugin.yml, a pom.xml wired to the Paper repository, an optional config.yml with editable messages, and a README with build steps. Everything compiles as-is.

Requirements to build

Java (the version shown in your summary) and Maven. No coding needed — but you can edit the generated source freely afterwards. Pairs perfectly with MC MAC SERVER for hosting.

1 · Plugin details

These name your plugin and where its code lives.

2 · Features

Each box you tick adds working code, commands, and config to the plugin.

3 · Options

⬇️ Your plugin project

Your inputs autosave privately in this browser — nothing is uploaded.
The download is a Maven project. Unzip it, then run mvn package in the folder. The built .jar lands in target/ — drop it into your server's plugins/ folder and restart. Works great with MC MAC SERVER.

👀 Preview