PhoenixHub
A comprehensive hub management plugin for Minecraft servers with advanced features and customization options.
PhoenixHub
⚡ PhoenixHub - Ultimate Minecraft Hub Plugin ⚡
Tested Version: 1.21.x
PhoenixHub is a powerful all-in-one hub management plugin for modern Minecraft servers and networks. It’s designed to work across multiple Minecraft versions and platforms, while being fully tested and optimized on 1.21 servers.
Older versions (1.18.x – 1.20.x) are supported by design, but not officially tested yet. If you encounter any issues on older versions, they will be addressed in future updates.
Dependencies:
PlaceholderAPI (Optional)
✨ Features
- Hub Management – Full hub spawn system with teleport sounds and protection - Join Items – Custom join items with actions (server selector, info book, visibility toggle, etc.) - Player Visibility – Toggle seeing other players with one click - Launchpads – Interactive pressure-plate launchpads around your hub - PvP Sword – Hold-to-activate PvP mode with countdowns and cooldowns - Bossbar – Welcome messages with custom colors and styles - Tab List – Animated header & footer with placeholders - Scoreboard – Live-updating scoreboard (PlaceholderAPI supported) - Chat System – Rank-based chat formats and filters - Server Selector – GUI menu to send players between servers - World Protection – Block breaking, placing, damage, hunger, weather & mob control - Sounds & Messages – Fully configurable sounds and messages
⚙️ Configuration Example
```
PhoenixHub Configuration
A comprehensive hub management plugin
========================================
Spawn Configuration
spawn: world: world x: 0.0 y: 64.0 z: 0.0 yaw: 0.0 pitch: 0.0
Join Items
join-items: enabled: true items: server_selector: enabled: true material: COMPASS slot: 4 display-name: "&bServer Selector" lore: - "&7Right-click to choose a server" action: type: SERVER_SELECTOR
player_visibility: enabled: true material: LIME_DYE slot: 8 display-name: "&dPlayers &7> &aShown" lore: - "&7Click to toggle player visibility" action: type: PLAYER_VISIBILITY_TOGGLE
Launchpads
launchpad: enabled: true power: 2.0 cooldown: 1000
Scoreboard
scoreboard: enabled: true title: "&cPhoenixHub" lines: - "&7Welcome, &e%player_name%" - "" - "&bOnline: &f%online_players%"
``` (Every feature has its own config section – this is just a small preview.)
File Structure
``` plugins/PhoenixHub/ ├── config.yml ├── messages.yml ├── commands.yml ├── sounds.yml └── gui/ └── serverselector.yml ```