{"id":98317,"date":"2026-06-05T18:28:37","date_gmt":"2026-06-05T15:28:37","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/mapvnc\/"},"modified":"2026-06-05T18:28:37","modified_gmt":"2026-06-05T15:28:37","slug":"mapvnc","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/mapvnc\/","title":{"rendered":"MapVNC"},"content":{"rendered":"<p># MapVNC &#8211; Your VNC Client, inside Minecraft<\/p>\n<p>![License](https:\/\/img.shields.io\/badge\/License-MIT-blue.svg)<br \/>\n![Minecraft Version](https:\/\/img.shields.io\/badge\/Minecraft-1.19.3+-green.svg)<br \/>\n![Status](https:\/\/img.shields.io\/badge\/Status-beta-orange.svg)<\/p>\n<p>MapVNC is a powerful plugin that brings a fully interactive VNC client directly into the game world. Using the robust MapEngine API, it renders a remote desktop onto a dynamic grid of in-game maps, allowing players to view and control a remote computer from within Minecraft.<\/p>\n<p>Whether for server administration, remote monitoring, or just for fun, MapVNC provides a seamless and unique integration between Minecraft and any VNC-enabled machine.<\/p>\n<p>## Features<\/p>\n<p>&#8211; **Dynamic Display Creation**: Create VNC screens of any size, anywhere in the world.<br \/>\n&#8211; **Real-Time Rendering**: View a remote desktop with configurable color depth for performance tuning.<br \/>\n&#8211; **Full Interactivity**:<br \/>\n    &#8211; **Mouse Control**: Point and click on the maps to control the remote cursor.<br \/>\n    &#8211; **Mouse Dragging**: A sneak-based system to simulate clicking and dragging.<br \/>\n    &#8211; **Text Input**: Type text directly into the remote session via commands.<br \/>\n    &#8211; **Key Presses**: Send special key events like Enter, Shift, and Escape.<br \/>\n&#8211; **In-Game Management**: Easily move, resize, and remove VNC displays without restarting.<br \/>\n&#8211; **Proximity-Based Rendering**: Displays are only rendered for nearby players to ensure optimal server performance.<br \/>\n&#8211; **Quick Target Selector**: Use `-1` as an ID to automatically target the nearest screen.<br \/>\n&#8211; **Detailed Permission System**: Fine-grained control over who can create, manage, and interact with displays.<br \/>\n&#8211; **User-Friendly Commands**: Intuitive commands with rich tab-completion to guide users.<\/p>\n<p>## Prerequisites<\/p>\n<p>&#8211; **Server Software**: Paper, Spigot, or a compatible fork (1.21+ recommended).<br \/>\n&#8211; **Java**: Java 21 or higher.<br \/>\n&#8211; **Dependency**: **MapEngine 1.8.10+** is a **required** dependency. MapVNC will not start without it.<\/p>\n<p>## Installation<\/p>\n<p>1.  Ensure you have **MapEngine 1.8.10+** installed on your server.<br \/>\n2.  Download the latest `MapVNC-*-all.jar` file from the &#8220;Versions&#8221; tab.<br \/>\n3.  Place the downloaded JAR file into your server&#8217;s `plugins` directory.<br \/>\n4.  Restart or reload your server.<\/p>\n<p>## Commands &#038; Usage<\/p>\n<p>The main command is `\/mapvnc`, which can be shortened to `\/mvnc`.<\/p>\n<p>&#8212;<\/p>\n<p>### Targeting the Nearest Screen<\/p>\n<p>For convenience, you don&#8217;t always need to know a display&#8217;s specific ID. For any command that requires an `<id>`, you can use **`-1`** as a special placeholder.<\/p>\n<p>When you use `-1`, the plugin will automatically find and target the nearest VNC display within a **16-block radius** of your location. The distance is measured from the display&#8217;s anchor point (its top-left corner).<\/p>\n<p>**Example:** Stand near a screen and type `\/mvnc connect -1` to connect it, without ever needing to run `\/mvnc list`.<\/p>\n<p>This feature works for: `remove`, `set`, `connect`, `disconnect`, `input`, and `key`.<\/p>\n<p>&#8212;<\/p>\n<p>### Command List<\/p>\n<p>| Command                                            | Description                                          | Permission                |<br \/>\n| &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; | &#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| `\/mvnc create <x> <y> <z> <width> <height>`        | Creates a new VNC display at the specified coordinates. | `mapvnc.command.create`   |<br \/>\n| `\/mvnc remove <id>`                                | Removes the VNC display with the given ID.           | `mapvnc.command.remove`   |<br \/>\n| `\/mvnc list`                                       | Lists all active VNC displays.                       | `mapvnc.command.list`     |<br \/>\n| `\/mvnc set <id> address <ip> <port>`               | Sets the VNC server address for a display.           | `mapvnc.command.set`      |<br \/>\n| `\/mvnc set <id> password [password]`               | Sets or clears the password for a display.           | `mapvnc.command.set`      |<br \/>\n| `\/mvnc set <id> colordepth <8|16|24>`             | Sets the connection quality (bits per pixel).        | `mapvnc.command.set`      |<br \/>\n| `\/mvnc set <id> pos <x> <y> <z>`                   | Moves a display to a new location.                   | `mapvnc.command.set`      |<br \/>\n| `\/mvnc set <id> size <width> <height>`             | Resizes a display.                                   | `mapvnc.command.set`      |<br \/>\n| `\/mvnc connect <id>`                               | Connects the display to its configured VNC server.   | `mapvnc.command.connect`  |<br \/>\n| `\/mvnc disconnect <id>`                            | Disconnects the display from the VNC server.         | `mapvnc.command.disconnect`|<br \/>\n| `\/mvnc input <id> <text...>`                       | Types the given text into the connected display.     | `mapvnc.command.input`    |<br \/>\n| `\/mvnc key <id> <keyName>`                         | Sends a single key press (e.g., `ENTER`, `SHIFT`).   | `mapvnc.command.key`      |<\/p>\n<p>&#8212;<\/p>\n<p>### Mouse Dragging<\/p>\n<p>You can simulate clicking and dragging (e.g., to select text or move a window) with a special sneak-based mechanic:<\/p>\n<p>1.  **Aim** at the spot on the map where you want to start the drag.<br \/>\n2.  **Hold down your Sneak key** (L-SHIFT by default).<br \/>\n3.  While still sneaking, **Left-Click** on the map. A &#8220;Mouse Down&#8221; event is sent, and an ActionBar message will appear confirming you are in dragging mode.<br \/>\n4.  To move the mouse while dragging, simply **click on other parts of the map**. You must remain in sneak mode.<br \/>\n5.  When you are finished, **Release the Sneak key**. This sends the &#8220;Mouse Up&#8221; event, completing the drag operation.<\/p>\n<p>&#8212;<\/p>\n<p>## Permissions<\/p>\n<p>| Permission Node           | Description                                                        | Default |<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;- |<br \/>\n| `mapvnc.*`                | Grants access to all MapVNC features and commands.                 | OP      |<br \/>\n| `mapvnc.command.*`        | Grants access to all MapVNC subcommands.                           | OP      |<br \/>\n| `mapvnc.command.base`     | Allows using MapVNC&#8217;s main command.                                | OP      |<br \/>\n| `mapvnc.command.create`   | Allows creating new VNC displays.                                  | OP      |<br \/>\n| `mapvnc.command.remove`   | Allows removing VNC displays.                                      | OP      |<br \/>\n| `mapvnc.command.list`     | Allows listing active VNC displays.                                | OP      |<br \/>\n| `mapvnc.command.set`      | Allows modifying display properties (address, size, etc.).         | OP      |<br \/>\n| `mapvnc.command.connect`  | Allows connecting a display to a VNC server.                       | OP      |<br \/>\n| `mapvnc.command.disconnect`| Allows disconnecting a display.                                    | OP      |<br \/>\n| `mapvnc.command.input`    | Allows typing text into a display.                                 | OP      |<br \/>\n| `mapvnc.command.key`      | Allows sending key presses to a display.                           | OP      |<\/p>\n<p>## License<\/p>\n<p>This project is licensed under the MIT License. See the LICENSE file for details.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A powerful plugin that brings a fully interactive VNC client directly into the Minecraft world.<\/p>\n","protected":false},"featured_media":98318,"template":"","meta":{"_minecraft_slug":"mapvnc","_minecraft_project_id":"sqYtP2lc","_minecraft_author":"Steve3184","_minecraft_license":"MIT","_minecraft_downloads":63,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"mapvnc.zip","_minecraft_size_bytes":112478,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T20:42:55.776957Z","_minecraft_date_created":"2025-10-09T04:24:13.991107Z","_minecraft_date_modified":"2025-10-06T17:22:11.328888Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/mapvnc","_minecraft_icon_attachment_id":98318,"_minecraft_imported_at":"2026-06-05T15:28:38+00:00","_minecraft_import_hash":"ffc606bb3f46b91fc8c59d3b36b5ba3f","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,127,128,129,123,92],"mod_loader":[130,132,133,134],"minecraft_version":[57,58,59,36,60,93,94,101,102,62,37,73,74,38,78,79,80,81,82],"class_list":["post-98317","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","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>MapVNC - 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\/mapvnc\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MapVNC - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A powerful plugin that brings a fully interactive VNC client directly into the Minecraft world.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/mapvnc\/\" \/>\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=\"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\\\/mapvnc\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mapvnc\\\/\",\"name\":\"MapVNC - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mapvnc\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mapvnc\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mapvnc-icon-e71c3b7d0443c5dc2d92ac4b24462bfe364a80c3_96.webp\",\"datePublished\":\"2026-06-05T15:28:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mapvnc\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mapvnc\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mapvnc\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mapvnc-icon-e71c3b7d0443c5dc2d92ac4b24462bfe364a80c3_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mapvnc-icon-e71c3b7d0443c5dc2d92ac4b24462bfe364a80c3_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mapvnc\\\/#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\":\"MapVNC\"}]},{\"@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":"MapVNC - 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\/mapvnc\/","og_locale":"en_US","og_type":"article","og_title":"MapVNC - Minecraft","og_description":"A powerful plugin that brings a fully interactive VNC client directly into the Minecraft world.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/mapvnc\/","og_site_name":"Minecraft","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\/mapvnc\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/mapvnc\/","name":"MapVNC - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mapvnc\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mapvnc\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mapvnc-icon-e71c3b7d0443c5dc2d92ac4b24462bfe364a80c3_96.webp","datePublished":"2026-06-05T15:28:37+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mapvnc\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/mapvnc\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mapvnc\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mapvnc-icon-e71c3b7d0443c5dc2d92ac4b24462bfe364a80c3_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mapvnc-icon-e71c3b7d0443c5dc2d92ac4b24462bfe364a80c3_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mapvnc\/#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":"MapVNC"}]},{"@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\/98317","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\/98318"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=98317"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=98317"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=98317"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=98317"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}