{"id":100880,"date":"2026-06-05T22:09:28","date_gmt":"2026-06-05T19:09:28","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/mhub\/"},"modified":"2026-06-05T22:09:28","modified_gmt":"2026-06-05T19:09:28","slug":"mhub","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/mhub\/","title":{"rendered":"mHub"},"content":{"rendered":"<p># \ud83c\udf0c mHub<\/p>\n<p>![mHub Banner](https:\/\/img.shields.io\/badge\/Version-1.0.0&#8211;SNAPSHOT-blue?style=for-the-badge)<br \/>\n![Minecraft Support](https:\/\/img.shields.io\/badge\/Support-1.20.x&#8211;1.21.x-green?style=for-the-badge)<br \/>\n![Author](https:\/\/img.shields.io\/badge\/Author-AlexClient-cyan?style=for-the-badge)<\/p>\n<p>**mHub** is a high-performance, lightweight, and extremely customizable HubCore designed for modern Minecraft networks. Built with efficiency in mind, it provides all the essential features to manage your lobby with a professional touch.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude80 Key Features<\/p>\n<p>*   **\u26a1 Advanced Server Selector**:<br \/>\n    *   Support for **Custom Heads** (Base64\/Value).<br \/>\n    *   Unique action system: `[MESSAGE]`, `[CONSOLE]`, `[PLAYER]`, `[CONNECT]`.<br \/>\n*   **\ud83c\udfae Player Preferences**:<br \/>\n    *   Toggle Scoreboard and Tablist visibility via GUI.<br \/>\n    *   Persistent storage (SQLite\/MySQL).<br \/>\n*   **\ud83d\udc41\ufe0f Dynamic Player Visibility**:<br \/>\n    *   Hotbar item that changes material (Lime\/Gray Dye) and name based on state.<br \/>\n*   **\ud83d\udee1\ufe0f CommandGuard**:<br \/>\n    *   Strict Command Whitelist.<br \/>\n    *   **Total Tab-Complete Block**: Prevent players from seeing your plugins list.<br \/>\n*   **\ud83d\udcca Visuals**:<br \/>\n    *   Animated Tablist &#038; Scoreboard with **PlaceholderAPI** support.<br \/>\n    *   Custom **Chat Format** with HEX color support (`&#038;#00D1FF`).<br \/>\n*   **\u2694\ufe0f HubPvP**:<br \/>\n    *   Enable\/Disable PvP in the lobby with a single item.<br \/>\n*   **\ud83d\udd12 Lobby Protection**:<br \/>\n    *   Disable block breaking, placing, hunger, damage, weather changes, etc.<br \/>\n*   **\ud83d\udeab Anti World Downloader**:<br \/>\n    *   Protect your builds from being stolen.<br \/>\n*   **\ud83c\udf0d Multi-Language**:<br \/>\n    *   Full support for English (`en.yml`) and Spanish (`es.yml`).<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee0\ufe0f Actions System (Selector)<\/p>\n<p>The server selector uses a powerful prefix system for its actions:<\/p>\n<p>| Prefix | Description | Example |<br \/>\n| :&#8212; | :&#8212; | :&#8212; |<br \/>\n| `[MESSAGE]` | Sends a colored message to the player | `[MESSAGE] &#038;aConnecting&#8230;` |<br \/>\n| `[CONSOLE]` | Executes a command from console | `[CONSOLE] joinqueue %player% survival` |<br \/>\n| `[PLAYER]` | Executes a command as the player | `[PLAYER] spawn` |<br \/>\n| `[CONNECT]` | Connects to a Proxy server | `[CONNECT] survival` |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdc Commands &#038; Permissions<\/p>\n<p>| Command | Description | Permission |<br \/>\n| :&#8212; | :&#8212; | :&#8212; |<br \/>\n| `\/mhub` | Shows plugin information | `None` |<br \/>\n| `\/mhub reload` | Reloads all configuration files | `mhub.admin` |<\/p>\n<p>*   **Bypass CommandGuard**: `op` players bypass all command and tab restrictions.<br \/>\n*   **AntiDownloader Alerts**: `mhub.notify.antidownloader`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce5 Installation<\/p>\n<p>1.  Download the `mHub.jar` file.<br \/>\n2.  Place it in your server&#8217;s `plugins` folder.<br \/>\n3.  Restart your server.<br \/>\n4.  Configure the files in the `\/plugins\/mHub\/` directory.<br \/>\n5.  Enjoy your professional lobby!<\/p>\n<p>&#8212;<\/p>\n<p>&#8220;`yaml<br \/>\n#<br \/>\n# mHub &#8211; Hub Add-on for Imperior Development<br \/>\n#<br \/>\n# This file contains the mHub plugin settings.<br \/>\n# The configuration is divided into several sections:<br \/>\n# &#8211; settings: General plugin settings<br \/>\n# &#8211; database: Database configuration<br \/>\n# &#8211; anti-downloader-world: Anti-downloader world configuration<br \/>\n# &#8211; protection: Server protection configuration<br \/>\n# &#8211; tab: Tablist configuration<br \/>\n# &#8211; scoreboard: Scoreboard configuration<\/p>\n<p>settings:<br \/>\n  server-name: &#8220;&#038;#00D1FFmHub &#038;8| &#038;fImperior Development&#8221;<br \/>\n  default-locale: en # en, es<br \/>\n  update-interval-ticks: 20<br \/>\n  join-clear-inventory: true<br \/>\nchat-format:<br \/>\n  enabled: true<br \/>\n  # Format: [prefix] [player] [suffix]: [message]<br \/>\n  # Use %prefix%, %player%, %suffix%, %message%, %displayname%<br \/>\n  format: &#8220;%player%&#038;f: &#038;f%message%&#8221;<br \/>\ndatabase:<br \/>\n  type: SQLITE # SQLITE, MYSQL<br \/>\n  mysql:<br \/>\n    host: localhost<br \/>\n    port: 3306<br \/>\n    database: mhub<br \/>\n    username: root<br \/>\n    password: password<\/p>\n<p>anti-downloader-world:<br \/>\n  enabled: false<br \/>\n  monitored-worlds:<br \/>\n    &#8211; world<br \/>\n  channels:<br \/>\n    &#8211; &#8220;WDL|INIT&#8221;<br \/>\n    &#8211; &#8220;WDL|CONTROL&#8221;<br \/>\n    &#8211; &#8220;WDL|REQUEST&#8221;<br \/>\n  kick-player: true<br \/>\n  notify-console: true<br \/>\n  notify-permission: &#8220;mhub.notify.antidownloader&#8221;<\/p>\n<p>protection:<br \/>\n  enabled: true<br \/>\n  disable-damage: true<br \/>\n  disable-fall-damage: true<br \/>\n  disable-hunger: true<br \/>\n  disable-item-drop: true<br \/>\n  disable-item-pickup: true<br \/>\n  disable-block-break: true<br \/>\n  disable-block-place: true<br \/>\n  disable-entity-spawn: true<br \/>\n  disable-weather-change: true<br \/>\n  disable-leaves-decay: true<br \/>\n  disable-targeting: true<br \/>\n  disable-physical-interact: true<br \/>\n  void-teleport:<br \/>\n    enabled: true<br \/>\n    min-y: 0<\/p>\n<p>chat-settings:<br \/>\n  disable-advancements: true<br \/>\n  join-message: true<br \/>\n  quit-message: true<br \/>\n  death-message: true<\/p>\n<p>&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd17 Links<\/p>\n<p>*   **Modrinth Profile**: Visit AlexClient on Modrinth<br \/>\n*   **Support**: For bugs or feature requests, please contact the author.<\/p>\n<p>&#8212;<\/p>\n<p align=\"center\">\n  Developed with \u2764\ufe0f by <b>AlexClient<\/b><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A plugin designed for managing a HubCore is an add-on specifically designed for use with your lobby.<\/p>\n","protected":false},"featured_media":100881,"template":"","meta":{"_minecraft_slug":"mhub","_minecraft_project_id":"tX7lfj3Q","_minecraft_author":"alexclient","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":7,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"mhub.zip","_minecraft_size_bytes":17713949,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T12:25:56.643061Z","_minecraft_date_created":"2026-04-28T22:14:07.728667Z","_minecraft_date_modified":"2026-03-27T01:02:22.355828Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/mhub","_minecraft_icon_attachment_id":100881,"_minecraft_imported_at":"2026-06-05T19:09:28+00:00","_minecraft_import_hash":"442b711a2ac0a03dc2c8e0b0d2601474","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,156,89,127,128,129,123,92],"mod_loader":[130,132,133,134],"minecraft_version":[59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-100880","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-decoration","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-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-10","minecraft_version-1-21-11","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>mHub - 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\/mhub\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"mHub - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A plugin designed for managing a HubCore is an add-on specifically designed for use with your lobby.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/mhub\/\" \/>\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\\\/mhub\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mhub\\\/\",\"name\":\"mHub - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mhub\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mhub\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mhub-icon-3056b7a27d07a8941eac1a0b7aa67a49396ba84c_96.webp\",\"datePublished\":\"2026-06-05T19:09:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mhub\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mhub\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mhub\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mhub-icon-3056b7a27d07a8941eac1a0b7aa67a49396ba84c_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mhub-icon-3056b7a27d07a8941eac1a0b7aa67a49396ba84c_96.webp\",\"width\":96,\"height\":64},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mhub\\\/#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\":\"mHub\"}]},{\"@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":"mHub - 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\/mhub\/","og_locale":"en_US","og_type":"article","og_title":"mHub - Minecraft","og_description":"A plugin designed for managing a HubCore is an add-on specifically designed for use with your lobby.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/mhub\/","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\/mhub\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/mhub\/","name":"mHub - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mhub\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mhub\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mhub-icon-3056b7a27d07a8941eac1a0b7aa67a49396ba84c_96.webp","datePublished":"2026-06-05T19:09:28+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mhub\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/mhub\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mhub\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mhub-icon-3056b7a27d07a8941eac1a0b7aa67a49396ba84c_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mhub-icon-3056b7a27d07a8941eac1a0b7aa67a49396ba84c_96.webp","width":96,"height":64},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mhub\/#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":"mHub"}]},{"@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\/100880","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\/100881"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=100880"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=100880"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=100880"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=100880"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}