Skip to content
Platforms

Supported platforms

Every project type Codexe supports, how each one is verified, what you download, and which guide to read.

Updated

On this page
  1. Choosing a Minecraft target
  2. Minecraft versions

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 typeVerified before ReadyHowOutputGuide
Bukkit / Spigot / Paper (Java or Kotlin)YesCompiledPlugin JARSpigot & Paper
FoliaYesCompiledPlugin JARFolia
BungeeCord / VelocityYesCompiledProxy plugin JARBungeeCord & Velocity
FabricYesCompiledMod JARFabric
ForgeYesCompiledMod JARForge
DatapackYesLoaded on a real Minecraft serverDatapack ZIPDatapacks
SkriptYesLoaded on a real Paper server with Skript.sk filesSkript
Discord bot (Python / Node.js)NoTest run on demandBot projectDiscord bots
Static website / ReactNoLive preview (static sites)Site / appWeb projects
Blockbench model (alpha)No3D preview.bbmodelBlockbench 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.

Supported platforms | Codexe Docs