Supported platforms
Every project type Codexe supports, how each one is verified, what you download, and which guide to read.
Updated
On this page
Codexe generates Minecraft plugins (Spigot, Paper, Folia, BungeeCord/Velocity), Fabric and Forge mods, datapacks, Skript scripts, Discord bots, websites and Blockbench models. Plugins and mods are compiled, and datapacks and Skript are test-loaded on a real server, before a project is Ready; the other types are delivered as generated.
| Project type | Verified before Ready | How | Output | Guide |
|---|---|---|---|---|
| Bukkit / Spigot / Paper (Java or Kotlin) | Yes | Compiled | Plugin JAR | Spigot & Paper |
| Folia | Yes | Compiled | Plugin JAR | Folia |
| BungeeCord / Velocity | Yes | Compiled | Proxy plugin JAR | BungeeCord & Velocity |
| Fabric | Yes | Compiled | Mod JAR | Fabric |
| Forge | Yes | Compiled | Mod JAR | Forge |
| Datapack | Yes | Loaded on a real Minecraft server | Datapack ZIP | Datapacks |
| Skript | Yes | Loaded on a real Paper server with Skript | .sk files | Skript |
| Discord bot (Python / Node.js) | No | Test run on demand | Bot project | Discord bots |
| Static website / React | No | Live preview (static sites) | Site / app | Web projects |
| Blockbench model (alpha) | No | 3D preview | .bbmodel | Blockbench models |
"Verified" means Codexe only marks the project Ready after its own build or load test passes on the current files. See The project lifecycle.
#Choosing a Minecraft target
- Server behaviour, commands, rules, economy, GUIs: a plugin. Vanilla clients can join without installing anything.
- New blocks, items, entities or rendering: a mod (Fabric or Forge). Players usually install it too.
- Recipes, loot tables, advancements, simple mechanics on a vanilla server: a datapack.
- Quick server scripting without Java: Skript (needs the Skript plugin on the server).
- A network of servers behind a proxy: a BungeeCord or Velocity plugin.
#Minecraft versions
There is no version dropdown: write the version in your request. Codexe uses it for the API dependency and picks the Java version for the build automatically (17, 21 or 25). If you don't mention a version, plugins default to the Paper/Spigot API 1.20.6, and mods to 1.20.1.