aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/commands
diff options
context:
space:
mode:
authormartimavocado <39881008+martimavocado@users.noreply.github.com>2023-12-09 00:32:25 +0000
committerGitHub <noreply@github.com>2023-12-09 01:32:25 +0100
commitf8257877d76a61d41b7fc69987c5ac3a77b77174 (patch)
tree9177a35b53cb8ae91cbd0370b3d907784b79e793 /src/main/java/at/hannibal2/skyhanni/config/commands
parent2f795bd9b4776c1777990e43436d139746bac0fb (diff)
downloadskyhanni-f8257877d76a61d41b7fc69987c5ac3a77b77174.tar.gz
skyhanni-f8257877d76a61d41b7fc69987c5ac3a77b77174.tar.bz2
skyhanni-f8257877d76a61d41b7fc69987c5ac3a77b77174.zip
Feature: /shclearcontestdata (#777)
Added command /shclearcontestdata to Reset Jacob's Contest Data. #777
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt6
1 files changed, 5 insertions, 1 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 910f938d0..268d0234d 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
+++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
@@ -216,7 +216,11 @@ object Commands {
registerCommand(
"shwhereami",
"Print current island in chat"
- ) { SkyHanniDebugsAndTests.whereami() }
+ ) { SkyHanniDebugsAndTests.whereAmI() }
+ registerCommand(
+ "shclearcontestdata",
+ "Resets Jacob's Contest Data"
+ ) { SkyHanniDebugsAndTests.clearContestData() }
registerCommand(
"shconfig",
"Search or reset config elements §c(warning, dangerous!)"