diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-24 15:49:26 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-24 15:49:26 +0200 |
commit | adf1f80287ad26d382b75a326ed9e510fce4e372 (patch) | |
tree | e6b46d228b619d133fb8598ea67c728b77002ed6 | |
parent | 17eaea99b8e0f5fc30153c6fcde830e453be414e (diff) | |
download | skyhanni-adf1f80287ad26d382b75a326ed9e510fce4e372.tar.gz skyhanni-adf1f80287ad26d382b75a326ed9e510fce4e372.tar.bz2 skyhanni-adf1f80287ad26d382b75a326ed9e510fce4e372.zip |
0.19 Beta 12
-rw-r--r-- | CHANGELOG.md | 22 | ||||
-rw-r--r-- | FEATURES.md | 15 | ||||
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java | 14 |
5 files changed, 45 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 627ebaea4..62b4e895b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,14 @@ + Hide normal motes orbs particles + Added bloodfiend (vampire slayer) to Damage Indicator - HiZe + Add Bacte to Damage Indicator ++ Hide Not Rift-transferable items in Rift Transfer Chest as part of the hide not clickable items feature ++ Add npc motes sell value for current opened chest - HiZe ++ Vampire Slayer Feature - HiZe + + Sound for twinclaws + + Option to delay twinclaws notification and sound (in millis, configurable) + + Draw line starting from the boss head to the Killer Spring/Blood Ichor (if the boss is highlighted) + + Draw line starting from your crosshair to the boss head + + Configurable to work only on your boss, on bosses hit, or on coop boss ### Other Features + Added **Frozen Treasure Tracker** (Contributed by CalMWolfs) @@ -87,6 +95,13 @@ + Added Attribute price support to Estimated Item Value - nea + Added warning when enderman slayer beacon spawns - dragon99z + Added Highlight enderman slayer Nukekebi (Skulls) - dragon99z ++ Added option to hide the vanilla particles around enderman ++ Hide particles around enderman slayer bosses and mini bosses ++ Added support for Shadow Fury abilty cooldown - HiZe ++ Added /sendcoords sending, detecting and rendering - dragon99z ++ Boss Spawn Warning - HiZe + hannibal2 + + Send a title when your slayer boss is about to spawn + + Configurable percentage at which the title and sound should be sent ### Changes + Option to show the yaw and pitch display outside garden or while not holding a farming tool (Contributed by CalMWolfs) @@ -103,6 +118,8 @@ + Show total amount of all trophy fish rarities at the end of the chat message + Changed **Elite farming weight** display - Kaeso + Instantly showing the next player in the lb when passing someone on the leaderboard ++ Show in chat the total amount of sharks fished after the fishing contest ++ Custom text over Visitor name moves more smoothly now ### Fixes + Fixed Pocket Sack-In-A-Sack Replace in lore @@ -128,6 +145,11 @@ + Fixed individual attribute prices in estimated item value - nea + Fixed sack display detection - hize + Fixed rare Ghost Counter bugs - hize ++ Fixed a bug that farming weight display does not show up if you only have one profile ++ Fixed broken thorn damage indicator detection in dungeon F4/M4 ++ Fixed togglesneak mod breaking escape menu open detection for quick mod menu switch ++ Fixed error with detecting hit phase during eman slayer in damage indicator ++ No longer double counting mob kill coins in slayer item profit tracker ## Version 0.18 (2023-06-19) diff --git a/FEATURES.md b/FEATURES.md index 9d362e49a..9f533d377 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -181,6 +181,15 @@ + Highlight other players' boss only if you hit them (can be toggled) + Highlight Co-Op members' boss (you need to write their name in the config) + Highlight Killer Spring and Blood Ichor, TwinClaws warning + + Sound for TwinClaws + + Option to delay c notification and sound (in millis, configurable) + + Draw line starting from the boss head to the Killer Spring/Blood Ichor (if the boss is highlighted) + + Draw line starting from your crosshair to the boss head + + Configurable to work only on your boss, on bosses hit, or on coop boss ++ Hide particles around enderman slayer bosses and mini bosses ++ Boss Spawn Warning - HiZe + hannibal2 + + Send a title when your slayer boss is about to spawn + + Configurable percentage at which the title and sound should be sent ### Diana + Show burrows near you. @@ -207,6 +216,7 @@ + Highlight corrupted mobs. + **Arachne Minis Hider** - Hides the nametag above arachne minis. + **Arachne Boss Highlighter** - Highlight the arachne boss in red and mini bosses and orange. ++ Added option to hide the vanilla particles around enderman ## Garden Features + **Copper Price** - Show copper to coin prices inside the Sky Mart inventory. @@ -348,6 +358,8 @@ + Hide Living Metal particles + Highlight **flying Motes Orbs** - hannibal2 + Hide normal motes orbs particles ++ Hide Not Rift-transferable items in Rift Transfer Chest as part of the hide not clickable items feature ++ Add npc motes sell value for current opened chest - HiZe ## Mining + **Highlight Commission Mobs** - hannibal2 @@ -424,4 +436,5 @@ + **Custom Text Box** - CalMWolfs + Write fancy text into a gui element to show on your screen at all time + Supports color codes - + Supports line breaks `\n` - hannibal2
\ No newline at end of file + + Supports line breaks `\n` - hannibal2 ++ Added /sendcoords sending, detecting and rendering - dragon99z
\ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 4c3b79759..22b25238e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.19.Beta.11" +version = "0.19.Beta.12" // Toolchains: java { diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index 3e7bf6e43..29e1ce9b0 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -117,7 +117,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.19.Beta.11", + version = "0.19.Beta.12", ) class SkyHanniMod { @Mod.EventHandler diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java index 8efb78da5..9bc300e98 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java @@ -130,12 +130,12 @@ public class SlayerConfig { public boolean steakAlert = true; @Expose - @ConfigOption(name = "Twinclaws title", desc = "Send a title when Twinclaws is about to happen.\nWork on others highlighted people boss.") + @ConfigOption(name = "Twinclaws Title", desc = "Send a title when Twinclaws is about to happen.\nWork on others highlighted people boss.") @ConfigEditorBoolean public boolean twinClawsTitle = true; @Expose - @ConfigOption(name = "Twinclaws sound", desc = "Play a sound when Twinclaws is about to happen.") + @ConfigOption(name = "Twinclaws Sound", desc = "Play a sound when Twinclaws is about to happen.") @ConfigEditorBoolean public boolean twinClawsSound = true; } @@ -163,12 +163,12 @@ public class SlayerConfig { public boolean steakAlert = true; @Expose - @ConfigOption(name = "Twinclaws title", desc = "Send a title when Twinclaws is about to happen.") + @ConfigOption(name = "Twinclaws Title", desc = "Send a title when Twinclaws is about to happen.") @ConfigEditorBoolean public boolean twinClawsTitle = true; @Expose - @ConfigOption(name = "Twinclaws sound", desc = "Play a sound when Twinclaws is about to happen.") + @ConfigOption(name = "Twinclaws Sound", desc = "Play a sound when Twinclaws is about to happen.") @ConfigEditorBoolean public boolean twinClawsSound = true; } @@ -200,12 +200,12 @@ public class SlayerConfig { public boolean steakAlert = true; @Expose - @ConfigOption(name = "Twinclaws title", desc = "Send a title when Twinclaws is about to happen.") + @ConfigOption(name = "Twinclaws Title", desc = "Send a title when Twinclaws is about to happen.") @ConfigEditorBoolean public boolean twinClawsTitle = true; @Expose - @ConfigOption(name = "Twinclaws sound", desc = "Play a sound when Twinclaws is about to happen.") + @ConfigOption(name = "Twinclaws Sound", desc = "Play a sound when Twinclaws is about to happen.") @ConfigEditorBoolean public boolean twinClawsSound = true; } @@ -231,7 +231,7 @@ public class SlayerConfig { public String steakColor = "0:255:255:0:88"; @Expose - @ConfigOption(name = "Twinclaws", desc = "Delay the sound and title of twinclaws alert for a given amount in milliseconds.") + @ConfigOption(name = "Twinclaws", desc = "Delay the sound and title of Twinclaws alert for a given amount in milliseconds.") @ConfigEditorSlider(minStep = 1, minValue = 0, maxValue = 1000) public int twinclawsDelay = 0; |