summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/commands
diff options
context:
space:
mode:
authorEmpa <42304516+ItsEmpa@users.noreply.github.com>2024-05-24 16:13:28 +0200
committerGitHub <noreply@github.com>2024-05-24 16:13:28 +0200
commit6995cd2c52efbc14097e3b174d5317926c2c7e5d (patch)
tree71b889bfdfd20d9bb4c7ee3c853043172a2a54ef /src/main/java/at/hannibal2/skyhanni/config/commands
parent8a40262a6306a73b05a5e3a66d4f9189f97d4b3f (diff)
downloadskyhanni-6995cd2c52efbc14097e3b174d5317926c2c7e5d.tar.gz
skyhanni-6995cd2c52efbc14097e3b174d5317926c2c7e5d.tar.bz2
skyhanni-6995cd2c52efbc14097e3b174d5317926c2c7e5d.zip
Improvement: Tp to nearest infested plot command (#1763)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
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 b8fa95d85..184549a34 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
+++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
@@ -45,6 +45,7 @@ import at.hannibal2.skyhanni.features.garden.farming.GardenStartLocation
import at.hannibal2.skyhanni.features.garden.farming.lane.FarmingLaneCreator
import at.hannibal2.skyhanni.features.garden.fortuneguide.CaptureFarmingGear
import at.hannibal2.skyhanni.features.garden.fortuneguide.FFGuideGUI
+import at.hannibal2.skyhanni.features.garden.pests.PestFinder
import at.hannibal2.skyhanni.features.garden.pests.PestProfitTracker
import at.hannibal2.skyhanni.features.garden.visitor.GardenVisitorDropStatistics
import at.hannibal2.skyhanni.features.mining.KingTalismanHelper
@@ -325,6 +326,10 @@ object Commands {
"shignore",
"Add/Remove a user from your"
) { PartyChatCommands.blacklist(it) }
+ registerCommand(
+ "shtpinfested",
+ "Teleports you to the nearest infested plot"
+ ) { PestFinder.teleportNearestInfestedPlot() }
}
private fun usersBugFix() {