{"id":137477,"date":"2026-06-08T06:03:18","date_gmt":"2026-06-08T03:03:18","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/server-sided-portals\/"},"modified":"2026-06-08T06:03:18","modified_gmt":"2026-06-08T03:03:18","slug":"server-sided-portals","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/server-sided-portals\/","title":{"rendered":"Server Sided Portals"},"content":{"rendered":"<p>![Server Sided Portals banner](https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/server-sided-portals\/banner.png &#8220;Server Sided Portals banner&#8221;)<\/p>\n<p>&#8212;<\/p>\n<p>![Minecraft](https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/minecraft\/minecraft.svg &#8220;Minecraft&#8221;)![1.21.11](https:\/\/modrinth.com\/mod\/server-sided-portals\/versions?g=1.21.11)![Separator](https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/separator.svg)![1.21.10](https:\/\/modrinth.com\/mod\/server-sided-portals\/versions?g=1.21.10)![Separator](https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/separator.svg)![1.21.8](https:\/\/modrinth.com\/mod\/server-sided-portals\/versions?g=1.21.8)![Separator](https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/separator.svg)![1.21.7](https:\/\/modrinth.com\/mod\/server-sided-portals\/versions?g=1.21.7)![Separator](https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/separator.svg)![1.21.6](https:\/\/modrinth.com\/mod\/server-sided-portals\/versions?g=1.21.6)![Separator](https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/separator.svg)![1.21.1](https:\/\/modrinth.com\/mod\/server-sided-portals\/versions?g=1.21.1)![Separator](https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/separator.svg)![1.21](https:\/\/modrinth.com\/mod\/server-sided-portals\/versions?g=1.21)<\/p>\n<p>![Loader](https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/loader\/loader.svg &#8220;Loader&#8221;)![NeoForge](https:\/\/modrinth.com\/mod\/server-sided-portals\/versions?l=neoforge)![Separator](https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/separator.svg)![Forge](https:\/\/modrinth.com\/mod\/server-sided-portals\/versions?l=forge)![Separator](https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/separator.svg)![Fabric](https:\/\/modrinth.com\/mod\/server-sided-portals\/versions?l=fabric)<\/p>\n<p>![Overlay](https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/side\/server.svg)<\/p>\n<p>![Issues](https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/github\/issues.svg &#8220;Issues&#8221;)![GitHub](https:\/\/github.com\/crystal-nest\/server-sided-portals\/issues)<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdd **Description**<\/p>\n<p>This is a mod API that provides easily customizable and server-sided portals to any custom dimension.<br \/>\nThis mod is required server side only, and is thus compatible with any client, Vanilla included.<br \/>\nThis mod can be used as a dependency for another mod\/datapack, or bundled in a modpack with a custom datapack or with mods that require it.<\/p>\n<p>Check out the usage details below or on the Wiki!<\/p>\n<p>## \u2728 **Features**<\/p>\n<p>&#8211; \ud83d\udd2e **Custom Portals**: Create portals with fully customizable frames linked to any dimension.<br \/>\n&#8211; \ud83e\uddf1 **Flexible Frame Design**: Define valid frame blocks using block tags \u2014 supports multiple block types!<br \/>\n&#8211; \ud83d\udd25 **Custom Igniters**: Choose which items can light the portal using item tags \u2014 supports multiple items!<br \/>\n&#8211; \ud83d\udda5\ufe0f **Server-Side Only**: No need to install the mod on clients \u2014 works entirely server-side.<br \/>\n&#8211; \ud83c\udf0d **Cross-Dimension Support**: Add portals to *any* dimension, even ones added by other mods.<br \/>\n&#8211; \u2705 **Fully Compatible**: Works seamlessly with both Vanilla and modded clients.<br \/>\n&#8211; \ud83e\udde9 **Mod &#038; Datapack Friendly**: Simple integration whether you&#8217;re using a datapack or developing a mod.<br \/>\n&#8211; \ud83d\udcda **Comprehensive Wiki**: Check out the Wiki for guides, examples, and more features!<\/p>\n<p>## \ud83d\ude80 **Usage**<\/p>\n<p>For detailed examples, check out the Wiki.<br \/>\nThere, you&#8217;ll find step-by-step guides for creating custom dimensions, portal frames, igniters, and additional tweaks!<\/p>\n<p>### \ud83d\udce6 Datapack<\/p>\n<p>Making use of this mod with a datapack is easy! Just follow these simple steps:<\/p>\n<p>1. **Set up a datapack**: Start by creating a datapack following this Minecraft tutorial.<br \/>\n2. **Define a dimension Type**: Generate a custom dimension type with this generator.<br \/>\n3. **Create your dimension**: Use this generator to set up your custom dimension.<br \/>\n4. **Specify portal frame blocks**: Create a block tag called `dimension_portal_frame`, replacing `dimension` with your dimension name. You can include multiple blocks or even other tags!<br \/>\n5. **(Optional) Choose portal igniters**: Optionally create an item tag named `dimension_portal_igniter`, replacing `dimension` with your dimension name, for items that can ignite the portal. You can also use multiple items or tags.<br \/>\n6. **Organize your files**: Make sure all JSON files from the above steps are under the same namespace.<\/p>\n<p>That&#8217;s it! Load your datapack alongside this mod, and your dimensions and portals are ready to use.<br \/>\nYou&#8217;re free to add multiple dimensions, each with unique portal frames and igniters!<\/p>\n<p>Since **v2.1.0**, you can further customize your dimensions by setting specific gamemodes for players entering them or defining custom entry points other than the Overworld.<br \/>\nCheck out the Wiki for details.<\/p>\n<p>### \ud83d\udee0\ufe0f Mod<\/p>\n<p>Integrating this API into your mod is straightforward:<\/p>\n<p>&#8211; Follow the steps outlined in the Datapack section above.<br \/>\n&#8211; Instead of placing files in a datapack, place them under your mod&#8217;s resource folder: `resources\/data\/mod_id\/`.<\/p>\n<p>If you prefer giving users the choice to enable or disable your datapack, consider using Cobweb static datapack API.<\/p>\n<p>Creating a mod (rather than a datapack) allows you to add extra functionality and enhance your custom dimensions further.<\/p>\n<p>Additionally, this API provides several helpful utility methods. Explore the Javadoc for detailed documentation on these methods.<\/p>\n<p>## \ud83d\udd04 **Compatibilities**<\/p>\n<p>| Mod                                                            | Loader |                                                         Compatibility                                                          |<br \/>\n|:&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|:&#8212;&#8212;:|:&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;:|<br \/>\n| Crying Portals      |  All   |                                                          Incompatible                                                          |<br \/>\n| Immersive Portals |  All   |                                                          Incompatible                                                          |<br \/>\n| BetterNether          | Fabric |                                                           Compatible                                                           |<br \/>\n| Very Many Players       | Fabric |                                           Compatible with `use_async_portals=false`                                            |<br \/>\n| Canary                      | Forge  | Compatible with fast portals disabled |<\/p>\n<p>## \ud83d\udd17 **Dependencies**<\/p>\n<p>| Mod                                       | Loader | Requirement |<br \/>\n|:&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|:&#8212;&#8212;:|:&#8212;&#8212;&#8212;&#8211;:|<br \/>\n| Cobweb |  All   |  Required   |<\/p>\n<p>## \ud83d\udcdc **License and right of use**<\/p>\n<p>Feel free to use this mod for any modpack or video, just be sure to give credit and possibly link here.<br \/>\nThis project is published under the Crystal Nest Community License v1.<\/p>\n<p>## \u2764\ufe0f **Support us**<\/p>\n<p><img decoding=\"async\" alt=\"Crystal Nest Website\" src=\"https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/crystal-nest\/pic512.png\" width=\"14.286%\"><img decoding=\"async\" alt=\"Discord\" src=\"https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/discord\/discord512.png\" width=\"14.286%\"><img decoding=\"async\" alt=\"Patreon\" src=\"https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/patreon\/patreon512.png\" width=\"14.286%\"><img decoding=\"async\" alt=\"Ko-fi\" src=\"https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/kofi\/kofi512.png\" width=\"14.286%\"><img decoding=\"async\" alt=\"Our other projects\" src=\"https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/github\/github512.png\" width=\"14.286%\"><a href=\"https:\/\/modrinth.com\/organization\/crystal-nest\"><img decoding=\"async\" alt=\"Modrinth\" src=\"https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/modrinth\/modrinth512.png\" width=\"14.286%\"><img decoding=\"async\" alt=\"CurseForge\" src=\"https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/curseforge\/curseforge512.png\" width=\"14.286%\"><\/p>\n<p>![Bisect Hosting](https:\/\/bisecthosting.com\/crystalspider)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Create custom portals and dimensions compatible with any client!<\/p>\n","protected":false},"featured_media":137478,"template":"","meta":{"_minecraft_slug":"server-sided-portals","_minecraft_project_id":"OT9TPpqs","_minecraft_author":"CrystalSpider","_minecraft_license":"LicenseRef-Crystal-Nest-Community-License-v1","_minecraft_downloads":10326,"_minecraft_follows":39,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"server-sided-portals.zip","_minecraft_size_bytes":157775629,"_minecraft_version_count":102,"_minecraft_updated_at":"2026-05-16T05:41:15.855958Z","_minecraft_date_created":"2024-09-17T22:45:12.986945Z","_minecraft_date_modified":"2026-04-06T17:19:24.804172Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/server-sided-portals","_minecraft_icon_attachment_id":137478,"_minecraft_imported_at":"2026-06-08T03:03:19+00:00","_minecraft_import_hash":"0a443d6f5205993f987393110195c810","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,97,104,89,873,158,869,159],"mod_loader":[99,106,160],"minecraft_version":[56,58,36,60,94,62,37,40,41,74,38,78,79,80,81,83,167,163],"class_list":["post-137477","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-fabric","mod_category-forge","mod_category-game-mechanics","mod_category-library","mod_category-neoforge","mod_category-transportation","mod_category-worldgen","mod_loader-fabric","mod_loader-forge","mod_loader-neoforge","minecraft_version-1-19-2","minecraft_version-1-19-4","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-4","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","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-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Server Sided Portals - 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\/server-sided-portals\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Server Sided Portals - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Create custom portals and dimensions compatible with any client!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/server-sided-portals\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/crystal-nest\/pic512.png\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server-sided-portals\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server-sided-portals\\\/\",\"name\":\"Server Sided Portals - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server-sided-portals\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server-sided-portals\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/server-sided-portals-icon-e3f63d22cd288b68707901b3063bcaf733391370_96.webp\",\"datePublished\":\"2026-06-08T03:03:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server-sided-portals\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server-sided-portals\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server-sided-portals\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/server-sided-portals-icon-e3f63d22cd288b68707901b3063bcaf733391370_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/server-sided-portals-icon-e3f63d22cd288b68707901b3063bcaf733391370_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/server-sided-portals\\\/#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\":\"Server Sided Portals\"}]},{\"@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":"Server Sided Portals - 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\/server-sided-portals\/","og_locale":"en_US","og_type":"article","og_title":"Server Sided Portals - Minecraft","og_description":"Create custom portals and dimensions compatible with any client!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/server-sided-portals\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/raw.githubusercontent.com\/crystal-nest\/mod-fancy-assets\/main\/crystal-nest\/pic512.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/server-sided-portals\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/server-sided-portals\/","name":"Server Sided Portals - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/server-sided-portals\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/server-sided-portals\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/server-sided-portals-icon-e3f63d22cd288b68707901b3063bcaf733391370_96.webp","datePublished":"2026-06-08T03:03:18+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/server-sided-portals\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/server-sided-portals\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/server-sided-portals\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/server-sided-portals-icon-e3f63d22cd288b68707901b3063bcaf733391370_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/server-sided-portals-icon-e3f63d22cd288b68707901b3063bcaf733391370_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/server-sided-portals\/#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":"Server Sided Portals"}]},{"@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\/137477","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\/137478"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=137477"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=137477"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=137477"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=137477"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}