summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/commands
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-02 20:41:55 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-02 20:41:55 +0100
commitec2d189ede2487a98943339fa7816a0e948e7a90 (patch)
treee7b62b882ffcf43a9d89a807d42d9cecff706c2e /src/main/java/at/hannibal2/skyhanni/config/commands
parentaf3e264dbeba9ab4b9ba4bae1334fa31232f7d78 (diff)
downloadskyhanni-ec2d189ede2487a98943339fa7816a0e948e7a90.tar.gz
skyhanni-ec2d189ede2487a98943339fa7816a0e948e7a90.tar.bz2
skyhanni-ec2d189ede2487a98943339fa7816a0e948e7a90.zip
Auto reset on year change, also added /shkingfix support
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
index 1e32ff718..82318656a 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
+++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
@@ -24,6 +24,7 @@ import at.hannibal2.skyhanni.features.garden.farming.FarmingWeightDisplay
import at.hannibal2.skyhanni.features.garden.farming.GardenStartLocation
import at.hannibal2.skyhanni.features.garden.fortuneguide.CaptureFarmingGear
import at.hannibal2.skyhanni.features.garden.fortuneguide.FFGuideGUI
+import at.hannibal2.skyhanni.features.mining.KingTalismanHelper
import at.hannibal2.skyhanni.features.minion.MinionFeatures
import at.hannibal2.skyhanni.features.misc.CollectionTracker
import at.hannibal2.skyhanni.features.misc.LockMouseLook
@@ -218,6 +219,10 @@ object Commands {
"shrepostatus",
"Shows the status of all the mods constants"
) { SkyHanniMod.repo.displayRepoStatus(false) }
+ registerCommand(
+ "shkingfix",
+ "Reseting the local King Talisman Helper offset."
+ ) { KingTalismanHelper.kingFix() }
}
private fun developersDebugFeatures() {