{"id":30009,"date":"2026-06-01T15:35:02","date_gmt":"2026-06-01T12:35:02","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/betterenchantedvelocity\/"},"modified":"2026-06-01T15:35:02","modified_gmt":"2026-06-01T12:35:02","slug":"betterenchantedvelocity","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/betterenchantedvelocity\/","title":{"rendered":"BetterEnchantedVelocity"},"content":{"rendered":"<p># BetterEnhancedVelocity<\/p>\n<p>![GitHub Release](https:\/\/github.com\/lenvxdev\/BetterEnhancedVelocity\/releases)<br \/>\n![Modrinth Downloads](https:\/\/modrinth.com\/plugin\/betterenchantedvelocity)<br \/>\n![License](LICENSE)<br \/>\n![Velocity](https:\/\/velocitypowered.com)<br \/>\n![Kotlin](https:\/\/kotlinlang.org)<\/p>\n<p>A Velocity proxy plugin for efficient network management. Provides configurable commands for player and server administration, with full vanish plugin support and multi-language messages.<\/p>\n<p>## Installation<\/p>\n<p>1. Download the latest JAR from GitHub Releases or Modrinth<br \/>\n2. Drop it into your Velocity `plugins\/` folder<br \/>\n3. Restart the proxy<br \/>\n4. Edit `plugins\/betterenhancedvelocity\/settings.yml` to configure features and commands<\/p>\n<p>## Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/glist` | List all players across every server with a progress bar | `betterenhancedvelocity.commands.glist` |<br \/>\n| `\/find <player>` | Show which server a player is on | `betterenhancedvelocity.commands.find` |<br \/>\n| `\/ping [player]` | Check your ping or another player&#8217;s | `betterenhancedvelocity.commands.ping` |<br \/>\n| `\/send <player> <server>` | Send a player to a server | `betterenhancedvelocity.commands.send` |<br \/>\n| `\/alert <message>` | Broadcast a message to all players | `betterenhancedvelocity.commands.alert` |<br \/>\n| `\/kickall <server|all>` | Kick all players from a server or the entire proxy | `betterenhancedvelocity.commands.kickall` |<br \/>\n| `\/move <player|server:<name>|all> <dest>` | Move players to a destination server | `betterenhancedvelocity.commands.move` |<br \/>\n| `\/bev reload` | Reload config and language files | `betterenhancedvelocity.admin` |<\/p>\n<p>### Action Permissions<\/p>\n<p>| Permission | Description |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `betterenhancedvelocity.actions.seevanished` | See vanished players in commands |<br \/>\n| `betterenhancedvelocity.actions.findvanished` | See vanished status in `\/find` |<br \/>\n| `betterenhancedvelocity.actions.kickall.bypass` | Exempt from `\/kickall` |<br \/>\n| `betterenhancedvelocity.actions.move.all` | Use `\/move all` |<br \/>\n| `betterenhancedvelocity.actions.move.server` | Use `\/move server:<name>` |<br \/>\n| `betterenhancedvelocity.actions.move.player` | Use `\/move <player>` |<\/p>\n<p>## Configuration<\/p>\n<p>All features can be individually enabled or disabled in `settings.yml`:<\/p>\n<p>&#8220;`yaml<br \/>\nfeatures:<br \/>\n  global_list:<br \/>\n    enabled: true   # set to false to disable \/glist entirely<br \/>\n    command: glist<br \/>\n    aliases: [globallist, list, players]<br \/>\n  find:<br \/>\n    enabled: true<br \/>\n  send:<br \/>\n    enabled: true<br \/>\n  alert:<br \/>\n    enabled: true<br \/>\n  ping:<br \/>\n    enabled: true<br \/>\n  kickall:<br \/>\n    enabled: true<br \/>\n  move:<br \/>\n    enabled: true<br \/>\n&#8220;`<\/p>\n<p>Command names and aliases are configurable per feature.<\/p>\n<p>Startup commands run automatically when the proxy initializes:<\/p>\n<p>&#8220;`yaml<br \/>\nstartup_commands:<br \/>\n  &#8211; &#8220;alert Proxy has started!&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Global List Server Groups<\/p>\n<p>The `\/glist` command supports grouping sub-servers under a single display entry, hiding servers from the list, and custom display names:<\/p>\n<p>&#8220;`yaml<br \/>\nfeatures:<br \/>\n  global_list:<br \/>\n    server:<br \/>\n      # This entry groups bw-1, bw-2, bw-3 and shows them as one &#8220;BedWars&#8221; row<br \/>\n      BedWars:<br \/>\n        displayname: &#8220;BedWars&#8221;<br \/>\n        sum:<br \/>\n          &#8211; &#8220;bw-1&#8221;<br \/>\n          &#8211; &#8220;bw-2&#8221;<br \/>\n          &#8211; &#8220;bw-3&#8221;<br \/>\n      # These are hidden from the list since they appear under BedWars above<br \/>\n      bw-1:<br \/>\n        hidden: true<br \/>\n      bw-2:<br \/>\n        hidden: true<br \/>\n      bw-3:<br \/>\n        hidden: true<br \/>\n&#8220;`<\/p>\n<p>`displayname` overrides the server name shown in the list. `sum` merges the player counts of the listed servers into this row. `hidden: true` removes a server from the output entirely.<\/p>\n<p>## Languages<\/p>\n<p>Two languages are bundled: `en_US` and `tr_TR`. To switch, set `default_language` in `settings.yml`:<\/p>\n<p>&#8220;`yaml<br \/>\ndefault_language: &#8220;tr_TR&#8221;<br \/>\n&#8220;`<\/p>\n<p>To add a custom language, copy `plugins\/betterenhancedvelocity\/languages\/en_US.yml` to a new file (e.g. `de_DE.yml`), translate the values, then set `default_language: &#8220;de_DE&#8221;`. Run `\/bev reload` to apply without restarting.<\/p>\n<p>All messages support MiniMessage formatting.<\/p>\n<p>## Vanish Integration<\/p>\n<p>BetterEnhancedVelocity has a built-in vanish API. If you have a vanish plugin, implement the `VanishHook` interface and register it so vanished players are hidden correctly across all commands:<\/p>\n<p>&#8220;`kotlin<br \/>\nimport dev.lenvx.betterenhancedvelocity.api.VanishHook<br \/>\nimport dev.lenvx.betterenhancedvelocity.api.VanishManager<br \/>\nimport java.util.UUID<\/p>\n<p>class MyVanishHook : VanishHook {<br \/>\n    override fun isVanished(uuid: UUID): Boolean = MyVanishPlugin.isVanished(uuid)<br \/>\n    override fun vanish(uuid: UUID) = MyVanishPlugin.vanish(uuid)<br \/>\n    override fun unvanish(uuid: UUID) = MyVanishPlugin.unvanish(uuid)<br \/>\n}<\/p>\n<p>\/\/ Register on plugin enable<br \/>\nVanishManager.register(MyVanishHook())<br \/>\n&#8220;`<\/p>\n<p>Without a registered hook, all players are treated as visible.<\/p>\n<p>## Requirements<\/p>\n<p>&#8211; Velocity 3.x<br \/>\n&#8211; Java 17+<\/p>\n<p>## Building<\/p>\n<p>&#8220;`bash<br \/>\n.\/gradlew build<br \/>\n&#8220;`<\/p>\n<p>The plugin JAR will be in `\/bin\/BetterEnhancedVelocity v<version>.jar`.<\/p>\n<p>## Contributing<\/p>\n<p>Pull requests are welcome. For bugs, open an issue on GitHub and include exact steps to reproduce, your Velocity version, and any relevant logs.<\/p>\n<p>## Credits<\/p>\n<p>Original EnhancedVelocity plugin by Syrent.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Powerful Velocity Proxy Plugin designed to enhance server management and player experience<\/p>\n","protected":false},"featured_media":30010,"template":"","meta":{"_minecraft_slug":"betterenchantedvelocity","_minecraft_project_id":"iufMvag5","_minecraft_author":"lenvx","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":23,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"betterenchantedvelocity.zip","_minecraft_size_bytes":4975297,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T22:22:05.174659Z","_minecraft_date_created":"2025-11-24T02:02:48.400919Z","_minecraft_date_modified":"2026-04-08T11:56:31.006488Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/betterenchantedvelocity","_minecraft_icon_attachment_id":30010,"_minecraft_imported_at":"2026-06-01T12:35:03+00:00","_minecraft_import_hash":"c92360768dc465c8c269699060d2297b","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,867,123,985],"mod_loader":[986],"minecraft_version":[40,41,38,78,79,80,81,82],"class_list":["post-30009","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-social","mod_category-technology","mod_category-velocity","mod_loader-velocity","minecraft_version-1-21-10","minecraft_version-1-21-11","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>BetterEnchantedVelocity - 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\/betterenchantedvelocity\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BetterEnchantedVelocity - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Powerful Velocity Proxy Plugin designed to enhance server management and player experience\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/betterenchantedvelocity\/\" \/>\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\\\/betterenchantedvelocity\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterenchantedvelocity\\\/\",\"name\":\"BetterEnchantedVelocity - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterenchantedvelocity\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterenchantedvelocity\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/betterenchantedvelocity-icon-12ef0098e8b14e04bc411e16fe7fc0e75d1b382e_96.webp\",\"datePublished\":\"2026-06-01T12:35:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterenchantedvelocity\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterenchantedvelocity\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterenchantedvelocity\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/betterenchantedvelocity-icon-12ef0098e8b14e04bc411e16fe7fc0e75d1b382e_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/betterenchantedvelocity-icon-12ef0098e8b14e04bc411e16fe7fc0e75d1b382e_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterenchantedvelocity\\\/#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\":\"BetterEnchantedVelocity\"}]},{\"@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":"BetterEnchantedVelocity - 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\/betterenchantedvelocity\/","og_locale":"en_US","og_type":"article","og_title":"BetterEnchantedVelocity - Minecraft","og_description":"Powerful Velocity Proxy Plugin designed to enhance server management and player experience","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/betterenchantedvelocity\/","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\/betterenchantedvelocity\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/betterenchantedvelocity\/","name":"BetterEnchantedVelocity - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterenchantedvelocity\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterenchantedvelocity\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/betterenchantedvelocity-icon-12ef0098e8b14e04bc411e16fe7fc0e75d1b382e_96.webp","datePublished":"2026-06-01T12:35:02+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterenchantedvelocity\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/betterenchantedvelocity\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterenchantedvelocity\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/betterenchantedvelocity-icon-12ef0098e8b14e04bc411e16fe7fc0e75d1b382e_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/betterenchantedvelocity-icon-12ef0098e8b14e04bc411e16fe7fc0e75d1b382e_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterenchantedvelocity\/#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":"BetterEnchantedVelocity"}]},{"@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\/30009","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\/30010"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=30009"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=30009"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=30009"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=30009"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}