{"id":147072,"date":"2026-06-08T22:37:10","date_gmt":"2026-06-08T19:37:10","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/split-world\/"},"modified":"2026-06-08T22:37:10","modified_gmt":"2026-06-08T19:37:10","slug":"split-world","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/split-world\/","title":{"rendered":"Split World"},"content":{"rendered":"<p># Split World<\/p>\n<p>This is a plugin that allows for both creative and survival to coexist in the same world. You define an axis and a<br \/>\nlocation and one side will be survival and the other will be creative. The mod automatically manages saving, and loading<br \/>\ninventories on either side of the border as well as potion effects.<\/p>\n<p># GameMode Switching:<\/p>\n<p>* Game mode can be set per world<br \/>\n* A world can have two game modes with a border dividing the world into a creative side and a configurable default game mode<br \/>\n* Player&#8217;s inventory and potion effects are managed per-game mode<br \/>\n* Player will be switched to either survival or creative depending on the side of the buffer zone they are on<br \/>\n* The border axis is padded by the buffer zone, the boundary is visualized with optional particle effects to create a<br \/>\nvisible wall and\/or solid blocks will be rendered as if they were black concrete<br \/>\n* Sound indicator for when player switches GameMode, can be enabled or disabled with a command (see below)<br \/>\n* Many methods to prevent cheating are included (see below)<\/p>\n<p># Buffer Zone<\/p>\n<p>* Defined by border axis and location, with `border_axis: &#8216;X&#8217;` and `border_location: 0` the dividing border will be placed<br \/>\nat x=0, resulting in a border perpendicular to the x-axis<br \/>\n* Players cannot die in the buffer zone<br \/>\n* Players cannot regain health in the buffer zone<br \/>\n* Players will not lose hunger in the buffer zone<br \/>\n* Players are put in adventure mode with flying enabled<br \/>\n* Monsters cannot enter the buffer zone, instead they will stop at the border<br \/>\n* Monsters cannot target players in the buffer zone<br \/>\n* Players cannot pick up items if they are in the buffer zone<br \/>\n* Players cannot interact with chests in the buffer zone, or with chests that are not on the same side as the player<br \/>\n* Liquids will not flow into the buffer zone<br \/>\n* Vehicles cannot enter the buffer zone<\/p>\n<p># Commands<\/p>\n<p>* Players can use \/fill \/setblock \/clone on the creative side, you must give the permission for this command<br \/>\n  with LuckPerms, the plugin will prevent the commands if they contain any blocks not on the<br \/>\n  creative side and prevent their execution on the survival side.<br \/>\n* \/understood: (you should give permission for this to everyone)<br \/>\n  &#8220;`<br \/>\n    description: You understand the nature of the split world and don&#8217;t want to see the welcome message anymore.<br \/>\n    usage: \/understood<br \/>\n    permission: split-world.understood<br \/>\n  &#8220;`<br \/>\n* \/disable-split-world: (you should give this to admins\/ops only)<br \/>\n  &#8220;`<br \/>\n    description: disables split world game mode switching<br \/>\n    usage: \/disable-split-world<br \/>\n    permission: split-world.disable-split-world<br \/>\n  &#8220;`<br \/>\n* \/enable-split-world: (you should give this to admins\/ops only)<br \/>\n  &#8220;`<br \/>\n    description: enables split world game mode switching<br \/>\n    usage: \/enable-split-world<br \/>\n    permission: split-world.enable-split-world<br \/>\n  &#8220;`<br \/>\n* \/play-border-sound: (you should give permission for this to everyone)<br \/>\n  &#8220;`<br \/>\n    description: plays a sound when you cross a split world border<br \/>\n    usage: \/play-border-sound <true|false>\n    permission: split-world.play-border-sound<br \/>\n  &#8220;`<\/p>\n<p># Cheat Prevention<\/p>\n<p>* When leaving either side of the border, the player&#8217;s inventory, active potion effects, and ender chest contents are<br \/>\n  saved. Then their saved data for the other side is loaded.<br \/>\n* Items dropped in the buffer zone are returned to the user&#8217;s inventory<br \/>\n* Fluid cannot flow into the buffer zone<br \/>\n* Items\/Entities cannot be sent through portals on the creative side<br \/>\n* GameMode is set when a player crosses through a portal<br \/>\n* GameMode is set when a player teleports to a location or player (should work with any tp plugin tested with simple<br \/>\n  tpa)<br \/>\n* Players are prevented from using a fishing pole to pull items from the creative side to the survival side.<br \/>\n* Players cannot interact with chests that are not on the same side as them<\/p>\n<p># Config Examples<\/p>\n<p>## Full Config<\/p>\n<p>&#8220;`yaml<br \/>\ndefault_game_mode: &#8220;survival&#8221;           # global default<br \/>\ndisable_welcome_message: false          # globally disable welcome message<br \/>\nenable_xp_mod: false                    # changes XP loss behavior on death<br \/>\ndisable_advancements_in_creative: true  # disable advancements in creative mode<br \/>\nxp_loss_percentage: 25.0                # percentage of XP lost on death<br \/>\ncustom_respawn: false                   # customize global respawn location<br \/>\nrespawn_location:                       #<br \/>\n  world: &#8220;split_world&#8221;                  # which world players should spawn in (if they have not set their spawn point)<br \/>\n  x: 140.0                              # x coordinate<br \/>\n  y: 53.0                               # y coordinate<br \/>\n  z: -64.0                              # z coordinate<br \/>\n  yaw: 0.0                              # player facing direction<br \/>\n  pitch: 0.0                            # player facing direction<br \/>\nborder_particles: true                  # toggles rendering particle wall for boundary<br \/>\nborder_blocks: true                     # toggles client-side buffer-zone block replacement, this will not alter your world<br \/>\nenable_easter_eggs: false               # had some fun while coding, enable this to see if you can find them all<br \/>\nworld_configs:                          # list of worlds to configure<br \/>\n  &#8211; world_name: &#8220;world&#8221;                 # name of the world<br \/>\n    enabled: true                       # should the world be split<br \/>\n    default_game_mode: &#8220;survival&#8221;       # optional override for the global default_game_mode, this can be set even if the world is not split<br \/>\n    border_axis: &#8220;X&#8221;                    # axis the border is placed on<br \/>\n    border_location: 0                  # location on the axis to place the border<br \/>\n    creative_side: &#8220;negative&#8221;           # can be positive or negative. when split, determines if the creative side is for coordinates less than border_location or greater than border_location<br \/>\n    border_width: 5                     # how wide the buffer zone should be. some cheat prevention methods are less reliable for smaller buffer zones<br \/>\n    no_creative_monsters: true          # stops monsters from spawining on the creative side<br \/>\n&#8220;`<\/p>\n<p>## Minimal Per-World Example <\/p>\n<p>&#8220;`yaml<br \/>\ndefault_game_mode: &#8220;survival&#8221;<br \/>\nworld_configs:<br \/>\n  &#8211; world_name: &#8220;creative_world&#8221;<br \/>\n    default_game_mode: &#8220;creative&#8221;<br \/>\n  &#8211; world_name: &#8220;adventure_world&#8221;<br \/>\n    default_game_mode: &#8220;adventure&#8221;<br \/>\n&#8220;`<\/p>\n<p>## Minimal Split World Example<\/p>\n<p>&#8220;`yaml<br \/>\ndefault_game_mode: &#8220;survival&#8221;<br \/>\nworld_configs:<br \/>\n  &#8211; world_name: &#8220;split_world&#8221;<br \/>\n    enabled: true<br \/>\n&#8220;`<\/p>\n<p>## Minimal Mixed Example<\/p>\n<p>&#8220;`yaml<br \/>\ndefault_game_mode: &#8220;spectator&#8221;<br \/>\nworld_configs:<br \/>\n  &#8211; world_name: &#8220;split_world&#8221;<br \/>\n    enabled: true<br \/>\n    default_game_mode: &#8220;survival&#8221;<br \/>\n  &#8211; world_name: &#8220;world&#8221;<br \/>\n    default_game_mode: &#8220;survival&#8221;<br \/>\n  &#8211; world_name: &#8220;world_nether&#8221;<br \/>\n    default_game_mode: &#8220;survival&#8221;<br \/>\n  &#8211; world_name: &#8220;world_the_end&#8221;<br \/>\n    default_game_mode: &#8220;survival&#8221;<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Split your world into two sides, creative and survival <\/p>\n","protected":false},"featured_media":147073,"template":"","meta":{"_minecraft_slug":"split-world","_minecraft_project_id":"H0ACAFCe","_minecraft_author":"snaco","_minecraft_license":"LGPL-3.0-only","_minecraft_downloads":1092,"_minecraft_follows":18,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"split-world.zip","_minecraft_size_bytes":9283497,"_minecraft_version_count":13,"_minecraft_updated_at":"2026-05-16T08:21:03.819653Z","_minecraft_date_created":"2022-08-26T06:56:16.579300Z","_minecraft_date_modified":"2025-11-03T02:41:20.150021Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/split-world","_minecraft_icon_attachment_id":147073,"_minecraft_imported_at":"2026-06-08T19:37:10+00:00","_minecraft_import_hash":"940442d2711a64763f1997cea7db25dd","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,126,127,92],"mod_loader":[99,132],"minecraft_version":[53,54,55,56,57,58,62,37,40,73,74,38,78,79,80,81,82],"class_list":["post-147072","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-management","mod_category-paper","mod_category-utility","mod_loader-fabric","mod_loader-paper","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Split World - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/split-world\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Split World - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Split your world into two sides, creative and survival\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/split-world\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/split-world\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/split-world\\\/\",\"name\":\"Split World - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/split-world\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/split-world\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/split-world-icon-5061f09566e37c701310af06b301da0fd52765e4_96.webp\",\"datePublished\":\"2026-06-08T19:37:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/split-world\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/split-world\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/split-world\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/split-world-icon-5061f09566e37c701310af06b301da0fd52765e4_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/split-world-icon-5061f09566e37c701310af06b301da0fd52765e4_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/split-world\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Split World\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Split World - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/split-world\/","og_locale":"en_US","og_type":"article","og_title":"Split World - Minecraft","og_description":"Split your world into two sides, creative and survival","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/split-world\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/split-world\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/split-world\/","name":"Split World - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/split-world\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/split-world\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/split-world-icon-5061f09566e37c701310af06b301da0fd52765e4_96.webp","datePublished":"2026-06-08T19:37:10+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/split-world\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/split-world\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/split-world\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/split-world-icon-5061f09566e37c701310af06b301da0fd52765e4_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/split-world-icon-5061f09566e37c701310af06b301da0fd52765e4_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/split-world\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Split World"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/147072","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/147073"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=147072"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=147072"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=147072"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=147072"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}