FateUHC - #1 UHC PLUGIN icon

FateUHC - #1 UHC PLUGIN 3.3.5

70+ Scenarios, Discord Bot, Leaderboards, Holos, API [350+ BUYERS]

Page 1 2 3 4 5
3.2.8 Sep 26, 2023
Massive Fixes
Added DISABLEOFFHAND and DISABLESHIELD scenarios (1.9+)
Fixed errors that occurred with health and collision with entities checks
Fixed errors as cosmetic menu items were not version checked
Fixed starter inventory error
Fixed spectator inventory error
Fixed flower power (add new 1.9+ blocks to the config if using them)
Fixed LAPIS not dropping correctly
Added a new ScoreboardAPI toggle
Changed our chat formatting to not be set to a high priority. Requested by another user.
Fixed an issue with some scenarios taking effect in lobby
Fixed gravel issues
Fixed heads not spawning
Fixed issue where invalid blocks would send an error
 
Add this to your uhcconfiguration.yml
[code]#This will only function in 1.13+ and will disable nametag colors and health.
#It should only be used if your trying to use more than the characters limit in the line.
NEW-SCOREBOARD-API: false[/code]
3.2.7 Sep 15, 2023
1.13-1.20.x Support! ActionBar Updates!
Changes:
FateUHC now supports 1.8.x-1.20.x
Made over 400+ updates to handling to make this update possible.
Recoded sound system
Recoded material handling
Recoded actionbars
ActionBars now support 1.8-1.20.x
Removed BossBars (they never worked right anyway)
Added a message that is sent when picking up an item (when having the bypass permission) when you usually can't
Fixed an issue where an error would fire when using holograms and the game is not loaded
Fixed an issue with startup showing incorrect values
HEX colors are now supported
Price has been increased to $19.99
All 1.7 support is now dropped. No legacy suppport.
 

[CODE]Add this to your uhcconfiguration.yml

#Used in specific placeholders

SERVER-NAME: "Default FateUHC Minecraft Server"[/CODE]

3.2.6 Aug 1, 2023
Hologram Recode + MySQL Driver Update
Changes:
MySQL driver has been updated to support latest versions.
Fixed a few command errors.
Holograms have been recoded to a new API!
To use holograms (1.8+ Only), please download and install:
 
All existing holograms will switch over to this new API. In the coming updates, the whole holograms system will be updated to support new commands.
3.2.5 Jul 29, 2023
Combat Logger Recode + Many Fixes

Changes:
- Armor stands rather than villagers for Combat Loggers.
- Armor stands will now show the health and update as players hit them
- Nametags will no longer disappear on the loggers
- The game will no longer end if there are two players left and one leaves. It will wait for the logger to be killed or despawn
https://www.bghddevelopment.com/cdn-cgi/imagedelivery/6pDiUJVklyFQ8zDPATvmkQ/5d2544a9-e008-4a6e-f3c5-9211b3d98400/public
- Fixes issue where loggers would move around in newer versions
- Ores can no longer be collected with tools not allowed.
- Discord Webhooks will now have separate TAG options (see config changes)
- Fixed an issue with water and lava in practice
- Fixed an issue with timber not working correctly
- You can now use /config <ConfigType> <True:False:Value> to manually enable/disable or change values without the GUI
- Removed {prefix}, {suffix} from default chat formatting
- Updated wiki list of config and scenario names
- Removed no longer used code

Config Changes:
Please update your discord.yml to have these under each webhook format:

STARTINGWEBHOOK:
  URL: ''
  LOGO: ''
  TAG: '@everyone'
WINNERWEBHOOK:
  URL: ''
  LOGO: ''
  TAG: '@everyone'
SERVER-IP: 'mc.server-ip.com'
3.2.4 Jul 19, 2023
MongoDB Driver Update *MongoDB Atlas Support* + Removal of Core Hooks
Hey all! Today's update moves the MongoDB API to the V4.0+ API. We have held off from updating this to give people time to upgrade the mongo server version.
 
This update also brings support for those wanting to use MongoDB Atlas.
 
Other changes include the removal of the cores.yml and the core hooks. These are not needed given that PlaceholderAPI support was added in a long while ago. These hooks did nothing but prefixes, so we are letting PlaceholderAPI handle this from now on.
3.2.3 Jul 2, 2023
Vote System Rework + Fixes
Changes:
Recoded the whole vote system.
Voteable scenarios now added in the config (admin enabled scenarios will always still be enabled)
Votable scenarios now have options to how many will be enabled (default 5)
Fixed an issue with holograms and MySQL
Fixed an issue with holograms refresh command not working
Made more improvements to the scatter location finder
 
Config Changes:
Modify the vote section of your config to the following:
VOTE-SYSTEM:
  ENABLED: false
  VOTE-FOR-SCENARIOS: false
  VOTE-FOR-CONFIGS: false
  MOST-VOTED-SCENARIOS-FORMAT: '&e<pos>. &6<name>&7: &f<amount>'
  MOST-VOTED-CONFIGS-FORMAT: '&e<pos>. &6<name>&7: &f<amount>'
  #How many scenarios should be enabled?
  ENABLED-SCENARIO-COUNT: 5
  #Scenario list: https://fateuhc.bghddevelopment.com/scenario-list
  VOTEABLE-SCENARIOS:
    - 'CUT_CLEAN'
    - 'SAFE_LOOT'
    - 'DOUBLE_ORES'
3.2.2 Jun 27, 2023
QOL Changes
/team list - will now display all teams and their colors
public 
/team listown - Will display just your team members
Other small fixes for placeholders
3.2.1 Jun 1, 2023
Tab Recode, Teleportation Improvements, Other Fixes
Changes:
Fixed an issue where players could fly when they first teleport to the game world
Recoded the way players are frozen
Recoded the way tab is handled, colors will no longer repeat (in rare cases they still will), but formatting can now be seen. For example: 
public 
Recoded the teleporting system, players will now spawn in the middle of blocks only to prevent glitching
Fixed an issue where players would teleport into water or lava if it was deeper then then 1 block
Fixed an issue that would not re-scatter players
3.2.0 May 23, 2023
MAJOR UPDATE: MySQL Support + 1.7-1.12.x is now supported!

FateUHC now has native MySQL support! This has been one of the most highly requested features for a while. I finally have re-coded our whole data system to support it. Don't worry if you use MongoDB; it's not discontinued and can still be used in FateUHC. 

 

We have included an easy migration system if you wish to switch from MongoDB to MySQL. You can find more information on our updated wiki page here: https://fateuhc.bghddevelopment.com/database-setup

 

There are required changes to the data.yml, here is the new format:

MONGODB:
  ENABLED: false
  # 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: ""
MYSQL:
  ENABLED: false
  HOSTNAME: "localhost"
  PORT: 3306
  DATABASE: "uhc"
  USERNAME: "root"
  PASSWORD: ""

1.9-1.12.2 

Our second major announcement is that 1.9-1.12.2 have been added to our supported versions! 

FateUHC can now run on any version between 1.7-1.12.2!  Please Note: 1.9-1.12.2 support is in BETA, please report any issues.

 

Dependency Loading

FateUHC uses a lot of internal libraries to run all our features. This update uses a new class loading system to reduce our jar size. This system should work on all versions and has been tested, but if you run into issues please let us know.

 

TwitterAPI

With the changes and move to the paid model of the TwitterAPI we have removed support for it from FateUHC. Most of the endpoints used no longer exist in v1 of the API.

 

Version Update

After 133 updates since the 3.0 release, I have finally decided to move to our next version grouping. v3.2.0. Switching to this format will allow us to define updates from smaller changes to larger ones, following what we did for FateHub last year.

 

I would like to thank all the testers and those sending me suggestions for the plugin over the years! Let's head into the new chapter of FateUHC!

3.133 May 20, 2023
Small Fixes

Changes:

Fixed an issue with fireworks being used in lobby when right clicking blocks

Fixed a few small bugs

Wiki also has been updated: https://fateuhc.bghddevelopment.com/

3.132 Apr 29, 2023
Small Fixes
Fixed an issue with /scenarios
Fixed an issue with some messages
Fixed an issue with update check returning wrong version
3.131 Mar 21, 2023
3.131 Mar 21, 2023
Fixes
  • Fixed a console spam error
  • Fixed a placeholder debug spam
  • Fixed an issue where hosts could not open specific menus
  • Fixed a version error returning 0 not 00
  • Fixed a help message
3.130 Feb 25, 2023
3.130 Feb 24, 2023
Small Fixes

This update fixes some issues that were left from the last release.

3.129 Feb 20, 2023
Major Placeholder Updates

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

TABHEALTH:
  ENABLED: true
3.128 Feb 15, 2023
Small Requests
Updated PXCore
/sethost can now be run by console
Added /selfremovehost (uhc.selfremovehost) - Can only be run by current host
Fixed a few small things.
 
 
Config Changes:
cores.yml (add/change existing PhenioxCore to):
PxCore: false
3.127 Feb 4, 2023
Requests

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

3.126 Jan 24, 2023
Small Fixes, New Placeholders, Requests
Changes:
Fixed issue where /points could not be run by the console
Fixed issue with practice kills not syncing
Added /arena as an alias for /practice
Added the following placeholders:
%FateUHC_p_self_practice_kills%
%FateUHC_player_settings_sound%
%FateUHC_player_settings_scoreboard%
%FateUHC_p_party_id%
%FateUHC_p_party_color%
Added the option to view Enabled/Disabled for all scenarios via placeholders. 
Small other fixes.
 
View the complete list here: https://fateuhc.bghddevelopment.com/placeholders
3.125 Jan 2, 2023
Webhook Update

We have fixed issues which made the game starting webhook not send and the DiscordGUI not correctly send webhooks.

Page 1 2 3 4 5
You might also like...