aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md22
-rw-r--r--FEATURES.md28
-rw-r--r--build.gradle.kts2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt2
4 files changed, 40 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index da8e66072..3fa60e86f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,6 +40,10 @@
+ Option to send local contest data to elitebot.dev at the start of the new SkyBlock year.
+ Added **SkyHanni Installer** - NetheriteMiner
+ Double-clicking the mod jar file will open a window that asks you where to move the mod into.
++ Added Chat Translator - NetheriteMiner
+ + After enabling, click on any chat message sent by another player to translate it to English.
++ Show the progress bar until maxed crop milestone in the crop milestone inventory. - hannibal2
++ Show a line to the enderman slayer beacon. - hannibal2
### Changes
@@ -73,6 +77,13 @@
+ Added Bee pet support to /ff - derholzmann12321
+ Added exportable carrot to /ff. - CalMWolfs
+ If SkyHanni doesn't know you have it, run /shcarrot
++ The damage indicator now includes a toggle option for the Ender Slayer Laser Phase timer. - hannibal2
++ Added ender slayer beacon explode timer. - hannibal2
++ Show the name over Nukekubi Skulls for in ender slayer (deadly eyes). - hannibal2
++ Changed the enderman slayer laser timer to be more exact. - hannibal2
++ Added support for the new fixed inquisitor spawn message from Hypixel for the detection. - hannibal2
++ Added option to hide the off-screen drop chat message. - hannibal2
++ Now hides the farming weight display by default when below 200 weight (can be disabled). - hannibal2
### Fixes
@@ -112,6 +123,17 @@
+ Various **/ff fixes** - CalMWolfs
+ Numbers, rounding and pets being reset.
+ Fixed inventory item number offset being wrong. - CalMWolfs
++ Fixed slayer quest detection after death. - hannibal2
++ Fixed rounding errors with yaw and pitch display. - hannibal2
++ Fixed ender slayer beacon don't disappear sometimes. - hannibal2
++ Fixed multiple bugs with garden visitor: - hannibal2
+ + Visitors with multiple different crops now calculate the copper price and the visitor drop stats correctly.
+ + Reward items no longer impact the visitor drop coins spent data negatively.
+ + Copper per coin price now respects the reward item profit as well.
+ + Now showing the NPC price for items without ah/bazaar data (looking at pet candy).
++ Now correctly ignoring the minis from tier 2 Arachne in the Damage Indicator. - hannibal2
++ Fixed highlight in the main bestiary menu. - HiZe
++ Fixed maxed farming fortune possible in /ff - CalMWolfs
### Removed Features
diff --git a/FEATURES.md b/FEATURES.md
index 6ebb26ada..18830babe 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -15,20 +15,22 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
## Chat
-- Options to change the player chat format (show prefix for channel 'all', hide player rank color, hide colon after
++ Options to change the player chat format (show prefix for channel 'all', hide player rank color, hide colon after
player name, hide/change SkyBlock level format, hide/change elite position format, edit channel prefix design)
-- Using a clean chat format for player messages (removing the rank prefix, every player writes in the same color)
-- Dungeon Filter (Removing annoying chat messages from the dungeon)
-- Dungeon Boss Message hider (includes The Watcher as well)
-- Option to hide the death messages of other players, except for players who are close to the player, inside the dungeon
++ Using a clean chat format for player messages (removing the rank prefix, every player writes in the same color)
++ Dungeon Filter (Removing annoying chat messages from the dungeon)
++ Dungeon Boss Message hider (includes The Watcher as well)
++ Option to hide the death messages of other players, except for players who are close to the player, inside the dungeon
or during a Kuudra fight.
-- Scan messages sent by players in all-chat for blacklisted words and greys out the message.
-- Chat peeking (holding key to display chat without opening the chat gui)
-- Compact Potion Effect Messages
-- **Arachne Chat Hider**
- - Hide chat messages about the Arachne Fight while outside of Arachne's Sanctuary
++ Scan messages sent by players in all-chat for blacklisted words and greys out the message.
++ Chat peeking (holding key to display chat without opening the chat gui)
++ Compact Potion Effect Messages
++ **Arachne Chat Hider**
+ + Hide chat messages about the Arachne Fight while outside of Arachne's Sanctuary
+ Option to shorten the **bestiary level-up** message.
++ Added Chat **Translator** - NetheriteMiner
+ + After enabling, click on any chat message sent by another player to translate it to English.
## Dungeon
@@ -202,8 +204,9 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Enderman Slayer **Yang Glyph**:
+ Highlight the beacon in red color.
+ Supports beacon in hand and beacon flying.
- + Shots timer till it explodes.
-+ Warning when enderman slayer beacon spawns - dragon99z
+ + Show timer till it explodes.
+ + Show a line to the beacon. - hannibal2
+ + Warning when enderman slayer beacon spawns - dragon99z
+ Highlight enderman slayer Nukekubi (Skulls) - dragon99z
+ Hide the name of the mobs you need to kill in order for the Slayer boss to spawn. Exclude mobs that are damaged,
corrupted, runic or semi rare.
@@ -290,6 +293,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
to checked what items it needs.
+ **Show Price** - Show the bazaar price of the items required for the visitors.
+ **Crop Milestone** Number - Show the number of crop milestone in the inventory.
++ Show the progress bar until maxed crop milestone in the crop milestone inventory. - hannibal2
+ **Crop Upgrades** Number - Show the number of upgrades in the crop upgrades inventory.
+ **Visitor Timer** - Timer when the next visitor will appear, and a number how many visitors are already waiting.
+ **Visitor Notification** - Show as title and in chat when a new visitor is visiting your island.
diff --git a/build.gradle.kts b/build.gradle.kts
index 34adbc7e7..b98a63bf1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
}
group = "at.hannibal2.skyhanni"
-version = "0.20.Beta.12"
+version = "0.20.Beta.13"
// Toolchains:
java {
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
index c16a19a5c..3c6061087 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
@@ -126,7 +126,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
- version = "0.20.Beta.12",
+ version = "0.20.Beta.13",
)
class SkyHanniMod {
@Mod.EventHandler