Plugins for the 26.x releases

Minecraft 26 plugin generator for 26.1.1, 26.1.2, 26.2 and 26.3

Minecraft Java now uses year-based version numbers, and plugin tooling has had to catch up. Pick a 26.x version, describe your plugin, and Spaleforce writes, compiles and fixes it against the API that actually exists for that release.

Free to start · No credit card

Minecraft 26.x plugin generated with AI on Spaleforce for Paper, Purpur and Spigot

Four 26.x versions

26.1.1, 26.1.2, 26.2 and 26.3 are available, alongside 1.16 through 1.21.11.

Matching API build found

Paper and Purpur publish their 26.x APIs under build numbers. The compiler resolves the right one.

Java 25 toolchain handled

The 26.x server API is built for Java 25. Our build environment reads it, so you install nothing.

Version-bound code

The AI does not use API newer than the version you pick, and build errors are fixed automatically.

What changed with Minecraft 26

After 1.21.11, Minecraft Java Edition left the long-running 1.x numbering behind. Versions now start with the year, 26 for 2026, followed by the drop number within that year and, for fixes, a third number. That is where 26.1.1, 26.1.2, 26.2 and 26.3 come from.

For server owners the change goes beyond looks. Scripts, build files and tools that parse "1.x" version strings had to be updated, and anything assuming the first number is always 1 needed rework.

Spaleforce's version list covers both lines: 1.16 through 1.21.11, then the 26.x releases, with 26.3 marked as the latest.

Paper and Purpur 26.x plugin builds, sorted out for you

A plugin compiles against a server API artifact. For years, Paper and Purpur published theirs as "version-R0.1-SNAPSHOT". For 26.x they moved to build-numbered versions, and their repositories do not offer 26.x under the old naming, so a build file copied from a 1.21 project fails to resolve.

When you choose Paper or Purpur on a 26.x version, Spaleforce looks up the latest matching API build, preferring a stable one, and uses it for the build. Spigot still publishes its 26.x API under the old naming, so Spigot and Bukkit projects resolve as before.

If Paper or Purpur has not published a build for your version yet, the plugin is compiled against the Spigot API instead, so the project still builds.

A newer Java for a newer Minecraft

Minecraft servers have raised their Java requirement over time: Java 17 from 1.18, Java 21 from 1.20.5, and Java 25 for the 26.x line. The 26.x server API itself ships as Java 25 class files, so compiling against it takes a recent JDK.

You do not have to install any of it. Compilation runs on our servers with a toolchain that can read those files, and the plugin is built at a Java level suited to the version you picked. On your side, just make sure the server runs the Java version its software asks for.

Why a Minecraft 26.x plugin maker must know the version

An AI that does not know the target writes what it has seen most, which for Minecraft plugins means older releases. The result compiles against the wrong API or uses names that changed long ago: in 1.21.3, for example, GENERIC_MAX_HEALTH became MAX_HEALTH, and code that mixes both eras does not build.

Spaleforce tells the AI which version it is writing for, and the compiler then checks the code against the real API of that version. Anything that does not exist there shows up as an error and is fixed automatically before you download.

If your plugin depends on something added in a specific 26.x release, select that release or a later one and name the feature in your description.

Moving your plugins from 1.21 to 26.x

A plugin compiled for 1.21.x is not guaranteed to work on a 26.x server. If it relies on anything that changed, it fails when it loads or when that code runs. Test before switching a live server.

The simplest route is to generate the plugin again for the 26.x version you are moving to, starting from the same description, and keep the 1.21 project untouched for servers you have not upgraded. From the editor you can also start a Minecraft test server and pick among the versions it offers.

How it works

  1. 1

    Pick a 26.x version

    Select 26.1.1, 26.1.2, 26.2 or 26.3, and the server type your host runs.

  2. 2

    Describe the plugin

    Explain commands, events and settings. Mention any 26.x feature you rely on.

  3. 3

    Let it compile

    The plugin is built against the matching API, and build errors are corrected automatically.

  4. 4

    Install and check

    Download the .jar, add it to your 26.x server and confirm it enables in the console.

Plugin prompts for a fresh 26.x server

Season launch countdown
A Paper 26.3 plugin with /launch start <minutes> that shows a boss bar countdown to every player, then teleports everyone to spawn and plays a sound when it hits zero.
Starter land claims
Let each player claim one 32x32 area with /claim. Other players cannot break or place blocks inside it. /unclaim removes it. Claims are saved in claims.yml.
Daily login streak
Track consecutive daily logins. Day 1 gives 5 iron ingots, day 7 gives a diamond, and the streak resets if a day is missed. /streak shows the current streak.
Staff vanish
/vanish hides a staff member from other players and from the tab list, with a reminder in the action bar while hidden. Requires the permission staff.vanish.
Build contest
A Spigot 26.2 plugin: /contest start opens a 30-minute build contest with a timer in the boss bar. At the end, players vote with /contest vote <player> and the winner is announced in chat.

Frequently asked questions

Can I generate plugins for Minecraft 26?

Yes. The generator offers 26.1.1, 26.1.2, 26.2 and 26.3, along with Minecraft Java 1.16 through 1.21.11.

Is there a plain 26.1 option?

The 26.1 line is available as 26.1.1 and 26.1.2. Choose the one that matches the version your server reports.

Which server types work with 26.x?

You can select any of the seven server types. Paper and Purpur projects get the matching build-numbered API, while Spigot and Bukkit projects use the Spigot API. Check that your server software has a 26.x release before choosing it.

Which Java version does a 26.x server need?

Minecraft 26.x servers run on Java 25. The plugin is compiled on our side, so you do not need a JDK to use the generator.

Will my 1.21 plugins work on 26.x?

Some will and some will not: anything relying on changed API breaks. Generate the plugin for your 26.x version and test it before upgrading a live server.

Is the Minecraft 26 plugin generator free?

Yes, it is free to start with a Google account and no credit card. The free plan includes 5 AI generations or edits per day and a 2-hour wait between generations.

Does it make Fabric mods for 26.x too?

Mods have their own generator. Fabric is the default loader on Minecraft 26.x, and NeoForge is offered on 26.3 (beta), 26.2 and 26.1.2.

Get your server's plugins ready for 26.x

Pick the version, describe the plugin, and download a .jar compiled against the real 26.x API. Free to start, no credit card.

Generate a 26.x plugin

Updated September 17, 2026