summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/commands
diff options
context:
space:
mode:
authormartimavocado <39881008+martimavocado@users.noreply.github.com>2023-11-22 12:50:32 +0000
committerGitHub <noreply@github.com>2023-11-22 13:50:32 +0100
commitbe9126ef8f5154ed7f0562e43cbd6c499ca892ba (patch)
treec0dbdf8d23b1b7d5f7b168cada005e34d1aeb24e /src/main/java/at/hannibal2/skyhanni/config/commands
parentab4ee55eb6b2951e24c4bed144b2cf68e86501c1 (diff)
downloadskyhanni-be9126ef8f5154ed7f0562e43cbd6c499ca892ba.tar.gz
skyhanni-be9126ef8f5154ed7f0562e43cbd6c499ca892ba.tar.bz2
skyhanni-be9126ef8f5154ed7f0562e43cbd6c499ca892ba.zip
Feature: Add support for barn fishing in the jerry's workshop and crimson isle (#705)
Added Barn Fishing Timer to Jerry's Workshop and Crimson Isle. #705
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt4
1 files changed, 4 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 8e4791901..f622ba7bb 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
+++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
@@ -211,6 +211,10 @@ object Commands {
"Reset data about minion profit and the name display on the private island"
) { MinionFeatures.clearMinionData() }
registerCommand(
+ "whereami",
+ "Print current island in chat"
+ ) { SkyHanniDebugsAndTests.whereami() }
+ registerCommand(
"shconfig",
"Search or reset config elements §c(warning, dangerous!)"
) { SkyHanniConfigSearchResetCommand.command(it) }