{"id":53259,"date":"2026-06-03T02:13:14","date_gmt":"2026-06-02T23:13:14","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/customworldheight\/"},"modified":"2026-06-03T02:13:14","modified_gmt":"2026-06-02T23:13:14","slug":"customworldheight","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/customworldheight\/","title":{"rendered":"CustomWorldHeight"},"content":{"rendered":"<p># CustomWorldHeight<\/p>\n<p>**CustomWorldHeight** is a plugin for Paper that allows you to modify the height of the Minecraft world. It provides an easy and efficient way to extend or limit the vertical dimensions of your world for creative builds, gameplay tweaks, or server optimization.<\/p>\n<p>Github page: https:\/\/github.com\/Lumine1909\/CustomWorldHeight<\/p>\n<p># Important<\/p>\n<p>> This plugin is similar to the vanilla datapack, so there will be some similar issues as the datapack one.<br \/>\n><br \/>\n> Once you set the height of a certain world, it will be VERY DANGEROUS to shirk the world height, all the data will lose.<br \/>\n><br \/>\n> Expand the height is relatively unharmful, but if you decrease the min-Y, new chunks will be different from already generated chunks.<br \/>\n><br \/>\n> Increasing the height will only cause the chunk&#8217;s height map to be recalculated, and all the data will be properly preserved.<\/p>\n<p>## Features<\/p>\n<p>&#8211; Customize the height of your Minecraft world.<br \/>\n&#8211; Seamless integration with Paper.<br \/>\n&#8211; Easy-to-configure settings for server administrators.<\/p>\n<p>## Installation<\/p>\n<p>Follow these steps to install the plugin:<\/p>\n<p>1. Download the latest release of **CustomWorldHeight** from the Releases page.<br \/>\n2. Place the downloaded `.jar` file into your server&#8217;s `plugins` folder, start the server.<br \/>\n3. After plugin generated the config template it will automatically disable, please finish the config.<br \/>\n4. Restart your Minecraft server, and the configured world&#8217;s height will be modified.<\/p>\n<p>## API Usage<br \/>\n&#8220;`kotlin<br \/>\nrepositories {<br \/>\n    mavenCentral()<br \/>\n}<br \/>\ndependencies {<br \/>\n    compileOnly(&#8220;io.github.lumine1909:CustomWorldHeight-API:0.0.1&#8221;)<br \/>\n}<br \/>\n&#8220;`<br \/>\n&#8220;`java<br \/>\npublic void modifyHeight() {<br \/>\n    \/*<br \/>\n    All of these works only if the world is not loaded yet!<br \/>\n    This is not a permanent modification! If you want to set permanently,<br \/>\n    store the height data with your plugin and SET IT ON EACH STARTUP!<br \/>\n    *\/<\/p>\n<p>    \/\/ Set the height of overworld<br \/>\n    WorldHeightService.get().registerWorld(<br \/>\n        Identifier.of(&#8220;demo&#8221;, &#8220;height1&#8221;), &#8220;world&#8221;,<br \/>\n        new Height(1088, -64, 512, Height.CloudHeight.DEFAULT),<br \/>\n        BaseDimensionType.OVERWORLD<br \/>\n    );<br \/>\n    \/\/ Set the height of all worlds start with &#8220;test_&#8221;<br \/>\n    WorldHeightService.get().registerRegex(<br \/>\n        Identifier.of(&#8220;demo&#8221;, &#8220;height2&#8221;), &#8220;test_\\w+&#8221;,<br \/>\n        new Height(1088, -64, 512, Height.CloudHeight.DEFAULT),<br \/>\n        BaseDimensionType.CUSTOM<br \/>\n    );<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>## Configuration<\/p>\n<p>&#8220;`yaml<br \/>\n# You can set to anything you want, will be used to generate Identifier (ResourceLocation)<br \/>\nexample-namespace:<\/p>\n<p>  # Set the name for certain world<br \/>\n  world: &#8216;example-world-name&#8217;<\/p>\n<p>  # Min Y position<br \/>\n  min-y: -64<\/p>\n<p>  # Height (max Y position = min-y + height &#8211; 1)<br \/>\n  height: 1024<\/p>\n<p>  # Height for Chorus Fruit teleport and etc. See wiki for details<br \/>\n  logical-height: 512<\/p>\n<p>  # Height for the cloud (empty -> do not have cloud, default -> use default height)<br \/>\n  # This feature is only for 1.21.6+<br \/>\n  cloud-height: &#8216;default&#8217;<\/p>\n<p>  # This will let the plugin process registration data when world load<br \/>\n  dimension-type: &#8216;custom&#8217;<\/p>\n<p># You can set to anything you want, will be used to generate Identifier (ResourceLocation)<br \/>\nexample-regex:<\/p>\n<p>  # This plugin also support Regex matching<br \/>\n  regex: &#8216;^test_w+&#8217;<\/p>\n<p>  # Min Y position<br \/>\n  min-y: -64<\/p>\n<p>  # Height (max Y position = min-y + height &#8211; 1)<br \/>\n  height: 1024<\/p>\n<p>  # Height for Chorus Fruit teleport and etc. See wiki for details<br \/>\n  logical-height: 512<\/p>\n<p>  # Height for the cloud (empty -> do not have cloud, default -> use default height)<br \/>\n  # This feature is only for 1.21.6+<br \/>\n  cloud-height: 256<\/p>\n<p>  # For &#8216;overworld&#8217;, &#8216;the_nether&#8217;, &#8216;the_end&#8217;, &#8216;overworld_cave&#8217;, this will use built in data to generate before world is initializing<br \/>\n  dimension-type: &#8216;overworld&#8217;<br \/>\n&#8220;`<\/p>\n<p>## License<\/p>\n<p>This project is licensed under the GPL 3.0 License.<br \/>\nThe API part is licensed under the LGPL 3.0 License.<\/p>\n<p>## Support<\/p>\n<p>If you encounter any issues or have questions, feel free to open an issue.<\/p>\n<p>&#8212;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A plugin for Paper that allows you to modify the height of the Minecraft world<\/p>\n","protected":false},"featured_media":53260,"template":"","meta":{"_minecraft_slug":"customworldheight","_minecraft_project_id":"UF11NNft","_minecraft_author":"Lumine1909","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":2837,"_minecraft_follows":14,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"customworldheight.zip","_minecraft_size_bytes":599673,"_minecraft_version_count":9,"_minecraft_updated_at":"2026-05-16T05:20:08.581684Z","_minecraft_date_created":"2025-06-09T08:00:34.914168Z","_minecraft_date_modified":"2026-04-05T06:37:25.377853Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/customworldheight","_minecraft_icon_attachment_id":53260,"_minecraft_imported_at":"2026-06-02T23:13:15+00:00","_minecraft_import_hash":"eb61c73375150c1075fcdc2f52f7a195","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,126,127,128,92,159],"mod_loader":[130,131,132,133],"minecraft_version":[101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-53259","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-folia","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-utility","mod_category-worldgen","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","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","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>CustomWorldHeight - 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\/customworldheight\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CustomWorldHeight - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A plugin for Paper that allows you to modify the height of the Minecraft world\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/customworldheight\/\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customworldheight\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customworldheight\\\/\",\"name\":\"CustomWorldHeight - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customworldheight\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customworldheight\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/customworldheight-icon-2531a6a0fc295dcaa41d5fb523cec3ecbd082c19_96.webp\",\"datePublished\":\"2026-06-02T23:13:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customworldheight\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customworldheight\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customworldheight\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/customworldheight-icon-2531a6a0fc295dcaa41d5fb523cec3ecbd082c19_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/customworldheight-icon-2531a6a0fc295dcaa41d5fb523cec3ecbd082c19_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/customworldheight\\\/#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\":\"CustomWorldHeight\"}]},{\"@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":"CustomWorldHeight - 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\/customworldheight\/","og_locale":"en_US","og_type":"article","og_title":"CustomWorldHeight - Minecraft","og_description":"A plugin for Paper that allows you to modify the height of the Minecraft world","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/customworldheight\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/customworldheight\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/customworldheight\/","name":"CustomWorldHeight - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/customworldheight\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/customworldheight\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/customworldheight-icon-2531a6a0fc295dcaa41d5fb523cec3ecbd082c19_96.webp","datePublished":"2026-06-02T23:13:14+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/customworldheight\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/customworldheight\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/customworldheight\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/customworldheight-icon-2531a6a0fc295dcaa41d5fb523cec3ecbd082c19_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/customworldheight-icon-2531a6a0fc295dcaa41d5fb523cec3ecbd082c19_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/customworldheight\/#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":"CustomWorldHeight"}]},{"@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\/53259","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\/53260"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=53259"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=53259"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=53259"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=53259"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}