Online tool
AI Minecraft Mod Maker
Minax is an AI that turns your idea into something you can actually play in Minecraft. Tell it what you want in plain English. It does not build Forge or Fabric mods: it builds server plugins, which cover most mod ideas, need zero downloads from your players, and work with vanilla Minecraft.
Every mod generator promises magic. Here is the honest version: what you type into an AI mod maker, a sword that shoots lightning, a boss with phases, a minigame for your friends, is almost always a server thing, not a game-file thing. Minax builds exactly that: it writes the real code, compiles it into one file for your server, and your friends join with plain Minecraft. This page shows the difference in 30 seconds, then hands you prompts you can copy.
- Plain English in, a compiled .jar out, real Java under the hood
- Your players install nothing, they just join your server
- Custom items with AI-drawn 16x16 textures, via a resource pack
- Try the result on a real online server before installing it
Mod or plugin? The 30 second answer
A mod changes the game itself. It needs Forge or Fabric, a special launcher, and every single player has to install the same files on their own computer. Forget one friend and they cannot join. That is the price of new blocks, new creatures and new looks on your screen.
A plugin lives on the server. Nobody downloads anything: your friends join with plain, normal Minecraft, and the server adds the new commands, items, bosses, shops and minigames. That is what Minax builds.
- Who installs it: a mod, every single player; a plugin, just the server
- Friends on vanilla Minecraft can join: mod no, plugin yes
- New commands, custom items, bosses, minigames: plugin yes
- New block types, shaders, changes to your own screen: mod only
Most mod ideas are secretly plugin ideas
Read your own idea again: a sword that strikes lightning, a boss with two phases, daily rewards, a game of TNT tag in your world. None of that needs to touch the game files on any computer. It needs code running on the server, and that is exactly what a plugin is.
That is good news twice. Your friends do not have to install anything or match versions in a launcher. And you do not have to learn Java: you describe the idea, the AI writes the real code, compiles it, and gives you one file to drop on your server.
What you can build: 5 real examples with the exact prompt
Each card below is a full prompt you can paste into the generator as it is. Change the names, the numbers and the recipes: the AI follows what you write, so the more precise you are, the closer the result is to what you imagined.
Build a plugin for Paper 1.21. Add a legendary sword called Stormbreaker with a custom 16x16 texture through a resource pack and CustomModelData. Right clicking it strikes lightning where the player is looking, with a 10 second cooldown shown in the action bar. It never breaks and has Sharpness 5. Admins give it with /stormbreaker give <player>.
Build a plugin for Paper 1.21. Add a boss called the Warden King: a wither skeleton with 300 health and a boss bar visible to everyone within 50 blocks. Phase 1: he throws fireballs every 5 seconds. Under 100 health he enters phase 2: he teleports behind the nearest player and gets Speed 2. On death he drops a netherite ingot and 50 XP levels. Spawn him with /boss spawn, admin only.
Build a TNT tag minigame plugin for Paper 1.21. /tnttag join puts players in a queue and the round starts at 4 players. One random player is It and carries a TNT block on their head. Hitting another player passes the TNT. Every 30 seconds the TNT explodes and the carrier is eliminated. The last player standing wins and the result is announced in chat. /tnttag leave exits the queue.
Build a plugin for Paper 1.21. /daily gives each player one reward per real day: 1 diamond, 16 cooked steak and 100 XP. Track total playtime and show a rank in chat: Newcomer under 5 hours, Regular under 20 hours, Veteran above. Store everything in SQLite so nothing resets on restart. /playtime shows your own total.
Build a plugin for Paper 1.21. Add an item called the Gravity Staff, a blaze rod with a custom texture via a resource pack and CustomModelData. Right click launches every mob within 10 blocks into the air and gives them Slow Falling, with a 15 second cooldown and a sound effect. Craft it with 2 blaze rods and 1 ender pearl. Admins can give it with /gravitystaff give <player>.
How the AI turns your text into something playable
Minax writes real Java, the same kind human plugin developers write for Paper, Spigot, Bukkit or Folia. Then it compiles the code in the cloud. If the build fails, the AI reads the error and repairs its own code until it compiles.
You get a .jar file, ready for the plugins folder of your server, plus the source code, which is yours to keep and edit. And before you install anything, you can start the plugin on a real online test server and play with it for 10 minutes, straight from your browser.
What Minax does not do, honestly
No client mods. If your idea only works by changing the game on each player's screen, think shaders, minimaps or entirely new block shapes, then you need a Forge or Fabric mod, every player has to install it, and Minax is not the right tool for that today.
No Bedrock yet either. Phones, consoles and Bedrock on PC use add-ons, which are a different system. Minax builds for Minecraft Java servers: Paper, Spigot, Bukkit and Folia, versions 1.8 to 26.2.
Custom looks are still possible. For items, Minax draws a 16x16 texture with AI and delivers it through a resource pack, using CustomModelData. Your server can send the pack when players join, they accept once, and they see your custom sword instead of a plain one. No launcher, no Forge.
And when an idea really is impossible as a plugin, the generator does not fake it: it tells you, and it proposes the closest version that does work.
- Forge and Fabric mods: no, and we would rather say it than pretend
- Bedrock, phones and consoles: not yet
- Custom item textures: yes, through a resource pack the server sends
- Impossible ideas: the generator says so and offers the closest one that works
Frequently asked questions
Is Minax a real Minecraft mod maker?
It is an AI generator that builds server plugins, not Forge or Fabric mods. If your idea is new commands, custom items, bosses, minigames or rules, a plugin does it and your players install nothing. If your idea has to change the game on each player's screen, you need a client mod and a different tool.
Can the AI make a Forge or Fabric mod?
Not today. Minax writes and compiles server plugins for Paper, Spigot, Bukkit and Folia. Most ideas people type into a mod generator work as plugins, and the 30 second comparison above shows the difference.
Do my friends need to download my mod?
No. That is the whole point of a plugin: it runs on the server. Friends join with normal Minecraft and see the new commands, bosses and items. Only custom item textures travel through a resource pack, which the server offers and they accept with one click.
Does it work on Bedrock, phones or consoles?
Not yet. Minax builds for Minecraft Java servers, versions 1.8 to 26.2. Bedrock is on the roadmap, but we would rather tell you not yet than pretend.
Is the AI mod maker free?
You can start free: signing up gives you 5 credits to try the generator, and every account gets one free 10 minute session on the online test server. Generating regularly needs a subscription, starting at 14.99 euros a month.
Can it make custom items with their own texture?
Yes. Describe the item and its power, and Minax generates the Java plus a 16x16 texture drawn by AI, delivered through a resource pack using CustomModelData. Your players see the custom look after accepting the pack, with no mod installed.
Ready to build your Minecraft plugin?
Describe it in plain English, get a compiled .jar. Free. No Java required.
Turn my idea into a plugin