Home›Java›Mods›Split World
Split World
ModsJava

Split World

by snaco · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21–1.21.10 · Paper⬇ Download for 1.19–1.19.4 · Paper⬇ Download for 1.19–1.19.4 · Fabric⬇ Download for 1.18.2 · Fabric
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Split World

This is a plugin that allows for both creative and survival to coexist in the same world. You define an axis and a location and one side will be survival and the other will be creative. The mod automatically manages saving, and loading inventories on either side of the border as well as potion effects.

GameMode Switching:

Buffer Zone

Commands

Cheat Prevention

Config Examples

Full Config

default_game_mode: "survival"           # global default 
disable_welcome_message: false          # globally disable welcome message
enable_xp_mod: false                    # changes XP loss behavior on death
disable_advancements_in_creative: true  # disable advancements in creative mode
xp_loss_percentage: 25.0                # percentage of XP lost on death
custom_respawn: false                   # customize global respawn location
respawn_location:                       # 
  world: "split_world"                  # which world players should spawn in (if they have not set their spawn point) 
  x: 140.0                              # x coordinate
  y: 53.0                               # y coordinate
  z: -64.0                              # z coordinate
  yaw: 0.0                              # player facing direction
  pitch: 0.0                            # player facing direction
border_particles: true                  # toggles rendering particle wall for boundary
border_blocks: true                     # toggles client-side buffer-zone block replacement, this will not alter your world
enable_easter_eggs: false               # had some fun while coding, enable this to see if you can find them all
world_configs:                          # list of worlds to configure
  - world_name: "world"                 # name of the world
    enabled: true                       # should the world be split
    default_game_mode: "survival"       # optional override for the global default_game_mode, this can be set even if the world is not split
    border_axis: "X"                    # axis the border is placed on
    border_location: 0                  # location on the axis to place the border
    creative_side: "negative"           # can be positive or negative. when split, determines if the creative side is for coordinates less than border_location or greater than border_location
    border_width: 5                     # how wide the buffer zone should be. some cheat prevention methods are less reliable for smaller buffer zones
    no_creative_monsters: true          # stops monsters from spawining on the creative side

Minimal Per-World Example

default_game_mode: "survival"
world_configs:
  - world_name: "creative_world"
    default_game_mode: "creative"
  - world_name: "adventure_world"
    default_game_mode: "adventure"

Minimal Split World Example

default_game_mode: "survival"
world_configs:
  - world_name: "split_world"
    enabled: true

Minimal Mixed Example

default_game_mode: "spectator"
world_configs:
  - world_name: "split_world"
    enabled: true
    default_game_mode: "survival"
  - world_name: "world"
    default_game_mode: "survival"
  - world_name: "world_nether"
    default_game_mode: "survival"
  - world_name: "world_the_end"
    default_game_mode: "survival"
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more