← ALL GUIDES
Maintenance5 min read

How to update a Minecraft server without losing your world

Server updates are routine — right up until the one time they aren't. The entire craft of safe updating is one rule and one order of operations, and both fit on this page.

The one rule: backup before, not after

Minecraft worlds convert forward only. The moment version 1.21.5 opens your world, 1.21.4 can never read it again. If the new version has a bug, a mod isn't ready, or the world corrupts mid-conversion, the backup taken before the update is the only road back. Copy the whole world folder (self-hosting) or hit the backup button (hosted), then proceed.

Vanilla: swap the jar

Paper + plugins: update in the right order

Same jar swap with one extra check beforeyou do it: your plugins. Paper builds for a new Minecraft version land within days, but plugins lag — check each critical plugin's page for compatibility first. Update Paper, start, read the log for plugin errors, then update plugins that complained. Running yesterday's Minecraft with working plugins beats today's with broken claims protection.

Modded: update the pack as a unit

On modded servers, "the version" is the modpack release, not the Minecraft number. Install the pack's new release server-side; players update to the same release in their launcher. Hand-picking individual mod updates breaks the version agreement that makes a pack stable — and cross-Minecraft-version pack upgrades (1.20 → 1.21) are genuinely risky for worlds, since mods add their own blocks that must convert too. The changelog tells you if the authors support it.

Hosted panels compress all of this: pick the new version or pack release, and the platform swaps the runtime while the world and its backup stay put. On Campfire it's the Settings tab — change version, apply, done.

Verify before you announce

Start the server, watch the log to a clean "Done", join, and walk around a chunk border. Thentell the Discord it's updated. The five-minute check is the difference between a rollback nobody noticed and an evening of "why is the shop chunk gone".

Quick answers

Will updating my Minecraft server delete the world?

No — worlds upgrade in place and carry forward. The risk is one-directional: once a world has been opened by a newer version, it can never be opened by an older one. That's why the backup comes before the update, every time.

Can I downgrade a Minecraft server version?

Not with a world that's been touched by the newer version — the chunk format only converts forward. The only downgrade path is restoring a backup taken before the upgrade.

How do I update a modded server?

Update the pack, not the parts: install the modpack's new release server-side (and have players update to the same release client-side). Hand-updating individual mods invites version conflicts. And modded worlds are the most likely to break on major Minecraft version jumps — read the pack's changelog first.

Do I need to update the server every time Minecraft updates?

No. Clients usually can't join a server on an older version, so there's social pressure — but waiting a week or two on plugin/mod servers is wise, since the ecosystem needs time to catch up. Paper builds land days after Mojang releases; big mods can take weeks.

Updates as one click

On Campfire, updating is picking the new version in your panel — automatic backup available, world preserved, rollback a restore away.

Host it the easy way

Keep learning