BUILT · BOOTED · DOWNLOADED

PLUGIN MAKER · SERVER-SIDE, PLAYER-INVISIBLE

The Minecraft plugin maker for server owners, not Java developers.

Plugins are the highest-leverage mods in Minecraft: one JAR in the server's plugins folder and every player gets the feature with zero installs. Describe the command, economy, or event you want, and download a Spigot or Paper plugin that already booted on a real server.

Player installs

Zero

Deploy

One JAR

Server types

Spigot · Paper

Boot-tested

Real serverbefore download

01SERVER-SIDE

Server-side by design.

Client mods ask every player to install something. Plugins ask nobody. They live in your server's plugins folder, hook the events you care about, and work with vanilla clients, which is why community servers run on them. This plugin maker treats them as the first-class output, not an afterthought of mod generation.

generated build · live captureServer-side plugin

World edits, particles, and movement logic generated from a single /hurricane prompt.

  • Drop one JAR into /plugins and restart; that is the whole rollout
  • Vanilla clients connect like nothing changed
  • Runs alongside your existing plugin stack
  • Iterate by chat: paste a stack trace or ask for a tweak
02THE SURFACE

What server owners build.

The requests that come up most from people running community servers, each one a single prompt away from a first draft.

Custom commands

Teleports, kits, homes, and the server-specific verbs your players ask for.

A /spawn arena command that teleports fighters and starts a countdown

Spigot plugins

Economy & shops

Currencies, shops, and trading posts with persistent balances.

A diamond-backed economy with a /shop GUI and sell prices that decay

Spigot plugins

Minigames & events

Arenas, timed events, and scoreboards that run themselves.

A weekly king-of-the-hill event with a live scoreboard and rewards

No-code plugins

Moderation & utility

Protection, logging, and the quiet plumbing that keeps servers sane.

Log container access in claimed chunks and alert staff on theft

Server-side mods
03HOW IT WORKS

One prompt, then proof it runs.

Nothing to install on your side. The pipeline writes, compiles, and boots your build before the download unlocks.

01

Describe the plugin

Say what should happen and when. Commands, permissions, and config options can all be specified in plain language.

02

It builds and boots

The AI writes the plugin, compiles it, and boots a real Paper server with it loaded before you get the file.

03

Drop it in /plugins

Upload the JAR to your server, restart, and it is live for every player at once.

build log · minecraft-plugin-maker

you

“A /duel command with arenas, a countdown, and a wagered item pot”

build

plugin compiled · server booted · commands registered

done

duel-arena-1.0.0.jar → /plugins

Plain language in, tested JAR out

04THE FREE PATH

Free to start, with the math shown.

Server budgets are real budgets, so the free path matters here too. Credits come from Discord, not from a card.

Honest free: active community members fund real plugin builds without paying. Bigger server projects with daily iteration usually end up on credit packs from $8.

credits · how they add up

25 credits

Link your Discord account once

Up to 75/day

Stay active in the Discord community

Scales with size

Simple plugins spend fewer credits than sprawling ones

150 credits

Optional: verify a payment method later

Costs scale with build size · earn or top up anytime
05QUESTIONS

Asked before the first prompt.

What is the difference between a plugin and a mod?

A mod changes the game client or server jar and usually requires players to install it. A plugin runs inside a Spigot or Paper server and needs nothing on the player's side. If you run a server and want features for everyone instantly, you want a plugin.

Do players need to install anything for a plugin?

No. That is the point of plugins: vanilla clients join normally and see the new commands, mechanics, or events because everything executes on the server.

Does it build for both Spigot and Paper?

Yes. Generated plugins target the Spigot API, which Paper implements, so the same JAR runs on either. Paper is what the validation boot uses and what most community servers run.

Will a generated plugin work with the plugins I already run?

Generated plugins are self-contained and run alongside an existing stack without touching it. Deep integrations with specific third-party plugin APIs are less predictable; when one matters to you, name it in the prompt and iterate against the result.

Can I run a generated plugin on shared hosting?

Yes. Any host that lets you upload JARs to the plugins folder works, which is nearly all of them. There is no special runtime or agent to install on the server.

Do I need my own test server to try a plugin?

No. Every build boots on a real server during validation, so the first smoke test already happened before your download. When you deploy to your own server, you are re-running something that has already started cleanly once.

How do I update a plugin when my server updates?

Ask for the version bump in the same project: the AI rebuilds against the newer API and re-validates. If your server logs an error after an update, paste the stack trace and iterate.

YOUR FIRST BUILD IS WAITING

Describe the mod. We will prove it runs.

One sentence in the prompt box, a real server boot in the middle, and a JAR with source at the end.

MINECRAFT PLUGIN MAKER · PLAYER GAMESEVERY BUILD BOOT-TESTED · SOURCE INCLUDED