Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
mHub
PluginLicenseRef-All-Rights-Reserved

mHub

A plugin designed for managing a HubCore is an add-on specifically designed for use with your lobby.

24
Downloads
0
Followers
3 months ago
Updated
📦
1
Versions
decorationgame-mechanicsutilitybukkitpaperpurpurspigot
Download Latestv1.0.0-SNAPSHOTView on Modrinth

📖About mHub

🌌 mHub

mHub Banner
Minecraft Support
Author

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.


🚀 Key Features

  • ⚡ Advanced Server Selector:
    • Support for Custom Heads (Base64/Value).
    • Unique action system: [MESSAGE], [CONSOLE], [PLAYER], [CONNECT].
  • 🎮 Player Preferences:
    • Toggle Scoreboard and Tablist visibility via GUI.
    • Persistent storage (SQLite/MySQL).
  • 👁️ Dynamic Player Visibility:
    • Hotbar item that changes material (Lime/Gray Dye) and name based on state.
  • 🛡️ CommandGuard:
    • Strict Command Whitelist.
    • Total Tab-Complete Block: Prevent players from seeing your plugins list.
  • 📊 Visuals:
    • Animated Tablist & Scoreboard with PlaceholderAPI support.
    • Custom Chat Format with HEX color support (&#00D1FF).
  • ⚔️ HubPvP:
    • Enable/Disable PvP in the lobby with a single item.
  • 🔒 Lobby Protection:
    • Disable block breaking, placing, hunger, damage, weather changes, etc.
  • 🚫 Anti World Downloader:
    • Protect your builds from being stolen.
  • 🌍 Multi-Language:
    • Full support for English (en.yml) and Spanish (es.yml).

🛠️ Actions System (Selector)

The server selector uses a powerful prefix system for its actions:

Prefix Description Example
[MESSAGE] Sends a colored message to the player [MESSAGE] &aConnecting...
[CONSOLE] Executes a command from console [CONSOLE] joinqueue %player% survival
[PLAYER] Executes a command as the player [PLAYER] spawn
[CONNECT] Connects to a Proxy server [CONNECT] survival

📜 Commands & Permissions

Command Description Permission
/mhub Shows plugin information None
/mhub reload Reloads all configuration files mhub.admin
  • Bypass CommandGuard: op players bypass all command and tab restrictions.
  • AntiDownloader Alerts: mhub.notify.antidownloader

📥 Installation

  1. Download the mHub.jar file.
  2. Place it in your server's plugins folder.
  3. Restart your server.
  4. Configure the files in the /plugins/mHub/ directory.
  5. Enjoy your professional lobby!

#
# mHub - Hub Add-on for Imperior Development
#
# This file contains the mHub plugin settings.
# The configuration is divided into several sections:
# - settings: General plugin settings
# - database: Database configuration
# - anti-downloader-world: Anti-downloader world configuration
# - protection: Server protection configuration
# - tab: Tablist configuration
# - scoreboard: Scoreboard configuration


settings:
  server-name: "&#00D1FFmHub &8| &fImperior Development"
  default-locale: en # en, es
  update-interval-ticks: 20
  join-clear-inventory: true
chat-format:
  enabled: true
  # Format: [prefix] [player] [suffix]: [message]
  # Use %prefix%, %player%, %suffix%, %message%, %displayname%
  format: "%player%&f: &f%message%"
database:
  type: SQLITE # SQLITE, MYSQL
  mysql:
    host: localhost
    port: 3306
    database: mhub
    username: root
    password: password

anti-downloader-world:
  enabled: false
  monitored-worlds:
    - world
  channels:
    - "WDL|INIT"
    - "WDL|CONTROL"
    - "WDL|REQUEST"
  kick-player: true
  notify-console: true
  notify-permission: "mhub.notify.antidownloader"

protection:
  enabled: true
  disable-damage: true
  disable-fall-damage: true
  disable-hunger: true
  disable-item-drop: true
  disable-item-pickup: true
  disable-block-break: true
  disable-block-place: true
  disable-entity-spawn: true
  disable-weather-change: true
  disable-leaves-decay: true
  disable-targeting: true
  disable-physical-interact: true
  void-teleport:
    enabled: true
    min-y: 0

chat-settings:
  disable-advancements: true
  join-message: true
  quit-message: true
  death-message: true

🔗 Links

  • Modrinth Profile: Visit AlexClient on Modrinth
  • Support: For bugs or feature requests, please contact the author.

Developed with ❤️ by AlexClient

👥 Team & Contributors

alexclient
alexclientOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.201.20.11.20.21.20.31.20.41.20.51.20.61.21+11 more

🔗 Links

Modrinth Page