aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-22 16:29:16 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-22 16:29:16 +0200
commit5b98edd63bb55754349508e0a6a6e6acca29b2d5 (patch)
treedb59799d40fc6ccb9ffb407088847c005a95c230
parent481d6bafe9c4750f2bb96f333de5eabd221ac323 (diff)
downloadskyhanni-5b98edd63bb55754349508e0a6a6e6acca29b2d5.tar.gz
skyhanni-5b98edd63bb55754349508e0a6a6e6acca29b2d5.tar.bz2
skyhanni-5b98edd63bb55754349508e0a6a6e6acca29b2d5.zip
added credits
-rw-r--r--CHANGELOG.md7
-rw-r--r--FEATURES.md3
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java2
3 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 15dce9578..249398d90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,13 @@
+ Show the remaining rift time, max time, percentage, and extra time changes.
+ **Rift Highlight Guide**
+ Highlight things to do in the Rift Guide.
++ Added **Shy Warning** (Contributed by CalMWolfs)
+ + Shows a warning when a shy is going to steal your time.
+ + Useful if you play without volume.
+
+### Changes
++ Option to show the yaw and pitch display outside garden or while not holding a farming tool (Contributed by CalMWolfs)
++ Added wizard warp as diana waypoint
## Version 0.18 (2023-06-19)
diff --git a/FEATURES.md b/FEATURES.md
index c21599543..0d3044ac5 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -275,6 +275,9 @@
+ Show the remaining rift time, max time, percentage, and extra time changes.
+ **Highlight Guide**
+ Highlight things to do in the Rift Guide.
++ Added **Shy Warning** (Contributed by CalMWolfs)
+ + Shows a warning when a shy is going to steal your time.
+ + Useful if you play without volume.
## Commands
+ **/wiki <search term>** - using hypixel-skyblock.fandom.com instead of Hypixel wiki.
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java
index 9434305bd..bd1f73800 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java
@@ -43,7 +43,7 @@ public class RiftConfig {
@Expose
@ConfigOption(name = "Shy Warning", desc = "Shows a warning when a shy is going to steal your time. " +
- "Useful if you play without volume")
+ "Useful if you play without volume.")
@ConfigEditorBoolean
public boolean shyWarning = true;
}