{"id":147384,"date":"2026-06-08T23:10:11","date_gmt":"2026-06-08T20:10:11","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/spvelocity\/"},"modified":"2026-06-08T23:10:11","modified_gmt":"2026-06-08T20:10:11","slug":"spvelocity","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/spvelocity\/","title":{"rendered":"spvelocity"},"content":{"rendered":"<p>Spvelocity \u2014 a Paper \/ Spigot plugin that **downloads and launches a Velocity proxy**<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;<\/p>\n<p>![Java](https:\/\/img.shields.io\/badge\/Java-21-blue) ![Paper](https:\/\/img.shields.io\/badge\/Paper-1.21.x-green) ![License](https:\/\/img.shields.io\/badge\/License-MIT-lightgrey)<\/p>\n<p>&#8212;<\/p>\n<p>## What is it?<\/p>\n<p>Spvelocity is a Paper \/ Spigot plugin that automatically:<\/p>\n<p>1. Downloads a Velocity jar from a given URL<br \/>\n2. Starts Velocity in a separate process<br \/>\n3. Lets you control it in-game \/ from console with `\/proxy start|stop|status`<\/p>\n<p>Perfect for quick network testing, CI pipelines, or ad-hoc test servers.<\/p>\n<p>&#8212;<\/p>\n<p>## Features<\/p>\n<p>* **Auto-download** of `velocity.jar` on the very first `\/proxy start`<br \/>\n* Works on Paper \/ Spigot 1.12 \u2013 latest (built against the 1.21.4 API)<br \/>\n* Requires only Java 11+, recommended Java 17 or 21<br \/>\n* Runs in a background thread \u2013 won\u2019t block the main server<br \/>\n* Stops Velocity automatically when the Paper server stops<br \/>\n* Simple configuration via `plugins\/Spvelocity\/config.yml`<\/p>\n<p>&#8212;<\/p>\n<p>## Requirements<\/p>\n<p>* A Paper or Spigot server<br \/>\n  (1.12 \u2013 latest, built against Paper-1.21.4)<br \/>\n* Java 11 or newer (Velocity itself needs 11+)<br \/>\n* Internet access the first time you run `\/proxy start` (to download Velocity)<\/p>\n<p>&#8212;<\/p>\n<p>## Getting started (pre-built jar)<\/p>\n<p>1. Download `spvelocity-<version>-shaded.jar` from the Releases page<br \/>\n2. Drop it into `<server>\/plugins`<br \/>\n3. Start your Paper \/ Spigot server with **Java 17 \/ 21** etc.<br \/>\n4. Run in-game or in console:<br \/>\n   &#8220;`text<br \/>\n   \/proxy start<br \/>\n   &#8220;`<br \/>\n   \u2192 `velocity.jar` is downloaded to `plugins\/Spvelocity\/proxy\/` and booted on port 25577<\/p>\n<p>&#8212;<\/p>\n<p>## Building from source<\/p>\n<p>&#8220;`bash<br \/>\ngit clone https:\/\/github.com\/<YOUR-USER>\/spvelocity.git<br \/>\ncd spvelocity<br \/>\nmvn clean package    # produces target\/spvelocity-*-shaded.jar<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## Configuration \u2014 `config.yml`<\/p>\n<p>&#8220;`yml<br \/>\nvelocity:<br \/>\n  download-url: &#8220;https:\/\/api.papermc.io\/v2\/projects\/velocity\/versions\/3.3.0-SNAPSHOT\/builds\/261\/downloads\/velocity-3.3.0-SNAPSHOT-261.jar&#8221;<br \/>\n  jar-name: &#8220;velocity.jar&#8221;<br \/>\n  port: 25577<br \/>\n&#8220;`<\/p>\n<p>* Copy the download URL from PaperMC\u2019s downloads page:<br \/>\n  https:\/\/papermc.io\/downloads#Velocity<br \/>\n* Stable versions (`3.2.0`, etc.) keep the same URL.<br \/>\n* For SNAPSHOTs you may want a script that queries the API for the latest build or update the URL manually.<\/p>\n<p>&#8212;<\/p>\n<p>## Commands &#038; permissions<\/p>\n<p>| Command            | Description                         | Permission              | Default |<br \/>\n|&#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;|<br \/>\n| `\/proxy start`     | Download &#038; start Velocity           | `spvelocity.command`    | OP      |<br \/>\n| `\/proxy stop`      | Stop the running Velocity instance  | `spvelocity.command`    | OP      |<br \/>\n| `\/proxy status`    | Show proxy status                   | `spvelocity.command`    | OP      |<\/p>\n<p>&#8212;<\/p>\n<p>## How it works<\/p>\n<p>1. `SpvelocityManager` checks whether `plugins\/Spvelocity\/proxy\/velocity.jar` exists<br \/>\n2. If not, it downloads it via **Apache Commons IO** from the configured URL<br \/>\n3. Runs `java -jar velocity.jar &#8211;port <port>` through **ProcessBuilder**<br \/>\n4. Redirects proxy output to the Paper console<br \/>\n5. When the Paper server shuts down, the child process is destroyed via `destroy()`<\/p>\n<p>&#8212;<\/p>\n<p>## License<\/p>\n<p>MIT License \u2014 see `LICENSE` for details.<br \/>\nFork, modify, redistribute, enjoy!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A plugin that allows you to use velocity as a spigot plugin<\/p>\n","protected":false},"featured_media":147385,"template":"","meta":{"_minecraft_slug":"spvelocity","_minecraft_project_id":"SvLKZLYF","_minecraft_author":"nehatsu.","_minecraft_license":"Apache-2.0","_minecraft_downloads":56,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"spvelocity.zip","_minecraft_size_bytes":457449,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T20:54:27.230449Z","_minecraft_date_created":"2025-07-09T02:26:14.440052Z","_minecraft_date_modified":"2025-06-29T11:30:42.690884Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/spvelocity","_minecraft_icon_attachment_id":147385,"_minecraft_imported_at":"2026-06-08T20:10:12+00:00","_minecraft_import_hash":"4262cc277e47c4a4e3cf015e886f89ed","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[127,129],"mod_loader":[132,134],"minecraft_version":[62,73,38,78],"class_list":["post-147384","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-paper","mod_category-spigot","mod_loader-paper","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-2","minecraft_version-1-21-4","minecraft_version-1-21-5"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>spvelocity - 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\/spvelocity\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"spvelocity - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A plugin that allows you to use velocity as a spigot plugin\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/spvelocity\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spvelocity\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spvelocity\\\/\",\"name\":\"spvelocity - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spvelocity\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spvelocity\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/spvelocity-icon-8595a03f867fb5af003c8c750365a98858eec103_96.webp\",\"datePublished\":\"2026-06-08T20:10:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spvelocity\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spvelocity\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spvelocity\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/spvelocity-icon-8595a03f867fb5af003c8c750365a98858eec103_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/spvelocity-icon-8595a03f867fb5af003c8c750365a98858eec103_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/spvelocity\\\/#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\":\"spvelocity\"}]},{\"@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":"spvelocity - 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\/spvelocity\/","og_locale":"en_US","og_type":"article","og_title":"spvelocity - Minecraft","og_description":"A plugin that allows you to use velocity as a spigot plugin","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/spvelocity\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/spvelocity\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/spvelocity\/","name":"spvelocity - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/spvelocity\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/spvelocity\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/spvelocity-icon-8595a03f867fb5af003c8c750365a98858eec103_96.webp","datePublished":"2026-06-08T20:10:11+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/spvelocity\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/spvelocity\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/spvelocity\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/spvelocity-icon-8595a03f867fb5af003c8c750365a98858eec103_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/spvelocity-icon-8595a03f867fb5af003c8c750365a98858eec103_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/spvelocity\/#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":"spvelocity"}]},{"@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\/147384","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\/147385"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=147384"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=147384"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=147384"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=147384"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}