Paper and Spigot native
Plugins target the modern Paper and Spigot (Bukkit) API, using the event system, commands, and scheduler the way real server plugins do, not a sandboxed approximation.
Minecraft
Describe the plugin you want in plain English. Devellix writes the Java, compiles it against the Paper API in the cloud, fixes the build errors itself, and hands you the source and a ready-to-drop .jar.
Writing a Minecraft plugin by hand means scaffolding a Gradle project, wiring plugin.yml, learning the Bukkit event model, and grinding through javac errors before anything loads. Devellix collapses that into one sentence: say what the plugin should do, pick Minecraft, and it plans the classes, writes the Java, and builds a real project.
The build is not a guess. Every plugin is compiled in the cloud against the Paper API classpath, exactly like a server would load it. When a compile fails, Devellix reads the error, patches the offending files, and rebuilds, escalating until it links cleanly. What you download is a jar that actually runs, plus the full source you own outright.
Plugins target the modern Paper and Spigot (Bukkit) API, using the event system, commands, and scheduler the way real server plugins do, not a sandboxed approximation.
Devellix runs javac against the Paper classpath in the cloud and packages the result. You get a jar you can drop into a server's plugins folder, not just a snippet to fix yourself.
A failed compile is fed back into the model, which patches only the files at fault and rebuilds. Most builds link cleanly on their own, even complex multi-file plugins.
Every build ships with its full Java source under your control. Read it, edit it, extend it, or hand it to your team. No lock-in, no hidden runtime.
Yes. Describe what you want and Devellix writes a complete Java plugin, compiles it in the cloud, and gives you the source and a ready .jar.
Yes. Plugins are written against the Paper and Spigot (Bukkit) API and compiled against the Paper classpath, so they load on the servers most communities run.
Always. Every build includes its full Java source, plugin.yml, and config, which you own and can edit freely. You can download the source and the compiled jar.
Yes. Each plugin is compiled in the cloud against the Paper API and packaged into a loadable jar, so you are not left fixing build tooling.
Yes. When a build fails, Devellix reads the compiler output, patches the files at fault, and rebuilds automatically until it compiles cleanly.
Plugins target a modern Paper and Spigot API, which the current generation of servers runs. You own the source, so adjusting for a specific server version is straightforward.
Start free with credits on the house. Own everything you generate: source and build.
Start building free