From 26eda0660aa41994f39d4fd10d2d7c010b309cf9 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Wed, 7 Sep 2022 05:23:02 +0200 Subject: typo --- FEATURES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FEATURES.md') diff --git a/FEATURES.md b/FEATURES.md index 32d9f7acf..da0e18f64 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -18,7 +18,7 @@ + Dungeon Boss Message hider (includes The Watcher as well) - Option to hide the Skyblock Level from the chat messages, - Option to change the way the Skyblock Level gets displayed in the chat (only working when skyblock level and fancy player message format are enabled) -- Option to hide the death messages of other players, except for players who are close to the player, inside dungeon or doing a Kuudra fight. +- Option to hide the death messages of other players, except for players who are close to the player, inside dungeon or during a Kuudra fight. ## Dungeon - Clicked Blocks (Showing the block behind walls AFTER clicked on a chest, wither essence or a lever) -- cgit From 2d0f63b156f936e9f056537a67eaa13bffa54c27 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Wed, 7 Sep 2022 11:02:13 +0200 Subject: SummoningSoulsName integrate into SummoningMobManager config logic --- FEATURES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FEATURES.md') diff --git a/FEATURES.md b/FEATURES.md index da0e18f64..bc99fb35f 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -52,9 +52,10 @@ - Option to change the item background according to the cooldown ## Summoning Mobs +- Summoning Soul Display (Show the name of dropped soul laying on the ground, not working in dungeon when Skytils' "Hide Non-Starred Mobs Nametags" is enabled) - Option to hide the nametag of your spawned summoning mobs - Option to mark the own summoning mobs in green -- Summoning mob display (Show the health of your spawned summoning mobs listed in an extra GUI element and hiding the corresponding spawning/despawning chat messages) +- Summoning Mob Display (Show the health of your spawned summoning mobs listed in an extra GUI element and hiding the corresponding spawning/despawning chat messages) ## Ashfang @@ -99,7 +100,6 @@ - Allow to copy, paste, and mark selected text in signs (not visual, but it's working still) - Pet Display (showing the currently selected pet as GUI element, without any fancy XP or level or percentage, but with auto-pet support) - Hiding exp Bottles lying on the ground -- Summon Soul Display (show the name of a dropped soul, not working in dungeon when Skytils' "Hide Non-Starred Mobs Nametags" is enabled) - Fixing Skytils custom Damage Splash - Gui element showing the real time - Highlight the voidling extremist in pink color -- cgit From 163cc857b0b1e6f52d56e663b8cb1c55f5e1bff2 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Wed, 7 Sep 2022 11:42:48 +0200 Subject: Hiding the flame particles when using the Fire Veil Wand ability. --- FEATURES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FEATURES.md') diff --git a/FEATURES.md b/FEATURES.md index bc99fb35f..d813239f4 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -47,9 +47,10 @@ - Added compact star counter on all items (not only on items with dungeon stars and master stars but also on crimson armors, cloaks and fishing rods) - RNG meter features (in the catacombs RNG meter inventory show the dungeon floor number and highlight floors without a drop selected and highlighting the selected drop in the RNG meter inventory for slayer or catacombs) -## Item Cooldown +## Item Abilities - Show the cooldown of items in the inventory - Option to change the item background according to the cooldown +- Hiding the flame particles when using the Fire Veil Wand ability. ## Summoning Mobs - Summoning Soul Display (Show the name of dropped soul laying on the ground, not working in dungeon when Skytils' "Hide Non-Starred Mobs Nametags" is enabled) -- cgit