
xHub v1.0.2
release9 марта 2026 г.xHub - NPCJump Module
This module cosmetically applies a pushback effect to players who get too close to Hub NPCs, adding a more immersive feel to the lobby.
Features
-
Multi-version Support: Compatible with standard Bukkit entities.
-
FancyNpcs Integration: Detects bundle-based entities via the official API without compromising iteration performance.
-
Optimized: Uses
distanceSquaredto avoid heavy square root calculations during player movement events.
Required Dependencies
- Paper/Spit API
- FancyNpcs (Optional, but requires the API to compile and automatically detect its bundles)
Developed by xPlugins
xHub v1.0.1
beta2 марта 2026 г.🚀 xHub | v1.0.1
In this version we have focused on rewriting and optimizing the plugin's visual engines (Tablist, Scoreboard and NameTags) to guarantee impeccable performance on servers with many players, as well as solving critical display bugs.
🐛 Correction of Errors (Bug Fixes)
- Critical Fix - Crossing of Ranks in NameTags: The error where the prefixes on the head were mixed or the users with their rank inherited visually high ranks was solved. Now each player is safely isolated inside the Scoreboard (a unique ``Team'' per player).
- Fix - Order of the Tablist (Weights): The tablist now strictly respects the order of priority defined in the `group-weights' list instead of using OP global permissions that broke the order.
- Fix - Blank numbers to enter: Adjusted the Delay of injection into the
TabListener(from 5 to 20 ticks) to give PlaceholderAPI and LuckPerms time to load the data before rendering the NameTag. - Fix - Console: The error
cannot find symbol method updatePlayerNameTagwas corrected inJoinListenerafter the refactoring of the update methods.
⚡ Optimizations and Performance Improvements
- New Global Motor Update: The logic of
ScoreboardManagerandTablistManagerhas been rewritten. It was eliminated from the loop that created a repetitive task for each player. Now the plugin uses a single global task asynchronous that reads the configuration only once per cycle, reducing CPU and RAM consumption almost to 0. - System Anti-Flicker (Anti-Flicker): A verification of being in the Scoreboard and Tablist has been implemented. Now the plugin only sends update packets to the Minecraft client if the text/placeholder has really changed, eliminating the annoying visual flickering.
- Native Integration with LuckPerms: El
RankManagerhas become more intelligent. It now detects the player's weight and rank by reading directly from an internal node (group.<number>) of LuckPerms automatically.
⚙️ Changes in the Configuration
- Cleaning of
visuals.yml: ¡Configuring ranks now is more easy! It is not necessary to write manually from thepermission:node inside the groups section. The plugin does the work for you based on your `group-weights' list. - Centralization: The use of the old
groups.ymlarchive has been completely eliminated. Everything related to chat prefixes, tablist and tags now live neatly invisuals.yml.
⚠️ Note for administrators: If you update to this version, make sure to regenerate your
visuals.yml' or apply the new format ofgroup-weights' and eliminate the old permission nodes from all ranks.
xHub v1.0.0
alpha18 января 2026 г.🚀 xHub v1.0.0
This update introduces major gameplay features and developer tools to make your Lobby fully interactive.
✨ New Features
- 🏃 Parkour System: Complete system with start/end pressure plates, checkpoints, automatic void detection, and configurable rewards.
- 🔥 Double Jump: Added customizable double jump with cooldowns and sound effects.
- 🎩 Cosmetics Manager: New particle trails system (Flame, Heart, Note, etc.) with a GUI menu.
- 👨💻 Developer API: Released
xHubAPIclass for external plugins to hook into Spawn, Parkour, and Cosmetics. - 🛡️ Dynamic Permissions: Permissions can now be set to
falseinconfig.ymlto allow access to everyone (no permission plugin required).
🔧 Improvements
- Hex Colors: Full
&#RRGGBBsupport across all new messages and menus. - Optimization: Unified all managers (Scoreboard, Tablist, Hotbar) for better performance.
- Security: Added internal string obfuscation for credit protection.
Update your config.yml to see the new Parkour and Cosmetics sections!
