aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-08-01 01:17:02 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-08-01 01:17:02 +0200
commitb57755be9d163a614aa9c6ea4666423732fba153 (patch)
treeed1d70aeef7c31dec595d1ef56bc621bdc0e9d90 /src/main/java/at/hannibal2/skyhanni/config/features
parent4a74d19f58fad20c3243f95d254e9f6d41994950 (diff)
downloadskyhanni-b57755be9d163a614aa9c6ea4666423732fba153.tar.gz
skyhanni-b57755be9d163a614aa9c6ea4666423732fba153.tar.bz2
skyhanni-b57755be9d163a614aa9c6ea4666423732fba153.zip
Added Replace Warp Is
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/CommandsFeatures.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/CommandsFeatures.java b/src/main/java/at/hannibal2/skyhanni/config/features/CommandsFeatures.java
index 14b915b4b..c5be4a03b 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/CommandsFeatures.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/CommandsFeatures.java
@@ -16,4 +16,9 @@ public class CommandsFeatures {
"§7SkyBlock command §e/pt §7to check the play time still works.")
@ConfigEditorBoolean
public boolean usePartyTransferAlias = true;
+
+ @Expose
+ @ConfigOption(name = "Replace Warp Is", desc = "Replaces §e/warp is §7with §e/is§7. Idk why. Ask §cKaeso")
+ @ConfigEditorBoolean
+ public boolean replaceWarpIs = false;
}