aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-24 15:49:26 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-24 15:49:26 +0200
commitadf1f80287ad26d382b75a326ed9e510fce4e372 (patch)
treee6b46d228b619d133fb8598ea67c728b77002ed6 /src/main/java/at/hannibal2/skyhanni/config
parent17eaea99b8e0f5fc30153c6fcde830e453be414e (diff)
downloadskyhanni-adf1f80287ad26d382b75a326ed9e510fce4e372.tar.gz
skyhanni-adf1f80287ad26d382b75a326ed9e510fce4e372.tar.bz2
skyhanni-adf1f80287ad26d382b75a326ed9e510fce4e372.zip
0.19 Beta 12
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/SlayerConfig.java14
1 files changed, 7 insertions, 7 deletions
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;