diff options
-rw-r--r-- | CHANGELOG.md | 17 | ||||
-rw-r--r-- | FEATURES.md | 50 | ||||
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
4 files changed, 48 insertions, 23 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eb3470c3..30fa68512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -98,6 +98,15 @@ + Added **Sack Change** chat message hider. - hannibal2 + Enable this option instead of Hypixel's own setting to hide the chat message while enabling mods to utilize sack data for future features. ++ Added dungeon information to the Discord RPC. - NetheriteMiner + + Show the current floor name. + + Time since the dungeon started. + + Number of boss collections of the current boss. ++ Added a Dynamic Priority Box to Discord RPC. - NetheriteMiner + + Change the order or disable dynamically rendered features (e.g. Slayer, Dungeon, Crop Milestone, Stacking + Enchantment) ++ Dungeon Colored Class Level. - hannibal2 + + Color class levels in the tab list. (Also hide rank colors and emblems because who needs that in dungeons anyway?) ### Changes @@ -160,6 +169,12 @@ + Small performance improvements when working with color codes. - brainage04 + Added dungeon mage cooldown reduction support for item ability cooldown. - Cad + Improved the wording and fixed typos of the config category descriptions. - zapteryx ++ Changed the option in the pet experience tooltip to show progress to level 100 for golden dragon eggs (can be + disabled). - hannibal2 ++ Replaces the word Tps to TPS. - Erymanthus ++ Improved performance of item ability cooldown and farming fortune display data. - Cad + + The item flickering for ability cooldown background should be less/gone completely. ++ Added the ability to bypass not clickable items when holding the control key. - CalMWolfs ### Fixes @@ -270,6 +285,8 @@ + Fixed party member detection issues for the tab complete feature. - CalMWolfs + Hide item rarity error message in /ff. - hannibal2 + Fixed issue with Wheat Profit Display not showing the correct value when combined with Seeds. - Thunderblade73 ++ Fixed an issue with the Wheat Profit Display not showing the correct value when combined with seeds. - Thunderblade73 ++ Tab complte party members now also detects if the party leader leaves. - CalMWolfs ### Removed Features diff --git a/FEATURES.md b/FEATURES.md index 15d969217..2e3335610 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -36,30 +36,31 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. ## Dungeon -- Clicked Blocks (Showing the block behind walls AFTER clicked on a chest, wither essence or a lever) -- Current milestone display. -- Death Counter (Changing color depending on amount, hidden at 0 deaths) -- Clean Ending (After the last dungeon boss has died, all entities and particles are no longer displayed and the music ++ Clicked Blocks (Showing the block behind walls AFTER clicked on a chest, wither essence or a lever) ++ Current milestone display. ++ Death Counter (Changing color depending on amount, hidden at 0 deaths) ++ Clean Ending (After the last dungeon boss has died, all entities and particles are no longer displayed and the music stops playing, but the dungeon chests are still displayed) -- Option to exclude guardians in F3 and M3 from the clean end feature (only when sneaking) -- Hiding damage splashes while inside the boss room (replacing a broken feature from Skytils) -- Highlight deathmites in red color. -- Hide Superboom TNT lying around in dungeon. -- Hide Blessings lying around in dungeon. -- Hide Revive Stones lying around in dungeon. -- Hide Premium Flesh lying around in dungeon. -- Hide Journal Entry pages lying around in dungeon. -- Dungeon Copilot (Suggests to you what to do next in dungeon) -- Option to hide key pickup and door open messages in dungeon. -- Hide Skeleton Skulls lying around in dungeon. -- Highlight Skeleton Skulls in dungeon when combining into a skeleton in orange color (not useful combined with feature ++ Option to exclude guardians in F3 and M3 from the clean end feature (only when sneaking) ++ Hiding damage splashes while inside the boss room (replacing a broken feature from Skytils) ++ Highlight deathmites in red color. ++ Hide Superboom TNT lying around in dungeon. ++ Hide Blessings lying around in dungeon. ++ Hide Revive Stones lying around in dungeon. ++ Hide Premium Flesh lying around in dungeon. ++ Hide Journal Entry pages lying around in dungeon. ++ Dungeon Copilot (Suggests to you what to do next in dungeon) ++ Option to hide key pickup and door open messages in dungeon. ++ Hide Skeleton Skulls lying around in dungeon. ++ Highlight Skeleton Skulls in dungeon when combining into a skeleton in orange color (not useful combined with feature Hide Skeleton Skull) -- Hide the damage, ability damage and defense orbs that spawn when the healer is killing mobs. -- Hide the golden fairy that follows the healer in dungeon. -- Catacombs class level color in party finder inventory. -- Visual highlight chests that have not yet been opened in the Croesus inventory. - ++ Hide the damage, ability damage and defense orbs that spawn when the healer is killing mobs. ++ Hide the golden fairy that follows the healer in dungeon. ++ Catacombs class level color in party finder inventory. ++ Visual highlight chests that have not yet been opened in the Croesus inventory. + Outline Dungeon Teammates. - Cad ++ Dungeon Colored Class Level. - hannibal2 + + Color class levels in the tab list. (Also hide rank colors and emblems because who needs that in dungeons anyway?) ## Inventory @@ -554,6 +555,13 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Works with Gemstone Slot unlock costs. - Fix3dll + **Discord RPC** - NetheriteMiner + Showing stats like Location, Purse, Bits, Purse or Held Item at Discord Rich Presence. + + Show dungeon information. + + Show the current floor name. + + Time since the dungeon started. + + Number of boss collections of the current boss. + + Dynamic Priority Box. + + Change the order or disable dynamically rendered features (e.g. Slayer, Dungeon, Crop Milestone, Stacking + Enchantment) + Server Restart Title + **City Project Features** + Show missing items to contribute inside the inventory diff --git a/build.gradle.kts b/build.gradle.kts index ee87b1ccd..83169f3cc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.20.Beta.23" +version = "0.20.Beta.24" // Toolchains: java { diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index 3506fffa3..45ef19f80 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -132,7 +132,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.20.Beta.23", + version = "0.20.Beta.24", ) class SkyHanniMod { @Mod.EventHandler |