{"id":30456,"date":"2026-06-01T15:57:48","date_gmt":"2026-06-01T12:57:48","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/betterview\/"},"modified":"2026-06-01T15:57:48","modified_gmt":"2026-06-01T12:57:48","slug":"betterview","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/betterview\/","title":{"rendered":"BetterView"},"content":{"rendered":"<p># BetterView<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/i.imgur.com\/bD8OLfE.png\" alt=\"logo\" width=\"200\"><\/p>\n<p>![GitHub tag (latest by date)](https:\/\/github.com\/MinceraftMC\/BetterView)<br \/>\n![GPLv3 License](https:\/\/opensource.org\/license\/gpl-v3\/)<br \/>\n![Discord](https:\/\/discord.gg\/zC8xjtSPKC)<\/p>\n<p>## Description<\/p>\n<p>BetterView is a high-performance Paper plugin and Fabric mod for Minecraft servers. It extends the normal view distance<br \/>\nwithout sacrificing server performance using asynchronous player processing, direct chunk reading from disk, and<br \/>\ncaching of chunk data.<\/p>\n<p>## Features<\/p>\n<p>&#8211; Asynchronous fast player ticking on networking threads<br \/>\n&#8211; Reads chunks directly from disk without loading them<br \/>\n&#8211; Optimized chunk state tracking and chunk iteration<br \/>\n&#8211; Configurable chunk data caching for fast access<br \/>\n&#8211; Configurable limitations for chunk sending and chunk generation<br \/>\n&#8211; Per-dimension configuration options<br \/>\n&#8211; Support for integrated or dedicated fabric servers<br \/>\n&#8211; Lightweight anti-xray support for extended chunks<\/p>\n<details>\n<summary><strong>Example: Loading speed for a view distance of 127 chunks<\/strong><\/summary>\n<p>The screenshot below was taken at `0 2250 0` in the end dimension with a view distance of 127 chunks<br \/>\n(with fog disabled). On an AMD Ryzen 7 5800X, all visible chunks were transmitted to the client in about<br \/>\n12 seconds after having joined the server with a cold cache and in about 9 seconds with a warm cache.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/i.imgur.com\/HWspPzj.png\" alt=\"A top-down view of the main end island and parts of the outer end island\" width=\"600\" loading=\"lazy\"><\/p>\n<\/details>\n<p>### Supported Software<\/p>\n<p>| Minecraft Version | Paper | Fabric |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;-|&#8212;&#8212;&#8211;|<br \/>\n| 1.21.11           | \u2705     | \u2705      |<br \/>\n| 1.21.10           | \u2705     | \u2705      |<br \/>\n| 1.21.9            | \u2705     | \u2705      |<br \/>\n| 1.21.8            | \u2705     | \u2705      |<br \/>\n| 1.21.7            | \u2705     | \u2705      |<br \/>\n| 1.21.6            | \u2705     | \u2705      |<br \/>\n| 1.21.5            | \u2705     | \u2705      |<br \/>\n| 1.21.4            | \u2705     | \u2705      |<br \/>\n| 1.21.3            | \u2705     | \u2705      |<br \/>\n| 1.21.1            | \u2705     | \u2705      |<\/p>\n<p>On fabric, this mod depends on Moonrise to work.<\/p>\n<p>## Usage<\/p>\n<p>On Paper servers, place the jar file in your `plugins` directory and restart your server. On Fabric servers\/clients,<br \/>\nplace the jar file in your `mods` directory and restart your server or client. By default, BetterView will configure a<br \/>\nview distance of 32 chunks for each dimension.<\/p>\n<p>### Configuration<\/p>\n<p>On the first start, this plugin will automatically create a configuration file. If using Paper it will be created at<br \/>\n`plugins\/BetterView\/config.yml`, if using Fabric it will be created as `betterview.yml` inside your world directory<br \/>\n(e.g. `world` for dedicated servers). In there, you are able to configure the following options:<\/p>\n<p>&#8211; `config-version`: Don&#8217;t touch this<br \/>\n&#8211; `integrated-server-render-distance`: Only relevant for singleplayer worlds, this allows replacing the render distance<br \/>\n  of the integrated server as BetterView would otherwise have no effect (default: `-1`, disabled)<br \/>\n&#8211; `global`:<br \/>\n    &#8211; `enabled`: Whether to enable or disable the entire plugin\/mod (default: `true`)<br \/>\n    &#8211; `chunk-generation-limit`: How many new chunks can be generated globally in one tick (default: `3`)<br \/>\n    &#8211; `chunk-send-limit`: The maximum amount of chunks sent to a player in a tick (default: `3`)<br \/>\n&#8211; `dimensions`:<br \/>\n    &#8211; `<dimension>` (e.g. `minecraft:overworld`):<br \/>\n        &#8211; `enabled`: Whether to enable or disable the plugin\/mod for this dimension (default: `true`)<br \/>\n        &#8211; `chunk-generation-limit`: How many new chunks can be generated for this level in one tick (default: `2`)<br \/>\n        &#8211; `chunk-queue-size`: How many chunks can be queued per player at once (default: `16`)<br \/>\n        &#8211; `view-distance`: The maximum extended view distance for this dimension (default: `32`)<br \/>\n        &#8211; `cache-duration`: The cache duration for how long extended chunks should be kept in memory (default: `PT5M`,<br \/>\n          5 minutes)<br \/>\n        &#8211; `anti-xray`:<br \/>\n            &#8211; `enabled`: Whether anti-xray will be enabled or disabled in this world (default: `false`)<br \/>\n            &#8211; `engine-mode`: Engine modes of anti-xray, either `HIDE`, `OBFUSCATE`, or `OBFUSCATE_LAYER`<br \/>\n              (default: `HIDE`)<br \/>\n            &#8211; `hidden-blocks`: The list of blocks to hide\/obfuscate (default: all ores and<br \/>\n              all base blocks of dimensions)<\/p>\n<p>Feel free to play around with the chunk generations and chunk sending limits for<br \/>\nan optimal experience on your server setup.<\/p>\n<p>When using anti-xray, be aware that this plugin implements a lightweight version of anti-xray, which<br \/>\ndoesn&#8217;t check if a block is exposed to air or not. This means that every engine-mode other than `HIDE`<br \/>\nwill probably not look very good.<\/p>\n<p>Make sure to adjust the cache duration based on what you use your server for;<br \/>\nfor e.g. static lobby servers, you can use a longer cache duration than for dynamic SMP servers.<br \/>\nIf the cache duration is too high, chunks will display outdated content after e.g. a rejoin.<\/p>\n<p>## Building<\/p>\n<p>1. Clone the project (`git clone https:\/\/github.com\/MinceraftMC\/BetterView.git`)<br \/>\n2. Go to the cloned directory (`cd BetterView`)<br \/>\n3. Build the jar files (`.\/gradlew build` on Linux\/MacOS, just `gradlew build` on Windows)<\/p>\n<p>The jar files can be found in the `build` \u2192 `libs` directory.<\/p>\n<p>### Contributing<\/p>\n<p>If you want to contribute to BetterView, feel free to fork the repository and create a pull request. Please make sure to<br \/>\nfollow the code style and conventions used in the project. If you have any questions or need help, feel free to ask in<br \/>\nour Discord.<\/p>\n<p>You can test your changes by running `.\/gradlew :paper:runServer` or<br \/>\n`.\/gradlew :fabric:prodServer`\/`.\/gradlew :fabric:prodClient` respectively. This will start a local server with the<br \/>\ncompiled plugin or mod automatically installed, ready for debugging in your IDE.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A Paper plugin and Fabric mod to extend the normal server view distance without sacrificing server performance<\/p>\n","protected":false},"featured_media":30457,"template":"","meta":{"_minecraft_slug":"betterview","_minecraft_project_id":"kBLRbfKH","_minecraft_author":"booky10","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":3046,"_minecraft_follows":44,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"betterview.zip","_minecraft_size_bytes":23572518,"_minecraft_version_count":8,"_minecraft_updated_at":"2026-05-16T05:04:59.372748Z","_minecraft_date_created":"2025-06-12T00:09:52.119638Z","_minecraft_date_modified":"2026-01-08T11:49:29.596280Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/betterview","_minecraft_icon_attachment_id":30457,"_minecraft_imported_at":"2026-06-01T12:57:49+00:00","_minecraft_import_hash":"0e55ac077ffddd2ccc397d861d448bc3","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,126,90,127,128,92],"mod_loader":[99,132,133],"minecraft_version":[37,40,41,74,38,78,79,80,81,82],"class_list":["post-30456","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-management","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-utility","mod_loader-fabric","mod_loader-paper","mod_loader-purpur","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-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>BetterView - 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\/betterview\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BetterView - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A Paper plugin and Fabric mod to extend the normal server view distance without sacrificing server performance\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/betterview\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i.imgur.com\/bD8OLfE.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\\\/betterview\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterview\\\/\",\"name\":\"BetterView - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterview\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterview\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/betterview-icon-b4e899771c3a31038e79e7b8b505c47be4618f15_96.webp\",\"datePublished\":\"2026-06-01T12:57:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterview\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterview\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterview\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/betterview-icon-b4e899771c3a31038e79e7b8b505c47be4618f15_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/betterview-icon-b4e899771c3a31038e79e7b8b505c47be4618f15_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterview\\\/#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\":\"BetterView\"}]},{\"@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":"BetterView - 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\/betterview\/","og_locale":"en_US","og_type":"article","og_title":"BetterView - Minecraft","og_description":"A Paper plugin and Fabric mod to extend the normal server view distance without sacrificing server performance","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/betterview\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/i.imgur.com\/bD8OLfE.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\/betterview\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/betterview\/","name":"BetterView - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterview\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterview\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/betterview-icon-b4e899771c3a31038e79e7b8b505c47be4618f15_96.webp","datePublished":"2026-06-01T12:57:48+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterview\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/betterview\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterview\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/betterview-icon-b4e899771c3a31038e79e7b8b505c47be4618f15_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/betterview-icon-b4e899771c3a31038e79e7b8b505c47be4618f15_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterview\/#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":"BetterView"}]},{"@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\/30456","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\/30457"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=30456"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=30456"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=30456"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=30456"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}