📖 How to use this generator›
- Name your plugin and set the package (its Java namespace — lowercase, dot-separated). The author and version go straight into the build.
- Pick your target server version. This sets the Paper API and the right Java version in the build file automatically.
- 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.
- Download the project (a
.zip). Unzip it and runmvn packagein that folder. - Install it: drop the built
.jarfromtarget/into your server'splugins/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.