World Switcher

Quick rating

World Switcher

No reviews yet

Server-side Multiverse-style world manager: switch worlds with /ws, import and manage world saves with /wsc, per-player per-world inventories. Vanilla clients can join - no client install needed.

Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.4.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

World Switcher

Run multiple worlds on one server and let players switch between them with a single command — Multiverse-style, but for NeoForge.

100% server-side: no client installation needed. Vanilla 1.21.1 clients can join without the mod, because World Switcher registers no items, blocks or network payloads — custom worlds use the vanilla minecraft:overworld dimension type with a worldswitcher:* key that vanilla clients accept.

🤖 AI Collaboration Notice: The bulk of this project was developed in collaboration with Anthropic's Claude AI (with JetBrains' Junie as a complementary assistant). The AI helped with code implementation, documentation, and project structure. While the core ideas and direction came from human creativity, the AI's assistance made this project more robust and feature-complete. We believe in transparency about AI usage while celebrating the potential of human-AI collaboration in software development.

Features

  • /ws <world> — switch worlds instantly, no server restart. Bare /ws lists all worlds (clickable). default is the vanilla world group (overworld/nether/end) and is always available.
  • /wsc — full world management for operators: create <name> [seed], import <folder> [as <name>], rename, load, unload, tp <player> <world>, info, delete (with confirmation).
  • Per-player, per-world player state (optional, on by default): inventory, ender chest, XP, health, hunger, effects, game mode and last position are kept separately for every world. The vanilla dimensions (overworld/nether/end) count as one group.
  • Modded player state per world, dependency-free: NeoForge data attachments (e.g. the whole Curios inventory), persistent player NBT (NeoForgeData, used by Waystones/Quark, …) and Tough As Nails thirst/temperature are all swapped per world.
  • Per-world game rules, time, weather & difficulty: each managed world keeps its own clock, weather, rules and difficulty. /gamerule, /time, /weather and /difficulty are context-sensitive; freeze time or keep eternal night per world, and sleeping only skips your own world's night. Works with modded rules too, e.g. Serene Seasons' doSeasonCycle.
  • Command hooks: run admin-defined commands automatically on world events — firstPlayerJoin (0 → 1 players), lastPlayerLeave (1 → 0 players) and playerMoved (a player switches world). Define them globally and per world in serverconfig/worldswitcher-hooks.json, with {{worldName}}, {{worldId}}, {{playerName}} and {{playerUuid}} variables and per-hook run-as (server/player). Live-reload with /wsc hooks reload. Perfect for pausing doDaylightCycle/doWeatherCycle (or Serene Seasons' doSeasonCycle) while a world is empty.
  • Shared inventory worlds (/wsc shareinventory <world> true): mark a world "keep-inventory" so it uses the default inventory group instead of its own.
  • Clickable switch announcements: when someone switches world, everyone else sees a chat message whose world name is a clickable /ws <world> link to follow along.
  • World import done right: copies only the overworld data, reads seed & spawn from the source level.dat, so terrain keeps generating seamlessly beyond the imported border. Old worlds (1.18+) are upgraded on the fly.
  • Safe renaming: display names are decoupled from the internal world id — inventories, bed spawns and world folders survive renames.
  • Persistent: registered worlds are re-loaded automatically at server start.

Edge cases handled

  • Nether portals inside the default world group don't touch your inventory.
  • Portals that cross world groups swap the player state like /ws would (configurable).
  • Dying in a world without a bed respawns you in the default world with your default state — your items stay at the death spot in the other world.
  • If a world is deleted while you're offline in it, you're safely reconciled into the overworld on login.

Configuration

See world/serverconfig/worldswitcher-server.toml, e.g. separateInventories (default true), wsPermissionLevel (0 = everyone may use /ws), worldsFolder (import folder, default worlds), autoLoadOnStartup, restoreLastPosition, handlePortalGroupChanges, perWorldGameRules, perWorldTimeAndWeather, perWorldDifficulty, announceSwitches and enableCommandHooks / hookDefaultRunAs. Command hooks live in a separate world/serverconfig/worldswitcher-hooks.json.

Notes

  • Always global by nature: hardcore, the difficulty lock, sendCommandFeedback, logAdminCommands, spawnChunkRadius.
  • Map mods (BlueMap etc.) will see the extra dimensions and may need per-dimension config.
  • /execute in worldswitcher:<id> run ... works as usual — handy for debugging.

About AI Assistance

This project demonstrates the potential of human-AI collaboration in software development. The AI assistant helped with code implementation, documentation, project structure, CI/CD setup and bug fixes. While the AI provided technical assistance, all creative decisions, feature ideas and project direction came from human input. We believe this transparency about AI usage is important for the open-source community.

Full documentation on GitHub.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works