
FateHubCore 2.2.40
[1.8-1.20.x] Custom Menus, Queue, Portal Support, Placeholders + More! [500+ BUYERS]
2.2.39
Feb 14, 2025
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.
2.2.38
Dec 29, 2024
Version Update
Changes:
Added support for 1.21.4
Updated backend APIs
Updated to latest MySQL driver
2.2.37
Dec 3, 2024
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
Learn more about these festive features on our wiki:
👉 https://fatehub.bghddevelopment.com/christmas-features
👉 https://fatehub.bghddevelopment.com/christmas-features
✨ 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):
[code]# Christmas Features
christmas:
enable_snowfall: false # Enable festive snowfall around players
enable_ground_snow: false # Enable snow trails that disappear after 5 seconds[/code]
🎄 Wishing you a joyful holiday season from all of us at BGHDDevelopment! 🎄
2.2.36
Nov 24, 2024
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).
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.
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:
[code]#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[/code]
2.2.35
Nov 3, 2024
Small Update
Changes:
Updated upstream API
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.
2.2.34
Aug 11, 2024
General Updates
Changes:
Updated to support 1.21.1
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.
2.2.33
Aug 1, 2024
General Update
Changes:
Fixed an issue with 1.17
Fixed an issue with 1.17
Updated some spelling problems
Added MiniMessaage support (BETA) - Learn more about how to use that here: https://docs.advntr.dev/minimessage/format.html
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.
2.2.31
May 17, 2024
1.20.5 - 1.20.6 Support
Changes:
Added support for 1.20.5 and 1.20.6
Added support for 1.20.5 and 1.20.6
Updated upstream APIs
2.2.30
Apr 10, 2024
Library Loader, Tab Removal, Major Update Preparation
Note: A significant update is in progress and should be released in the next month. For more discussion around this please join our Discord.
Changes:
This update adds a new library loader to reduce file size.
We have also removed all final legacy 1.7 support (it's time to update to at least 1.8)
We have removed our TAB system due to major API changes. We are looking into new TAB APIs to bring to FateHub.
Removed old code
Preparing codebase for major updates.
2.2.29
Mar 25, 2024
Item Click Fix
Fixed an issue with items like DYE activating twice when looking at a block and right clicking in some newer versions
2.2.27
Feb 12, 2024
Vanish Hooks, New Skull System, Material Upgrade
Changes:
Plugin is now built with Java 17, upgrading from java 8.
Materials and other handling has been upgraded to the latest upstream spigot. New items are now supported in the menus
Premium Vanish is now hooked and the join and quit messages will not send when players are vanished
NCP now will not flag double jumping players
The spigot system for skulls has been recoded. You can now use any player name and base64 heads in addition to Skulls or HeadDatabase.
2.2.26
Dec 28, 2023
QOL Changes
Fixed some glow issues
Updated code for update checker
Updated code for backend checks
Updated fatehub command
Fixed issue with upstream versions
fatehub.update has returned.
2.2.25
Nov 5, 2023
Fixes + Requests
Changes:
Fixed issue with scoreboard on 1.20.2
Fixed issue with PlaceholderAPI not being the latest version and causing an error
Fixed issue with some items being unavailable when using 1.20.2
Added support for the Helium core. Requested by a user.