Split World

⭐ — (16 endorsements) 📥 1,276 downloads 📌 v3.2.1+1.19 📅 8/26/2022
🟡 Updated this year

By snaco · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 11/3/2025 📅 Created: 8/26/2022

🔍 Analysis

  • 👍 1.3% endorsement rate — high engagement, a strong quality signal
  • 🏆 #97 of 99 fabric mods in this game by downloads

📋 About This Mod

# 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: * Game mode can be set per world * A world can have two game modes with a border dividing the world into a creative side and a configurable default game mode * Player's inventory and potion effects are managed per-game mode * Player will be switched to either survival or creative depending on the side of the buffer zone they are on * The border axis is padded by the buffer zone, the boundary is visualized with optional particle effects to create a visible wall and/or solid blocks will be rendered as if they were black concrete * Sound indicator for when player switches GameMode, can be enabled or disabled with a command (see below) * Many methods to prevent cheating are included (see below) # Buffer Zone * Defined by border axis and location, with `border_axis: 'X'` and `border_location: 0` the dividing border will be placed at x=0, resulting in a border perpendicular to the x-axis * Players cannot die in the buffer zone * Players cannot regain health in the buffer zone * Players will not lose hunger in the buffer zone * Players are put in adventure mode with flying enabled * Monsters cannot enter the buffer zone, instead they will stop at the border * Monsters cannot target players in the buffer zone * Players cannot pick up items if they are in the buffer zone * Players cannot interact with chests in the buffer zone, or with chests that are not on the same side as the player * Liquids will not flow into the buffer zone * Vehicles cannot enter the buffer zone # Commands * Players can use /fill /setblock /clone on the creative side, you must give the permission for this command with (https://luckperms.net/), the plugin will prevent the commands if they contain any blocks not on the creative side and prevent their execution on the survival side. * /understood: (you should give permission for this to everyone) ``` description: You understand the nature of the split world and don't want to see the welcome message anymore. usage: /understood permission: split-world.understood ``` * /disable-split-world: (you should give this to admins/ops only) ``` description: disables split world game mode switching usage: /disable-split-world permission: split-world.disable-split-world ``` * /enable-split-world: (you should give this to admins/ops only) ``` description: enables split world game mode switching usage: /enable-split-world permission: split-world.enable-split-world ``` * /play-border-sound: (you should give permission for this to everyone) ``` description: plays a sound when you cross a split world border usage: /play-border-sound <true|false> permission: split-world.play-border-sound ``` # Cheat Prevention * When leaving either side of the border, the player's inventory, active potion effects, and ender chest contents are saved. Then their saved data for the other side is loaded. * Items dropped in the buffer zone are returned to the user's inventory * Fluid cannot flow into the buffer zone * Items/Entities cannot be sent through portals on the creative side * GameMode is set when a player crosses through a portal * GameMode is set when a player teleports to a location or player (should work with any tp plugin tested with simple tpa) * Players are prevented from using a fishing pole to pull items from the creative side to the survival side. * Players cannot interact with chests that are not on the same side as them # Config Examples ## Full Config ```yaml 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

# 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:

Game mode can be set per world A world can have two game modes with a border dividing the world into a creative side and a configurable default game mode Player's inventory and potion effects are managed per-game mode Player will be switched to either survival or creative depending on the side of the buffer zone they are on The border axis is padded by the buffer zone, the boundary is visualized with optional particle effects to create a visible wall and/or solid blocks will be rendered as if they were black concrete Sound indicator for when player switches GameMode, can be enabled or disabled with a command (see below) Many methods to prevent cheating are included (see below)

# Buffer Zone

Defined by border axis and location, with `border_axis: 'X'` and `border_location: 0` the dividing border will be placed at x=0, resulting in a border perpendicular to the x-axis Players cannot die in the buffer zone Players cannot regain health in the buffer zone Players will not lose hunger in the buffer zone Players are put in adventure mode with flying enabled Monsters cannot enter the buffer zone, instead they will stop at the border Monsters cannot target players in the buffer zone Players cannot pick up items if they are in the buffer zone Players cannot interact with chests in the buffer zone, or with chests that are not on the same side as the player Liquids will not flow into the buffer zone Vehicles cannot enter the buffer zone

Players can use /fill /setblock /clone on the creative side, you must give the permission for this command with (https://luckperms.net/), the plugin will prevent the commands if they contain any blocks not on the creative side and prevent their execution on the survival side. /understood: (you should give permission for this to everyone) ``` description: You understand the nature of the split world and don't want to see the welcome message anymore. usage: /understood permission: split-world.understood ``` /disable-split-world: (you should give this to admins/ops only) ``` description: disables split world game mode switching usage: /disable-split-world permission: split-world.disable-split-world ``` /enable-split-world: (you should give this to admins/ops only) ``` description: enables split world game mode switching usage: /enable-split-world permission: split-world.enable-split-world ``` /play-border-sound: (you should give permission for this to everyone) ``` description: plays a sound when you cross a split world border usage: /play-border-sound permission: split-world.play-border-sound ```

# Cheat Prevention

When leaving either side of the border, the player's inventory, active potion effects, and ender chest contents are saved. Then their saved data for the other side is loaded. Items dropped in the buffer zone are returned to the user's inventory Fluid cannot flow into the buffer zone Items/Entities cannot be sent through portals on the creative side GameMode is set when a player crosses through a portal GameMode is set when a player teleports to a location or player (should work with any tp plugin tested with simple tpa) Players are prevented from using a fishing pole to pull items from the creative side to the survival side. * Players cannot interact with chests that are not on the same side as them

# Config Examples

## Full Config

```yaml 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

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
snaco
Version
3.2.1+1.19
Downloads
1,276
Endorsements
16
Category
fabric
Created
8/26/2022
Updated
11/3/2025
Game Versions
1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4
Tags
management, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does Split World support?

The author lists 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4. Other versions may work but are untested by the author.

What is the latest version of Split World?

Version 3.2.1+1.19, published 2025-11-03 with 1,276 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More fabric 👤 More by snaco 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods