FateUHC
Search…
FateUHC
FateUHC Overview
MongoDB Database Setup
Commands & Permissions
FateUHC API
Discord Bot Setup & Overview
Bungee Announce Setup
Placeholders
BossBars
ActionBars
BuildUHC Practice
Death Message Chat Colors
Mob Spawn Rates
Custom Worlds (No Generation)
TwitterAPI Setup
Scenario List
Release Types
Default Config Files
uhcconfiguration.yml
items.yml
leaderboards.yml
discord.yml
data.yml
tweetconfig.yml
language.yml
scoreboard-layout.yml
guiitems.yml
configmanagement.yml
uhccommand.yml
partycomamnd.yml
cosmetics.yml
practice.yml
toggles.yml
randomizer.yml
cores.yml
bossbar.yml
actionbar.yml
Update Changelogs
3.77 - Changelog
3.78 - Changelog
3.79 - Changelog
3.80 - Changelog
3.81 - Changelog
3.82 - Changelog
3.83 - Changelog
3.84 - Changelog
3.85 - Changelog
3.87 - Changelog
3.88 - Changelog
3.89 - Changelog
3.90 - Changelog
3.91 - Changelog
3.93 - Changelog
3.94 - Changelog
3.95 - Changelog
3.96 - Changelog
3.97 - Changelog
3.98 - Changelog
3.98.1 - Changelog
3.99 - Changelog
3.100 - Changelog
3.101 - Changelog
3.102 - Changelog
1.103 - Changelog
1.104 - Changelog
3.105 - Changelog
3.106 - Changelog
3.109 - Changelog
3.110 - Changelog
3.112 - Changelog
Main Wiki
Powered By
GitBook
3.99 - Changelog
3.99 - 2/9/2021
Major changes to how we handle scenarios in this release. I recommend updating ASAP to take advantage of all the fixes.
Changes
Fixed the following placeholders (BGHDDEV-207, BGHDDEV-201):
1
%FateUHC_bowshots%
2
%FateUHC_goldenheads_eaten%
3
%FateUHC_finalheal_current%
4
%FateUHC_graceperiod_current%
5
%FateUHC_winner%
Copied!
Changed the following placeholders to be formatted correctly:
1
%FateUHC_finalheal%
2
%FateUHC_graceperiod%
3
%FateUHC_nethertime%
4
%FateUHC_applerate%
5
%FateUHC_latescatterperiod%
6
%FateUHC_skyhightime%
7
%FateUHC_latescatterperiod%
Copied!
New Placeholders (BGHDDEV-208):
1
%FateUHC_wins%
2
%FateUHC_points%
3
%FateUHC_p_wins_PlayerNameHere%
4
%FateUHC_p_points_PlayerNameHere%
Copied!
New Game Config Placeholders: %FateUHC_strengthpotions% - Returns enabled/disabled
%FateUHC_enchanted_golden_apples% - Returns enabled/disabled
%FateUHC_randomteams% - Returns enabled/disabled
%FateUHC_skyhighlimit% - Returns sky high limit
%FateUHC_shearsrate% - Returns shearsrate
%FateUHC_bordershrinkuntil% - Returns border shrink until value
%FateUHC_bordershrinkinterval% - Returns border shrunk interval value
%FateUHC_bordersize% - Returns border size
Fixed a bunch of scenarios which would crash on 1.8 due to potion renaming. (BGHDDEV-192)
Added a new check to all times the player gets a potion that will return an error rather then crashing the game. (BGHDDEV-204)
Added a new warning to the wiki regarding how {scenarios} must be it's own line in the scoreboard file. (BGHDDEV-197)
Fixed an issue where if you saved a config with a team size higher then 2 it would not load correctly. (BGHDDEV-198)
Fixed an issue where you could toggle party/team chat if they were not enabled. (BGHDDEV-209)
New Files
cores.yml, actionbar.yml, bossbar.yml
(BGHDDEV-188, 189)
Added the ability to modify what action bars and boss bars say separately. (BGHDDEV-188,189)
Removed hook luckperms5 from uhcconfig now in cores.yml (BGHDDEV-210)
Added support for the new cores added in past FateHub updates. (BGHDDEV-211)
Config Changes
New Files (Auto Generated)
cores.yml
1
#Below are all the cores that FateUHC supports. You may also always just use PlaceholderAPI.
2
#If you enable a hook and the plugin is not on the server an error will occur.
3
Vault: false
4
LuckPerms: false
5
Core: false
6
Atom: false
7
AquaCore: false
8
#Requires MizuAPI from https://bghddevelopment.com/depends
9
Mizu: false
10
Root: false
11
Neutron: false
12
mCore: false
13
nCore: false
14
Chronium: false
15
HestiaCore: false
16
StarkCore: false
17
qUtilities: false
18
tModsuite: false
19
Galaxy: false
20
Zoom: false
21
Kriku: false
22
lCore: false
23
Ocean: false
24
Stark_5: false
Copied!
actionbar.yml
1
#ActionBars can only be used on 1.8.
2
ACTIONBAR:
3
ENABLED: false
4
FINAL-HEAL: true
5
GRACE-PERIOD: true
6
BORDER: true
7
SCATTER: true
8
​
9
FINAL-HEAL: '&aFinal Heal&7: &f{time}'
10
GRACE-PERIOD: '&aGrace Period&7: &f{time}'
11
BORDER: '&bBorder shrinking in &f{time}'
12
SCATTER: '&aScattered&7: &f{scattered} &aRemaining&7: &f{scattering}'
13
​
Copied!
bossbar.yml
1
#You must have BossBarAPI installed to use this! https://bghddevelopment.com/depends
2
BOSSBAR:
3
ENABLED: false
4
FINAL-HEAL: true
5
GRACE-PERIOD: true
6
BORDER: true
7
SCATTER: true
8
​
9
FINAL-HEAL: '&aFinal Heal&7: &f{time}'
10
GRACE-PERIOD: '&aGrace Period&7: &f{time}'
11
BORDER: ''
12
SCATTER: '&aScattered&7: &f{scattered} &aRemaining&7: &f{scattering}'
Copied!
Update Changelogs - Previous
3.98.1 - Changelog
Next - Update Changelogs
3.100 - Changelog
Last modified
1yr ago
Copy link
Contents
3.99 - 2/9/2021
Changes
Config Changes