From be9126ef8f5154ed7f0562e43cbd6c499ca892ba Mon Sep 17 00:00:00 2001 From: martimavocado <39881008+martimavocado@users.noreply.github.com> Date: Wed, 22 Nov 2023 12:50:32 +0000 Subject: 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 --- src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands') 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 @@ -210,6 +210,10 @@ object Commands { "shclearminiondata", "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!)" -- cgit