{"id":125876,"date":"2026-06-07T12:32:48","date_gmt":"2026-06-07T09:32:48","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/proxy-utils\/"},"modified":"2026-06-07T12:32:48","modified_gmt":"2026-06-07T09:32:48","slug":"proxy-utils","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/proxy-utils\/","title":{"rendered":"Proxy-Utils"},"content":{"rendered":"<p>&#8212;<\/p>\n<p>**Proxy-Utils Plugin Documentation**<\/p>\n<p>*Developed by MineFlow Studios*<\/p>\n<p>&#8212;<\/p>\n<p>## **Overview**<\/p>\n<p>Proxy-Utils is a powerful Velocity proxy plugin designed to streamline server management by offering a range of essential tools. With features such as broadcasting announcements, managing server connections, handling proxy restarts, and monitoring plugin statuses, Proxy-Utils ensures a seamless and efficient experience for both administrators and players.<\/p>\n<p>&#8212;<\/p>\n<p>## **Installation**<\/p>\n<p>1. **Download** the `Proxy-Utils.jar` file.<br \/>\n2. **Place** the JAR in your proxy server&#8217;s `plugins` directory.<br \/>\n3. **Start** your Velocity proxy server. Configuration files (`settings.yml`) will be generated automatically.<\/p>\n<p>&#8212;<\/p>\n<p>## **Configuration**<\/p>\n<p>Located in `plugins\/Proxy-Utils\/`.<\/p>\n<p>&#8211; **settings.yml**<br \/>\n  &#8220;`yaml<br \/>\n  servers:<br \/>\n    lobby: lobby-server<br \/>\n    smp: smp-server<br \/>\n    hub: hub-server<\/p>\n<p>  commands:<br \/>\n    \/lobby: lobby<br \/>\n    \/l: lobby<br \/>\n    \/smp: smp<br \/>\n    \/hub: hub<\/p>\n<p>  defaultRestartTime: 600 # Default restart time in seconds (e.g., 10 minutes)<\/p>\n<p>  broadcastIntervals:<br \/>\n    &#8211; 600<br \/>\n    &#8211; 300<br \/>\n    &#8211; 60<br \/>\n    &#8211; 50<br \/>\n    &#8211; 25<br \/>\n    &#8211; 10<br \/>\n    &#8211; 9<br \/>\n    &#8211; 8<br \/>\n    &#8211; 7<br \/>\n    &#8211; 6<br \/>\n    &#8211; 5<br \/>\n    &#8211; 4<br \/>\n    &#8211; 3<br \/>\n    &#8211; 2<br \/>\n    &#8211; 1<\/p>\n<p>  messages:<br \/>\n    announce: &#8220;&#038;a[Announcement] &#038;f{message}&#8221;<br \/>\n    restartKick: &#8220;&#038;cWe are restarting, please rejoin.&#8221;<br \/>\n    restartCancelled: &#8220;&#038;cThe proxy restart has been &#038;lCANCELLED!&#8221;<br \/>\n    restartCountdown: &#8220;&#038;cRestart in {timeLeft}&#8230;&#8221;<br \/>\n  &#8220;`<\/p>\n<p>&#8211; **settings.yml** Details:<\/p>\n<p>  &#8211; **servers:**<br \/>\n    Defines server identifiers and their corresponding server names.<\/p>\n<p>  &#8211; **commands:**<br \/>\n    Maps specific command aliases to server identifiers for dynamic server commands.<\/p>\n<p>  &#8211; **defaultRestartTime:**<br \/>\n    Sets the default time (in seconds) for the proxy restart countdown if no time is specified in the `\/proxyrestart` command.<\/p>\n<p>  &#8211; **broadcastIntervals:**<br \/>\n    Specifies the intervals (in seconds) at which countdown messages are broadcasted to players during a proxy restart.<\/p>\n<p>  &#8211; **messages:**<br \/>\n    Customizable messages for various plugin actions, supporting color codes with the `&#038;` symbol and placeholders like `{message}` and `{timeLeft}`.<\/p>\n<p>&#8212;<\/p>\n<p>## **Commands**<\/p>\n<p>### **General Commands**<\/p>\n<p>&#8211; **`\/announce <message>`**<br \/>\n  *Broadcasts a customized announcement message to all players. Supports color codes using the `&#038;` symbol.*<\/p>\n<p>  **Usage:**<br \/>\n  &#8220;`<br \/>\n  \/announce <message><br \/>\n  &#8220;`<\/p>\n<p>  **Example:**<br \/>\n  &#8220;`<br \/>\n  \/announce Welcome to the server! &#038;aEnjoy your stay!<br \/>\n  &#8220;`<\/p>\n<p>&#8211; **`\/proxyrestart [timeInSeconds]`**<br \/>\n  *Initiates a countdown to restart the proxy server. If no time is specified, the default restart time from `settings.yml` is used. During the countdown, specified broadcast intervals will notify players of the impending restart.*<\/p>\n<p>  **Usage:**<br \/>\n  &#8220;`<br \/>\n  \/proxyrestart [timeInSeconds]<br \/>\n  &#8220;`<\/p>\n<p>  **Examples:**<br \/>\n  &#8211; Start a restart countdown with the default time:<br \/>\n    &#8220;`<br \/>\n    \/proxyrestart<br \/>\n    &#8220;`<br \/>\n  &#8211; Start a restart countdown with a specified time (e.g., 300 seconds):<br \/>\n    &#8220;`<br \/>\n    \/proxyrestart 300<br \/>\n    &#8220;`<\/p>\n<p>&#8211; **`\/cancelproxyrestart`**<br \/>\n  *Cancels any active proxy restart countdown. Notifies all players that the restart has been canceled.*<\/p>\n<p>  **Usage:**<br \/>\n  &#8220;`<br \/>\n  \/cancelproxyrestart<br \/>\n  &#8220;`<\/p>\n<p>&#8211; **`\/server [serverName]`**<br \/>\n  *Sends the player to the specified server. If no server name is provided, it lists all available servers as defined in `settings.yml`.*<\/p>\n<p>  **Usage:**<br \/>\n  &#8220;`<br \/>\n  \/server <serverName><br \/>\n  &#8220;`<\/p>\n<p>  **Aliases:**<br \/>\n  &#8220;`<br \/>\n  \/srv<br \/>\n  &#8220;`<\/p>\n<p>  **Examples:**<br \/>\n  &#8211; Send to a specific server:<br \/>\n    &#8220;`<br \/>\n    \/server lobby<br \/>\n    &#8220;`<br \/>\n  &#8211; List all available servers:<br \/>\n    &#8220;`<br \/>\n    \/server<br \/>\n    &#8220;`<\/p>\n<p>&#8211; **Dynamic Server Commands (e.g., `\/lobby`, `\/smp`, `\/hub`)**<br \/>\n  *Provides quick access to specific servers without the need to use the `\/server` command. Each dynamic command corresponds to a server defined in `settings.yml`.*<\/p>\n<p>  **Usage:**<br \/>\n  &#8220;`<br \/>\n  \/<serverAlias><br \/>\n  &#8220;`<\/p>\n<p>  **Examples:**<br \/>\n  &#8211; Send to the lobby server:<br \/>\n    &#8220;`<br \/>\n    \/lobby<br \/>\n    &#8220;`<br \/>\n  &#8211; Send to the SMP server:<br \/>\n    &#8220;`<br \/>\n    \/smp<br \/>\n    &#8220;`<br \/>\n  &#8211; Send to the hub server:<br \/>\n    &#8220;`<br \/>\n    \/hub<br \/>\n    &#8220;`<\/p>\n<p>&#8211; **`\/proxyplugins`**<br \/>\n  *Lists all plugin JAR files present in the proxy&#8217;s plugins directory. Indicates whether each plugin is loaded correctly (green) or not loaded (red). Additionally, displays the version of each plugin if available.*<\/p>\n<p>  **Usage:**<br \/>\n  &#8220;`<br \/>\n  \/proxyplugins<br \/>\n  &#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## **Permissions**<\/p>\n<p>| **Permission Node**               | **Description**                                           | **Default Access**      |<br \/>\n|&#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;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `proxyutils.announce`             | Allows the use of the `\/announce` command.               | Administrators\/Admins   |<br \/>\n| `proxyutils.proxyrestart`         | Allows the use of the `\/proxyrestart` command.           | Administrators\/Admins   |<br \/>\n| `proxyutils.cancelproxyrestart`   | Allows the use of the `\/cancelproxyrestart` command.     | Administrators\/Admins   |<br \/>\n| `proxyutils.server`               | Allows the use of the `\/server` command.                 | All Players             |<br \/>\n| `proxyutils.server.<serverName>`  | Allows the use of dynamic server commands (e.g., `\/lobby`).| Administrators\/Admins |<br \/>\n| `proxyutils.proxyplugins`         | Allows the use of the `\/proxyplugins` command.           | Administrators\/Admins   |<\/p>\n<p>**Setting Permissions Example (LuckPerms):**<br \/>\n&#8220;`<br \/>\nlp group admin permission set proxyutils.announce true<br \/>\nlp group admin permission set proxyutils.proxyrestart true<br \/>\nlp group admin permission set proxyutils.cancelproxyrestart true<br \/>\nlp group admin permission set proxyutils.server true<br \/>\nlp group admin permission set proxyutils.server.lobby true<br \/>\nlp group admin permission set proxyutils.server.smp true<br \/>\nlp group admin permission set proxyutils.server.hub true<br \/>\nlp group admin permission set proxyutils.proxyplugins true<br \/>\n&#8220;`<\/p>\n<p>**Notes:**<br \/>\n&#8211; **Dynamic Server Permissions:** Replace `<serverName>` with the actual server identifier as defined in your `settings.yml`. For example, if you have a server named `lobby`, the permission node would be `proxyutils.server.lobby`.<br \/>\n&#8211; **Console Access:** Commands executed from the console are not subject to permission checks and are permitted by default.<\/p>\n<p>&#8212;<\/p>\n<p>## **Usage Tips**<\/p>\n<p>&#8211; **Permissions Management:**<br \/>\n  Ensure that permissions are correctly assigned to user groups to control access to various commands. Typically, only administrators should have access to `\/proxyrestart`, `\/cancelproxyrestart`, and `\/proxyplugins`.<\/p>\n<p>&#8211; **Server Definitions:**<br \/>\n  Keep your `settings.yml` up-to-date with all active servers to ensure that players can seamlessly switch between them using the `\/server` commands or dynamic server commands.<\/p>\n<p>&#8211; **Broadcast Intervals:**<br \/>\n  Customize the `broadcastIntervals` in `settings.yml` to control how frequently players are notified about impending proxy restarts, enhancing communication and reducing potential confusion.<\/p>\n<p>&#8211; **Plugin Monitoring:**<br \/>\n  Regularly use the `\/proxyplugins` command to monitor the status of installed plugins, helping you quickly identify and address any issues related to plugin loading.<\/p>\n<p>&#8211; **Color Codes:**<br \/>\n  Utilize the `&#038;` symbol in messages within `settings.yml` to add color and formatting, making announcements and notifications more visually appealing.<\/p>\n<p>&#8212;<\/p>\n<p>**Enjoy managing your Velocity proxy with Proxy-Utils!**<\/p>\n<p>&#8212;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Proxy-Utils is a Velocity plugin providing administrative commands for announcements, server management, proxy restarts, and plugin status display.<\/p>\n","protected":false},"featured_media":125877,"template":"","meta":{"_minecraft_slug":"proxy-utils","_minecraft_project_id":"zJsIjeKW","_minecraft_author":"Kron","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":292,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"proxy-utils.zip","_minecraft_size_bytes":13322567,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T11:47:34.301936Z","_minecraft_date_created":"2025-01-21T09:27:00.504684Z","_minecraft_date_modified":"2025-01-19T14:34:10.601327Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/proxy-utils","_minecraft_icon_attachment_id":125877,"_minecraft_imported_at":"2026-06-07T09:32:50+00:00","_minecraft_import_hash":"7e602b2aea9d03e402a48be418a8e239","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,90,92,985],"mod_loader":[986],"minecraft_version":[37,73,74,38],"class_list":["post-125876","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-optimization","mod_category-utility","mod_category-velocity","mod_loader-velocity","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Proxy-Utils - 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\/proxy-utils\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Proxy-Utils - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Proxy-Utils is a Velocity plugin providing administrative commands for announcements, server management, proxy restarts, and plugin status display.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/proxy-utils\/\" \/>\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\\\/proxy-utils\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxy-utils\\\/\",\"name\":\"Proxy-Utils - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxy-utils\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxy-utils\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/proxy-utils-icon-48eea45ab8c99fc8e2fc5a63ea426b7e5aa49057_96.webp\",\"datePublished\":\"2026-06-07T09:32:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxy-utils\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxy-utils\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxy-utils\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/proxy-utils-icon-48eea45ab8c99fc8e2fc5a63ea426b7e5aa49057_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/proxy-utils-icon-48eea45ab8c99fc8e2fc5a63ea426b7e5aa49057_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxy-utils\\\/#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\":\"Proxy-Utils\"}]},{\"@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":"Proxy-Utils - 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\/proxy-utils\/","og_locale":"en_US","og_type":"article","og_title":"Proxy-Utils - Minecraft","og_description":"Proxy-Utils is a Velocity plugin providing administrative commands for announcements, server management, proxy restarts, and plugin status display.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/proxy-utils\/","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\/proxy-utils\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/proxy-utils\/","name":"Proxy-Utils - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/proxy-utils\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/proxy-utils\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/proxy-utils-icon-48eea45ab8c99fc8e2fc5a63ea426b7e5aa49057_96.webp","datePublished":"2026-06-07T09:32:48+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/proxy-utils\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/proxy-utils\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/proxy-utils\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/proxy-utils-icon-48eea45ab8c99fc8e2fc5a63ea426b7e5aa49057_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/proxy-utils-icon-48eea45ab8c99fc8e2fc5a63ea426b7e5aa49057_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/proxy-utils\/#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":"Proxy-Utils"}]},{"@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\/125876","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\/125877"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=125876"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=125876"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=125876"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=125876"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}