aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal002@users.noreply.github.com>2024-08-31 20:56:24 +0200
committerGitHub <noreply@github.com>2024-08-31 20:56:24 +0200
commita8bd35b975d8739816785918961d8d553a19771f (patch)
treeb9e54d12ed71626ffa629a74746d22a5895fb56b /src/main/java/at
parent2507d18717f0477b9641fbd8c6ec163720022e6a (diff)
downloadskyhanni-a8bd35b975d8739816785918961d8d553a19771f.tar.gz
skyhanni-a8bd35b975d8739816785918961d8d553a19771f.tar.bz2
skyhanni-a8bd35b975d8739816785918961d8d553a19771f.zip
Improvement: Help finding Rift Guide (#2433)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/rift/EnigmaSoulConfig.java11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/rift/EnigmaSoulConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/rift/EnigmaSoulConfig.java
index 5bd3ec8fa..96c721539 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/rift/EnigmaSoulConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/rift/EnigmaSoulConfig.java
@@ -4,16 +4,25 @@ import at.hannibal2.skyhanni.config.FeatureToggle;
import com.google.gson.annotations.Expose;
import io.github.notenoughupdates.moulconfig.annotations.ConfigEditorBoolean;
import io.github.notenoughupdates.moulconfig.annotations.ConfigEditorColour;
+import io.github.notenoughupdates.moulconfig.annotations.ConfigEditorInfoText;
import io.github.notenoughupdates.moulconfig.annotations.ConfigOption;
public class EnigmaSoulConfig {
@Expose
- @ConfigOption(name = "Enabled", desc = "Click on Enigma Souls in Rift Guides to highlight their location.")
+ @ConfigOption(name = "Enabled", desc = "Click on an Enigma Soul in §eRift Guide -> Area -> Enigma Souls §7to highlight their location.")
@ConfigEditorBoolean
@FeatureToggle
public boolean enabled = true;
+ @ConfigOption(
+ name = "§aRift Guide",
+ desc = "Type §e/riftguide §7in chat or navigate through the SkyBlock Menu to open the §aRift Guide§7. " +
+ "Complete the first quest in the Rift to unlock this Hypixel feature."
+ )
+ @ConfigEditorInfoText
+ public String tutorialHowToOpenRiftGuide = "";
+
@Expose
@ConfigOption(name = "Color", desc = "Color of the Enigma Souls.")
@ConfigEditorColour