Spigot V26 Support
Changes:
Added support for Spigot V26 versions
General Update
Changes:
Backend API updates
Small bug fixes
1.21.11 Support
Note: We only provide support to those using the LATEST version of FateHubCore. However, FateHubCore: 2.3.2 (Released: July 6th, 2025) is now the oldest version you may use of FateUHC entirely. We had to disable legacy API endpoints to support future changes.
Changes:
Added support for 1.21.11
Reminder! We have Christmas features!
https://fatehub.bghddevelopment.com/christmas-features
General Update
Changes:
Particles will now work again on 1.8 servers
Limited specific Christmas features to 1.9+ due to version errors
Added support to set a "permission:" on join items
Blocked editing signs when on 1.20+ by right clicking
More BuildMode fixes
Updated upstream APIs
1.21.9 and 1.21.10 Support
Changes:
Updated to support 1.21.9 and 1.21.10
Updated upstream APIs
Updated BuildMode command so when disabled in commands.yml all handling reverts to the options for build or place blocks and permissions.
General Updates
Changes:
NPCs are now ignored in PVP checks
Debug messages added to armor to make it clear which armor set is being added for what player
Added native support for 1.21.8
Updated API libraries for MySQL
1.21.6 Support
Changes:
Added support for 1.21.6
Added pvp-damage option to settings.yml
Fixed an issue with BuildMode
Fixed an issue with startup on newer MC versions
Config Changes:
Add this under options: in the settings.yml file
Faster Startup + HEX Fixes
Changes:
Migrated to V2 of our startup methods that now loads managers 90% faster
Updated to latest PlaceholderAPI version
Removed title limits on GUI menus when using 1.14+
You can now use # in gradients and solid hex colors in the legacy HEX system for items
Legacy hex codes (&#hex) and adventure hex codes (<#hex> will now auto translate to <SOLID:hex> when the legacy system is being used.
Learn more about HEX: https://fatehub.bghddevelopment.com/hex
HOTFIX
Fixed an issue with loading on 1.8 servers
Custom Command Configuration & Placeholder Expansion Update
Toggleable Commands via commands.yml
•Added a new commands.yml file that allows users to enable or disable specific commands.
New Placeholders Added:
•%FateHub_first_joined_short% → Returns first join date in MM/DD/YYYY format.
•%FateHub_first_joined_short_universal% → Returns first join date in DD/MM/YYYY format.
•%FateHub_join_count% → Displays the number of times a player has joined the server.
Fixed several other things while removing old code and updating APIs.
Version Update
Changes:
Added support for 1.21.4
Updated backend APIs
Updated to latest MySQL driver
Chistmas Update
🎄 Ho ho ho! The festive spirit has arrived in FateHub! 🎄
We’ve packed this update with exciting holiday-themed features to make your servers merry and bright. Check out what’s new!
✨ New Features
❄️ Snowfall & Snow Trails
- Snowfall: Enable festive snow particles to spawn around players.
- Snow Trails: As players walk, snow layers form under their feet, disappearing after 5 seconds!
🎅 Christmas Snowball
- Action: christmas_snowball
- Players receive a magical snowball with infinite uses and a 5-second cooldown.
- When thrown, it explodes into beautiful particles.
🍪 Christmas Cookie
- Action: christmas_cookie
- This sweet treat grants:
- Speed for 10 seconds.
- Jump Boost for 10 seconds.
- Glowing effect for 20 seconds (on 1.9+ servers only).
🌟 Check Out the Full Guide
✨ Other Changes
- Fixed an issue where particles would not load on newer Spigot versions.
- Began renaming all "gadgets" to "particles" to prevent confusion.
- /gadget is now /particle.
- /gadgetmenu is now /particlemenu.
- Additional updates to background APIs.
📋 Required Config Changes
(Add to settings.yml):
christmas:
enable_snowfall: false # Enable festive snowfall around players
enable_ground_snow: false # Enable snow trails that disappear after 5 seconds
🎄 Wishing you a joyful holiday season from all of us at BGHDDevelopment! 🎄
Requests
Hey all! I got a few changes that have been requested for a while, in addition to some fixes.
Changes:
You can now set delays on JoinItems, add them to items like delay: 5 (will keep the player from using it once every 5 seconds).
Updated the portal menu config option to allow for a bounce back. (see config changes below).
Added PlaceholderAPI placeholder %FateHub_In_Queue_SERVERNAME% to display the number of people in a queue on a specific server.
Fixed an issue where the portal material if it was lowercase would cause an error.
Fixed enchant names showing on some versions when using glow: true.
Updated backend APIs.
Config Changes:
Update your settings.yml PORTAL-MENU section to the following:
#Should a menu open when you walk into a nether portal?
PORTAL-MENU:
ENABLED: false
# What menu.yml should be opened?
MENU-NAME: "server-navigation"
# What portal material? (Changes at points through versions)
MATERIAL: PORTAL
# Should the portal teleport you to the spawn?
TELEPORT-SPAWN: true
# Should the portal bounce you back?
BOUNCE-BACK: false
Small Update
Changes:
Updated upstream API
Fixed some skull issues
Added support for 1.21.2 and 1.21.3
Updated PXCore support
Note: New updates are being worked on; I have been doing crazy hours with work. Thanks for understanding.
General Updates
Changes:
Updated to support 1.21.1
ItemFrames will no longer be removed as part of the entity clear
Supported string lists as a message option with config and menu items
Added a debug system to help with fixing issues
MySQL will now have a enable/disable toggle for new installs, when it's disabled no other plugin functions will start to allow a first time configuration.
Attempt to fix a rare particle error
Added a new method to detect the item the player is holding in comparison to the ConfigItem. This should fix instances where the plugin was unable to find the item in the players hand.
General Update
Changes:
Fixed an issue with 1.17
Updated some spelling problems
Updated ScoreboardAPI
Fixed an issue where the plugin failed to load in China
Fixed an issue where the update checker was not run async
Fixed an issue where the ping check would cause scoreboard to break in 1.21.
UpdateNotification setting will now work correctly.
Updated upstream APIs.
Version Update
Updated to support the the latest Spigot versions