SPIGOT PLUGIN GENERATOR
Describe a Minecraft plugin in plain English. Codexe writes the full Java or Kotlin project, builds the .jar, and hands you the source. Spigot, Paper and Folia targets, free tier to start.
Why use an AI Spigot plugin generator
Real projects, not snippets
Codexe outputs a proper Maven or Gradle tree with pom.xml/build.gradle, plugin.yml, multiple classes, listeners, command executors and configs. Build on the spot.
Production patterns
Async-safe Bukkit scheduling, listener priorities, command tab-completion, persistent data containers, YAML configs, the generator knows the right pattern for the platform you picked.
Folia-aware
Folia changes scheduling rules. Tell Codexe you want Folia and it uses RegionScheduler / EntityScheduler / GlobalRegionScheduler instead of the legacy BukkitScheduler.
Iterate by chat
After the first build, ask for changes ("add a /reload command", "make the cooldown configurable"). The AI edits the project in place.
Compiled .jar in your hand
We compile server-side. You drop the produced .jar into /plugins, restart the server, and it loads.
Source is yours
Source ZIP downloadable. Sell it, modify it, license it however you like. No royalties on what you ship.
Example prompts
Anything from a single-file utility plugin to a multi-module mini-game. Some real prompts you can paste:
Custom enchant: Lifesteal
“Add a custom Lifesteal enchant up to level III for swords. Each hit gives back 0.5 hearts per level, with cooldown to prevent abuse.”
Mini-game: KitPvP arena
“A KitPvP plugin with /kit warrior, /kit archer, /kit tank, queue command, scoreboard, and respawn at arena spawn.”
Anti-grief logger
“Log every block break and place to a YAML file with player, coordinates, world and timestamp. Add /lookup <player> to query.”
Folia-safe economy
“An economy plugin with /pay, /balance, /baltop. Use Folia's regional scheduler for safe async writes to a SQLite DB.”
Spigot plugin generator FAQ
What Minecraft server platforms does the generator support?
+
Spigot, Paper, Folia, BungeeCord and Velocity. Pick the target on the create page and Codexe scaffolds the right entry point, dependencies and event API for that platform.
Java or Kotlin?
+
Both. Choose Java for maximum compatibility or Kotlin for terser code. The generator emits a complete Maven (Java) or Gradle (Kotlin) project either way.
Does it actually compile?
+
Yes. Every project is built server-side, you receive the .jar plus the source ZIP. If a build fails the AI iterates on the error until it compiles.
Can I tell it to use Folia-safe scheduling?
+
Yes. Mention Folia in the prompt (or pick Folia as the target) and the AI uses the regional schedulers and entity schedulers instead of the legacy Bukkit scheduler.
Do I own the plugin?
+
Yes. Generated source belongs to you. Sell it on SpigotMC, Polymart, Builtbybit, ship it on your network, open-source it, no royalties.
What does it cost?
+
The Free tier refills 50K daily tokens, enough for small plugins. Pro ($25/mo, 3M tokens), Business ($60/mo, 8M tokens) and Enterprise (custom) raise the cap. See /pricing.
READY FOR A NEW PLUGIN?
Free tier refills 50K tokens daily, enough to ship a small plugin in one go.
START FORGING