Voxel Shop beta is live. Expect occasional bugs. Learn more
70+ Scenarios, Discord Bot, Leaderboards, Holos, API [350+ BUYERS]
Changes:
We have recoded how we handle placeholders. You can view all placeholders here: https://fateuhc.bghddevelopment.com/placeholders
But in short these have been changed/added:
%FateUHC_scenario_SCENARIO% - Returns enabled/disabled
%FateUHC_config_CONFIG% - Returns enabled/disabled
%FateUHC_leaderboard_amount_pos_POS_LEADERBOARD% - Returns the number value.
%FateUHC_leaderboard_name_pos_POS_LEADERBOARD% - Returns the player name.
View this for more: https://fateuhc.bghddevelopment.com/placeholders#leaderboard-placeholders
Removed AquaCore punishment checking to prevent an error.
Recoded our backend handling to use our new systems.
Needed Config Changes:
Add this to uhcconfiguration.yml
Commands Added: (permissions are same as they are in the /settings GUI)
/xpsounds
/scoreboardtoggle
Changes:
Requested commands
Lobby chunks will no longer unload.
Small fixes
Code clean
We have fixed issues which made the game starting webhook not send and the DiscordGUI not correctly send webhooks.
Changes:
All dependencies updated.
Updated to support latest PlaceholderAPI version.
Fixed issue where the world deleting would send a stack trace without an error log.
Fixed issue where pre-whitelisted players would not send a log.
Fixed an issue where the command system would return without providing a log of registered commands.
Fixed update checker sending notification without an update.
#Below are all the cores that FateHub supports. You may also always just use PlaceholderAPI.
#If you enable a hook and the plugin is not on the server an error will occur.
Vault: false
LuckPerms: false
Core: false
Atom: false
AquaCore: false
#The MizuAPI will be automatically installed on first after enabling, if it does not please download from https://bghddevelopment.com/depends
Mizu: false
Root: false
Neutron: false
mCore: false
nCore: false
Chronium: false
HestiaCore: false
StarkCore: false
qUtilities: false
tModsuite: false
Galaxy: false
Zoom: false
Kriku: false
lCore: false
Ocean: false
Stark_5: false
Scandium: false
Hydra: false
Zoot: false
Kore: false
PhoenixCore: false
Changed a bunch of messages to be more clear for users. Added some extra checks for NickAPI and other addons.
Small fixes.
Required libs will now auto-download on first run. They are no longer shaded into the project.
#To set up this MongoDB we have provided a useful video to assist you.
#https://www.youtube.com/watch?v=TXlaakGWdE0
MONGODB:
# If you wish to use mongo client URI instead, enable this option
USE_MONGO_CLIENT_URI:
ENABLED: false
URI: ""
# If your host supports TLS/SSL enable this option
SSL-ENABLED: false
ADDRESS: "127.0.0.1"
PORT: 27017
DATABASE: "uhc"
AUTHENTICATION:
ENABLED: false
DATABASE: "admin"
USERNAME: ""
PASSWORD: ""