Minecraft 26.3, nicknamed "Wilderness Bound", is the next major content update. Pre-Release 2 dropped on September 4, 2026, and the full release is expected in late September or early October. If you host a Minecraft server, now is the time to prepare. This guide covers every step from a server hosting angle: Java version, server software readiness, world upgrades, mod and plugin compatibility, and how to handle the switch on a HostValues game panel or VPS.
When is 26.3 coming and what changes for servers?
The Wilderness Bound update adds new biomes (deep forest, arid steppe, frozen wetlands), new mobs (the Prowler, the Hollow, glowmoths), new wood types and dozens of decorative blocks. For players it is an exploration update. For server owners it means something else entirely: new chunk generation.
Every chunk a player explores for the first time will be generated with the new world data. That means a spike in disk I/O and CPU usage whenever players venture into uncharted territory. If your server storage was already tight, budget an extra 1 to 2 GB of disk space for a medium-sized survival world, and more if you plan to pre-generate terrain. NVMe storage helps a lot here; spinning disks will bottleneck chunk generation noticeably.
The update also changes the network protocol version again, which means clients on 26.2 cannot join a 26.3 server and vice versa. Plan a clear switchover moment and communicate it to your players in advance.
Java 25 requirement
Minecraft 26.3 requires Java 25, the same LTS release that became mandatory with 26.1 back in March 2026. If your server already runs 26.1 or 26.2, you are set. If you are jumping from 1.21.x or older, you will need to switch Java versions first.
On a HostValues game server
Java is managed automatically through the game panel. When you select a 26.x server version, the panel picks the correct Java 25 runtime. No manual action needed.
On a VPS or dedicated server
Install Java 25 manually. On Debian or Ubuntu:
sudo apt update sudo apt install openjdk-25-jre-headless
On RHEL, AlmaLinux or Rocky:
sudo dnf install java-25-openjdk-headless
Verify with java -version. You should see output starting with openjdk version "25".
Startup flags
Review your JVM startup flags. Several flags that were deprecated in Java 21 have been removed in Java 25. In particular, -XX:+UseConcMarkSweepGC is long gone and -XX:+UseG1GC remains the default. If you use Aikar's flags, grab the latest version from the Aikar flags page, as the 2024 edition has been refreshed for Java 25. Remove any flag that causes an Unrecognized VM option error on startup.
Which server software supports 26.3?
Not all server software is available on day one. Here is a realistic timeline based on how previous updates rolled out:
| Software | Expected availability | Notes |
|---|---|---|
| Vanilla | Day one | Mojang releases the official server jar together with the client. |
| Fabric | Same day or next day | Fabric Loader itself usually works immediately. Individual mods need their own updates. |
| Paper | 1 to 2 weeks after release | The Paper team backports and patches the server. Check papermc.io/downloads for builds. |
| Spigot | Same week as Paper, sometimes earlier | Built via BuildTools. Fewer optimizations than Paper but a wider plugin base historically. |
| NeoForge | 1 to 3 weeks after release | Depends on MCP mappings and community effort. Large modpacks wait for NeoForge. |
Practical tip: if you want to play on day one, start with Vanilla or Fabric. You get the new content immediately and can switch to Paper once builds are stable and your favourite plugins have updated. Fabric with a few performance mods (Lithium, Starlight, FerriteCore) gives you close-to-Paper performance without waiting.
Upgrading your world from 26.2 to 26.3
Upgrading a world is straightforward, but a mistake here can cost you months of progress. Follow these steps carefully.
- Back up everything. On a HostValues server, use the backup button in the game panel. On a VPS, copy the entire server directory or at least the world folders. Do not skip this. Ever.
- Stop the server cleanly. Type
stopin the console and wait for the shutdown to finish. Never kill the process while it is saving chunks. - Replace the server jar (or select the new version in the panel). If you use Paper, download the 26.3 build from papermc.io. For Fabric, update both the Fabric Loader and Fabric API.
- Start the server. The first boot will convert existing chunks to the new data format. This can take a few minutes depending on world size. Let it finish without interrupting.
- Verify. Join the server, check that your builds are intact, and explore a new area to confirm the new biomes generate properly.
New biomes only appear in unexplored chunks
This is the single most common source of confusion. The Wilderness Bound biomes (deep forest, frozen wetlands, and others) will not appear in terrain you have already explored. Only freshly generated chunks use the new world generator. If you want new biomes close to spawn, you have two options: reset the nether (which regenerates entirely), or use a world border to open up new territory around the existing map.
Pre-generate chunks with Chunky
If your server has many active explorers, chunk generation during gameplay causes lag spikes. The Chunky plugin lets you pre-generate a radius of chunks while nobody is playing. Set a border of, say, 10,000 blocks and let Chunky fill it overnight. This moves all the heavy I/O to a quiet window rather than peak hours.
Custom terrain generators
If you use Terra, Iris or another custom world generator, those plugins must also support 26.3 before you upgrade. Running a new Minecraft version with an outdated generator can produce broken terrain or outright crashes. Check the plugin page on Modrinth or SpigotMC for a compatible version before you start.
Mod and plugin compatibility
A major Minecraft update breaks most plugins and mods. This is normal and expected. How you handle it determines whether update day is smooth or chaotic.
Before you update
- Make a list of every plugin and mod on your server, including the version number.
- Check each one on Modrinth, Hangar or SpigotMC for a 26.3-compatible build.
- If a critical plugin has no update yet, do not upgrade. Wait until it does.
Plugins that usually update quickly
EssentialsX, LuckPerms, WorldEdit, WorldGuard, Vault and PlaceholderAPI have large teams and typically release compatible builds within days. These are rarely the bottleneck.
Large modpacks
If you run a modpack like All the Mods, Create or Cobblemon, do not attempt to upgrade individual mods yourself. Wait for the modpack author to release a 26.3-compatible pack version. Updating Minecraft without updating the full mod set will almost certainly crash.
Sinytra Connector
Sinytra Connector is a compatibility layer that lets some Forge/NeoForge mods run on Fabric. If you rely on it, check their GitHub for 26.3 status before upgrading. Connector updates typically lag behind both Fabric and NeoForge.
How to update on HostValues
Updating on a HostValues game server takes a few clicks:
- Log in to the game panel.
- Go to Startup and select 26.3 as the server version. For Paper or Fabric, the version appears as soon as it is released upstream.
- The panel automatically sets Java 25. No manual change needed.
- Before starting, press the Backup button on the Backups tab. The backup completes in seconds for most worlds.
- Start the server. The first boot converts your world. Give it a minute or two.
If anything goes wrong, restore the backup from the same panel page and you are back where you started. Need help with a tricky upgrade? Open a support ticket and we will walk you through it.
Frequently asked questions
Can I run 26.3 on Java 21?
No. Since 26.1, Minecraft requires Java 25. The server will not start on an older runtime. You get a UnsupportedClassVersionError if you try.
How much extra disk space does 26.3 need?
The server jar itself barely grows. The real cost is new chunks: if your players explore a lot of new terrain, expect 1 to 3 GB of additional world data over the first weeks. Pre-generating a 10k radius with Chunky adds roughly 4 to 6 GB depending on biome complexity.
Should I reset my world for 26.3?
Only if you want the new biomes everywhere. Most servers keep their existing world and let new biomes appear naturally as players explore outward. A world reset means losing all builds, which is rarely worth it unless you were planning a fresh season anyway.
Will my Resource Pack still work?
Custom resource packs may need updates if they override textures for blocks or mobs that changed in 26.3. Test the pack on a local client first. If textures show as purple-black missing squares, the pack needs an update from its author.
Don't have a Minecraft server yet? Order now at HostValues and be ready for 26.3 from day one. We also offer Bedrock hosting for crossplay between PC, console and mobile.