xHub
๐ก Updated this year๐ผ๏ธ Gallery (1 images)
๐ Analysis
- ๐ #1429 of 1452 bukkit mods in this game by downloads
๐ About This Mod
<div align="center"> # ๐ก๏ธ xHub Core (Beta) ### The Ultimate All-in-One Lobby Solution | 1.20+ !(https://img.shields.io/badge/Version-v1.0.5-blue?style=for-the-badge&logo=rocket) !(https://img.shields.io/badge/Minecraft-1.20%2B-green?style=for-the-badge&logo=minecraft) !(https://img.shields.io/badge/Dev-xPlugins-orange?style=for-the-badge&logo=github) !(https://img.shields.io/badge/Brand-xPlugins-purple?style=for-the-badge&logo=discord) **xHub** is a high-performance, premium core designed to replace multiple lobby plugins. It now includes advanced features like Parkour, Cosmetics, Developer API, and dynamic permissions. (https://discord.gg/xplugins) โข (https://xplugins.es) </div> !(https://cdn.modrinth.com/data/cached_images/67f8620834f9a2c2d0a6763ce130a5c5d5518fe0.jpeg) --- ## โจ Key Features (v1.0.1) * **๐ Parkour System:** Automatic checkpoints, rewards, void detection, and Double Jump. * **๐ฉ Cosmetics:** Particle trails and hats with a GUI menu. * **๐ป Developer API:** `xHubAPI` class for easy integration with other plugins. * **๐จ Full RGB/Hex Support:** Use `&#RRGGBB` colors anywhere. * **๐ Modular Menu System:** Create unlimited GUI menus using YAML files. * **๐ Animated Boards:** Flicker-free Scoreboard and Tablist (PAPI supported). * **๐ Hotbar Manager:** Custom items on join (Compass, PvP Sword, Cosmetics). * **๐ข Chat Manager:** Formatting with Rank support (` Player: Hello`). * **๐ค Discord Logs:** Built-in Webhooks for Join/Quit events. --- ## ๐ Installation 1. Download `xHub-1.0.0.jar`. 2. Place it in your server's `plugins` folder. 3. **(Required)** Install (https://papi.extendedclip.com/) for variables. 4. **(Optional)** Install (https://www.spigotmc.org/resources/vault.34315/) for economy rewards. 5. Restart the server. --- ## ๐ Directory Structure ```text plugins/xHub/ โโโ config.yml <-- Main settings โโโ menus/ <-- Drop your menu files here โโโ principal.yml <-- Main Menu โโโ selector.yml <-- Server Selector โโโ socials.yml <-- Social Media โโโ cosmetics.yml <-- Cosmetics Menu ``` --- ## ๐ Commands & Permissions | Command | Permission | Description | | :--- | :--- | :--- | | `/xhub setlobby` | `xhub.admin` | Sets the spawn point. | | `/xhub spawn` | `xhub.spawn` | Teleports you to the lobby spawn. | | `/xhub reload` | `xhub.admin` | Reloads all configs and menus. | | `/xhub menu <id>` | `xhub.menu` | Opens a specific menu. | | `/xhub cosmetic` | `xhub.cosmetic` | Manage cosmetic effects. | > **Note:** Permissions can be disabled in `config.yml` by setting them to `false`. --- ## ๐จโ๐ป Developer API xHub exports a static API class for developers to hook into the core: ```java // Teleport a player to the Hub xHubAPI.teleportToSpawn(player); // Check if player is doing parkour if (xHubAPI.isInParkour(player)) { // do something } // Activate a cosmetic trail xHubAPI.setTrail(player, "FLAME"); ``` --- ## ๐ ๏ธ Default Configuration Below is the full generated `config.yml` file explaining every feature. ```yaml # _ # __ __ /\ /\_ _| |__ # \ \/ // /_/ / | | | '_ \ # > </ __ /| |_| | |_) | # /_/\_\/ /_/ \__,_|_.__/ v1.0.0 # # Wiki: https://xplugins.es/plugins/xhub # Discord: https://discord.xplugins.es # GENERAL SETTINGS settings: debug: false # World Protection (Lobby Settings) world-protection: disable-damage: true disable-hunger: true disable-fall-damage: true disable-void-death: true void-teleport: true void-height: 0 disable-block-break: true disable-block-place: true disable-item-drop: true disable-item-pickup: true disable-weather-change: true always-day: true menus-strict-mode: true # PERMISSIONS # Define the permissions for each command. # If you set a value to 'false', everyone can use it (Default). permissions: admin: "xhub.admin" # For /xhub reload, setlobby spawn: "false" # For /xhub spawn (false = everyone) menu: "false" # For /xhub menu (false = everyone) # JOIN SETTINGS join-settings: teleport-spawn: true title: enabled: true title: "�A2FF&lxHub &3&lNetwork" subtitle: "&7Welcome, &f%player_name%" fade-in: 10 stay: 60 fade-out: 10 sound: enabled: true type: "ENTITY_PLAYER_LEVELUP" volume: 1.0 pitch: 1.0 particles: enabled: true type: "TOTEM" amount: 50 # CHAT MANAGER chat: enabled: true format: "%vault_rank% &7%player_name% &8ยป &f%message%" # MESSAGES messages: # Set to 'false' to disable prefix prefix: "�A2FF&lxHub &8ยป &f" join: "&8 &7%player_name% &fhas joined the Lobby." quit: "&8 &7%player_name% &fhas left." reload: "%prefix%&aConfiguration successfully reloaded." no-permission: "%prefix%&cYou do not have permission to do this." unknown-command: "%prefix%&cUnknown
# ๐ก๏ธ xHub Core (Beta) ### The Ultimate All-in-One Lobby Solution | 1. 20+
!(https://img.shields.io/badge/Version-v1. 0. 5-blue?style=for-the-badge&logo=rocket) !(https://img.shields.io/badge/Minecraft-1. 20%2B-green?style=for-the-badge&logo=minecraft) !(https://img.shields.io/badge/Dev-xPlugins-orange?style=for-the-badge&logo=github) !(https://img.shields.io/badge/Brand-xPlugins-purple?style=for-the-badge&logo=discord)
xHub is a high-performance, premium core designed to replace multiple lobby plugins. It now includes advanced features like Parkour, Cosmetics, Developer API, and dynamic permissions.
(https://discord.gg/xplugins) โข (https://xplugins.es)
!(https://cdn.modrinth.com/data/cached_images/67f8620834f9a2c2d0a6763ce130a5c5d5518fe0.jpeg)
## โจ Key Features (v1. 0. 1)
๐ Parkour System: Automatic checkpoints, rewards, void detection, and Double Jump. ๐ฉ Cosmetics: Particle trails and hats with a GUI menu. ๐ป Developer API: `xHubAPI` class for easy integration with other plugins. ๐จ Full RGB/Hex Support: Use `RRGGBB` colors anywhere. ๐ Modular Menu System: Create unlimited GUI menus using YAML files. ๐ Animated Boards: Flicker-free Scoreboard and Tablist (PAPI supported). ๐ Hotbar Manager: Custom items on join (Compass, PvP Sword, Cosmetics). ๐ข Chat Manager: Formatting with Rank support (` Player: Hello`). * ๐ค Discord Logs: Built-in Webhooks for Join/Quit events.
## ๐ Installation
1. Download `xHub-1. 0. 0.jar`. 2. Place it in your server's `plugins` folder. 3. (Required) Install (https://papi.extendedclip.com/) for variables. 4. (Optional) Install (https://www.spigotmc.org/resources/vault. 34315/) for economy rewards. 5. Restart the server.
## ๐ Directory Structure
```text plugins/xHub/ โโโ config.yml <-- Main settings โโโ menus/ <-- Drop your menu files here โโโ principal.yml <-- Main Menu โโโ selector.yml <-- Server Selector โโโ socials.yml <-- Social Media โโโ cosmetics.yml <-- Cosmetics Menu ```
## ๐ Commands & Permissions
| Command | Permission | Description |
| :--- | :--- | :--- |
| `/xhub setlobby` | `xhub.admin` | Sets the spawn point. |
| `/xhub spawn` | `xhub.spawn` | Teleports you to the lobby spawn. |
| `/xhub reload` | `xhub.admin` | Reloads all configs and menus. |
| `/xhub menu
> Note: Permissions can be disabled in `config.yml` by setting them to `false`.
## ๐จโ๐ป Developer API
xHub exports a static API class for developers to hook into the core:
```java // Teleport a player to the Hub xHubAPI.teleportToSpawn(player);
// Check if player is doing parkour if (xHubAPI.isInParkour(player)) { // do something }
// Activate a cosmetic trail xHubAPI.setTrail(player, "FLAME"); ```
## ๐ ๏ธ Default Configuration
Below is the full generated `config.yml` file explaining every feature.
```yaml # _ # __ __ /\ /\_ _| |__ # \ \/ // /_/ / | | | '_ \ # > __ /| |_| | |_) | # /_/\_\/ /_/ \__,_|_.__/ v1. 0. 0 # # Wiki: https://xplugins.es/plugins/xhub # Discord: https://discord.xplugins.es
# GENERAL SETTINGS settings: debug: false
# World Protection (Lobby Settings) world-protection: disable-damage: true disable-hunger: true disable-fall-damage: true disable-void-death: true void-teleport: true void-height: 0 disable-block-break: true disable-block-place: true disable-item-drop: true disable-item-pickup: true disable-weather-change: true always-day: true
menus-strict-mode: true
# PERMISSIONS # Define the permissions for each command. # If you set a value to 'false', everyone can use it (Default). permissions: admin: "xhub.admin" # For /xhub reload, setlobby spawn: "false" # For /xhub spawn (false = everyone) menu: "false" # For /xhub menu (false = everyone)
# JOIN SETTINGS join-settings: teleport-spawn: true title: enabled: true title: "A2FF&lxHub &3&lNetwork" subtitle: "&7Welcome, &f%player_name%" fade-in: 10 stay: 60 fade-out: 10 sound: enabled: true type: "ENTITY_PLAYER_LEVELUP" volume: 1. 0 pitch: 1. 0 particles: enabled: true type: "TOTEM" amount: 50
# CHAT MANAGER chat: enabled: true format: "%vault_rank% &7%player_name% &8ยป &f%message%"
# MESSAGES messages: # Set to 'false' to disable prefix prefix: "A2FF&lxHub &8ยป &f"
join: "&8[&a+&8] &7%player_name% &fhas joined the Lobby." quit: "&8[&c-&8] &7%player_name% &fhas left."
reload: "%prefix%&aConfiguration successfully reloaded." no-permission: "%prefix%&cYou do not have permission to do this." unknown-command: "%prefix%&cUnknown
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- jn_willfrydev
- Version
- v1.0.3
- Downloads
- 358
- Endorsements
- 2
- Category
- bukkit
- Created
- 1/24/2026
- Updated
- 4/14/2026
- Game Versions
- 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
- Tags
- game-mechanics, minigame, utility
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does xHub support?
The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.
What is the latest version of xHub?
Version v1.0.3, published 2026-04-14 with 358 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await
