{"id":100523,"date":"2026-06-05T21:40:12","date_gmt":"2026-06-05T18:40:12","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/mentalitys-world-web-map\/"},"modified":"2026-06-05T21:40:12","modified_gmt":"2026-06-05T18:40:12","slug":"mentalitys-world-web-map","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/mentalitys-world-web-map\/","title":{"rendered":"Mentalitys | WorldWebMap"},"content":{"rendered":"<p># World Web Map &#8211; Minecraft 1.20.1 Server Web Map Mod<\/p>\n<p>Server-side Minecraft 1.20.1 web map mod for Forge and Fabric.<\/p>\n<p>World Web Map renders a 2D top-down map of your Minecraft world and serves it in a browser:<\/p>\n<p>&#8220;`<br \/>\nhttp:\/\/server-ip:8123<br \/>\n&#8220;`<\/p>\n<p>No client mods are required. Players only need a browser.<\/p>\n<p>&#8212;<\/p>\n<p>## Versions and Requirements<\/p>\n<p>| Loader | Version | Minecraft | Loader version | Extra dependency | Java | Jar |<br \/>\n|&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;|&#8212;&#8211;|<br \/>\n| Forge | 0.2.1 | 1.20.1 | Forge 47.x, tested on 47.2.0 | none | 17 | `forgewebmap-0.2.1.jar` |<br \/>\n| Fabric | 0.2.1 | 1.20.1 | Fabric Loader 0.15.11+ | Fabric API 0.92.2+1.20.1 | 17 | `fabricwebmap-0.2.1.jar` |<\/p>\n<p>&#8212;<\/p>\n<p>## Features<\/p>\n<p>&#8211; 2D top-down map with height shading.<br \/>\n&#8211; Live player markers with names, updated every 2 seconds.<br \/>\n&#8211; Biome name shown under the cursor or mobile center point.<br \/>\n&#8211; Dimension switcher for Overworld, Nether, and The End.<br \/>\n&#8211; Auto-render as players explore, with chunk-load debounce.<br \/>\n&#8211; Robust compositing so previously rendered pixels survive re-renders.<br \/>\n&#8211; PNG tile writes are atomic and skipped when unchanged.<br \/>\n&#8211; Leaflet 1.9.4 browser UI with zoom, pan, dark styling, and mobile controls.<\/p>\n<p>&#8212;<\/p>\n<p>## Commands<\/p>\n<p>All commands require operator level 2. Syntax is the same for Forge and Fabric.<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/webmap status` | Show web server status, queue size, worker count, and rendered tile count |<br \/>\n| `\/webmap render <tileX> <tileZ>` | Render one Overworld tile; tile coords are `floor(blockCoord \/ 256)` |<br \/>\n| `\/webmap render-area <minX> <minZ> <maxX> <maxZ>` | Queue a rectangular Overworld area, max 10,000 tiles |<br \/>\n| `\/webmap fullrender <radius>` | Render a square around spawn, radius in tiles |<br \/>\n| `\/webmap stoprender` | Clear the render queue |<br \/>\n| `\/webmap reload` | Reload config and restart the web server if bind or port changed |<\/p>\n<p>Tile coordinates:<\/p>\n<p>&#8220;`<br \/>\ntileX = floor(blockX \/ 256)<br \/>\ntileZ = floor(blockZ \/ 256)<br \/>\n&#8220;`<\/p>\n<p>Example:<\/p>\n<p>&#8220;`<br \/>\n\/webmap render 0 0<br \/>\n&#8220;`<\/p>\n<p>This renders blocks `0..255 x 0..255`.<\/p>\n<p>&#8212;<\/p>\n<p>## Config and Storage<\/p>\n<p>| Aspect | Forge | Fabric |<br \/>\n|&#8212;&#8212;&#8211;|&#8212;&#8212;-|&#8212;&#8212;&#8211;|<br \/>\n| Config file | `config\/forgewebmap-common.properties` | `config\/fabricwebmap-common.properties` |<br \/>\n| Tile path | `world\/forgewebmap\/tiles\/` | `world\/fabricwebmap\/tiles\/` |<br \/>\n| Static web files | packaged under `\/web\/` in the mod jar | packaged under `\/web\/` in the mod jar |<\/p>\n<p>Config is created automatically on first run.<\/p>\n<p>| Key | Default | Description |<br \/>\n|&#8212;&#8211;|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `enabled` | `true` | Enable the mod |<br \/>\n| `bindAddress` | `0.0.0.0` | HTTP bind address; use `127.0.0.1` for local-only access |<br \/>\n| `port` | `8123` | HTTP port |<br \/>\n| `tileSize` | `256` | Tile size in blocks and pixels |<br \/>\n| `renderThreads` | `1` | Background PNG render worker threads |<br \/>\n| `maxTilesPerTick` | `1` | Max tiles sampled per render interval |<br \/>\n| `ticksBetweenRenders` | `20` | Server ticks between queue processing steps |<br \/>\n| `enablePlayerMarkers` | `true` | Show players on the map |<br \/>\n| `enableAutoRender` | `true` | Queue tile renders when chunks load |<br \/>\n| `chunkRenderDebounceMs` | `5000` | Delay after the last chunk-load event before rendering that tile |<br \/>\n| `renderRadiusAroundPlayers` | `4` | Reserved for player-radius rendering behavior |<br \/>\n| `saveTilesInsideWorldFolder` | `true` | Store tiles under the world folder |<br \/>\n| `tilesDirectory` | loader-specific | Relative tile output directory |<br \/>\n| `logRenderProgress` | `true` | Log every 50 rendered tiles |<\/p>\n<p>Tile layout:<\/p>\n<p>&#8220;`<br \/>\nworld\/<loader-webmap>\/tiles\/<br \/>\n\u251c\u2500\u2500 overworld\/<br \/>\n\u2502   \u2514\u2500\u2500 0\/<br \/>\n\u2502       \u251c\u2500\u2500 0_0.png<br \/>\n\u2502       \u2514\u2500\u2500 &#8230;<br \/>\n\u251c\u2500\u2500 the_nether\/<br \/>\n\u2502   \u2514\u2500\u2500 0\/<br \/>\n\u2514\u2500\u2500 the_end\/<br \/>\n    \u2514\u2500\u2500 0\/<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## API Endpoints<\/p>\n<p>| Method | Path | Description |<br \/>\n|&#8212;&#8212;&#8211;|&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `GET` | `\/` | Web map frontend |<br \/>\n| `GET` | `\/app.js` | Frontend JavaScript |<br \/>\n| `GET` | `\/style.css` | Frontend CSS |<br \/>\n| `GET` | `\/tiles\/{dim}\/{zoom}\/{x}\/{z}.png` | PNG map tile |<br \/>\n| `GET` | `\/api\/status` | Mod status, queue size, worker count, rendered tile count |<br \/>\n| `GET` | `\/api\/players` | Online players with name, dimension, coordinates, and yaw |<br \/>\n| `GET` | `\/api\/config` | Tile size, zoom range, and available dimensions |<br \/>\n| `GET` | `\/api\/biome?dim=overworld&#038;x=100&#038;z=200` | Biome display name and registry ID |<\/p>\n<p>&#8212;<\/p>\n<p>## Loader Differences<\/p>\n<p>| Aspect | Forge | Fabric |<br \/>\n|&#8212;&#8212;&#8211;|&#8212;&#8212;-|&#8212;&#8212;&#8211;|<br \/>\n| Mod entrypoint | `@Mod` class | `ModInitializer.onInitialize()` |<br \/>\n| Lifecycle hooks | Forge server events | `ServerLifecycleEvents` |<br \/>\n| Tick hook | `TickEvent.ServerTickEvent` | `ServerTickEvents.END_SERVER_TICK` |<br \/>\n| Chunk-load hook | `ChunkEvent.Load` | `ServerChunkEvents.CHUNK_LOAD` |<br \/>\n| Command hook | `RegisterCommandsEvent` | `CommandRegistrationCallback.EVENT` |<br \/>\n| Logging | Forge `LogUtils` | SLF4J `LoggerFactory` |<\/p>\n<p>Behavior is intended to be identical across both loaders.<\/p>\n<p>&#8212;<\/p>\n<p>## Known Limitations<\/p>\n<p>&#8211; 2D only: no 3D, isometric, or cave map yet.<br \/>\n&#8211; Simple block-color palette: no resource pack textures or biome tinting yet.<br \/>\n&#8211; Render commands currently target Overworld only, although tile storage supports all three vanilla dimensions.<br \/>\n&#8211; `fullrender` renders a square around spawn, not every existing region file.<br \/>\n&#8211; Unloaded or ungenerated chunks stay transparent until rendered\/generated; previously rendered pixels are preserved during re-renders.<br \/>\n&#8211; No authentication and no HTTPS; anyone with network access to port 8123 can view the map.<br \/>\n&#8211; Only zoom level `0` is rendered natively; Leaflet scales it visually for other zoom levels.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1.20.1 mod: live 2D world map in browser with player markers &#038; auto-render on chunk load.<\/p>\n","protected":false},"featured_media":100524,"template":"","meta":{"_minecraft_slug":"mentalitys-world-web-map","_minecraft_project_id":"79Wh7vd2","_minecraft_author":"Mentality","_minecraft_license":"MIT","_minecraft_downloads":15,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"mentalitys-world-web-map.zip","_minecraft_size_bytes":289694,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-16T12:45:56.065921Z","_minecraft_date_created":"2026-05-09T11:05:48.603931Z","_minecraft_date_modified":"2026-05-01T16:58:43.586541Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/mentalitys-world-web-map","_minecraft_icon_attachment_id":100524,"_minecraft_imported_at":"2026-06-05T18:40:13+00:00","_minecraft_import_hash":"e580c1e108fe128e1a985d2f96ea45cd","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,104,126,123,869],"mod_loader":[99,106],"minecraft_version":[36],"class_list":["post-100523","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-forge","mod_category-management","mod_category-technology","mod_category-transportation","mod_loader-fabric","mod_loader-forge","minecraft_version-1-20-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Mentalitys | WorldWebMap - 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\/mentalitys-world-web-map\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mentalitys | WorldWebMap - Minecraft\" \/>\n<meta property=\"og:description\" content=\"1.20.1 mod: live 2D world map in browser with player markers &amp; auto-render on chunk load.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/mentalitys-world-web-map\/\" \/>\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\\\/mentalitys-world-web-map\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mentalitys-world-web-map\\\/\",\"name\":\"Mentalitys | WorldWebMap - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mentalitys-world-web-map\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mentalitys-world-web-map\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mentalitys-world-web-map-icon-d4329d8df3c926777b71191f53697c2377e3f5d2_96.webp\",\"datePublished\":\"2026-06-05T18:40:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mentalitys-world-web-map\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mentalitys-world-web-map\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mentalitys-world-web-map\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mentalitys-world-web-map-icon-d4329d8df3c926777b71191f53697c2377e3f5d2_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mentalitys-world-web-map-icon-d4329d8df3c926777b71191f53697c2377e3f5d2_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mentalitys-world-web-map\\\/#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\":\"Mentalitys | WorldWebMap\"}]},{\"@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":"Mentalitys | WorldWebMap - 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\/mentalitys-world-web-map\/","og_locale":"en_US","og_type":"article","og_title":"Mentalitys | WorldWebMap - Minecraft","og_description":"1.20.1 mod: live 2D world map in browser with player markers & auto-render on chunk load.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/mentalitys-world-web-map\/","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\/mentalitys-world-web-map\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/mentalitys-world-web-map\/","name":"Mentalitys | WorldWebMap - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mentalitys-world-web-map\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mentalitys-world-web-map\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mentalitys-world-web-map-icon-d4329d8df3c926777b71191f53697c2377e3f5d2_96.webp","datePublished":"2026-06-05T18:40:12+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mentalitys-world-web-map\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/mentalitys-world-web-map\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mentalitys-world-web-map\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mentalitys-world-web-map-icon-d4329d8df3c926777b71191f53697c2377e3f5d2_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mentalitys-world-web-map-icon-d4329d8df3c926777b71191f53697c2377e3f5d2_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mentalitys-world-web-map\/#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":"Mentalitys | WorldWebMap"}]},{"@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\/100523","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\/100524"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=100523"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=100523"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=100523"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=100523"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}