summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/commands
diff options
context:
space:
mode:
authorDavid Cole <40234707+DavidArthurCole@users.noreply.github.com>2024-08-25 20:42:33 -0400
committerGitHub <noreply@github.com>2024-08-26 02:42:33 +0200
commit290676ba3954d653bc1cbc0630d2cde90a3249f4 (patch)
treeaad9f4d117b5e1b3ebb50817c87b6ab7b63ec656 /src/main/java/at/hannibal2/skyhanni/config/commands
parentfe0770027bd09c22c3399ee3abf02c530ebc49ec (diff)
downloadskyhanni-290676ba3954d653bc1cbc0630d2cde90a3249f4.tar.gz
skyhanni-290676ba3954d653bc1cbc0630d2cde90a3249f4.tar.bz2
skyhanni-290676ba3954d653bc1cbc0630d2cde90a3249f4.zip
Feature + Fix: Hoppity Event Summarization (#2311)
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 89d7bb9bb..50accf32c 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
+++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
@@ -30,6 +30,7 @@ import at.hannibal2.skyhanni.features.event.diana.InquisitorWaypointShare
import at.hannibal2.skyhanni.features.event.diana.MythologicalCreatureTracker
import at.hannibal2.skyhanni.features.event.hoppity.HoppityCollectionStats
import at.hannibal2.skyhanni.features.event.hoppity.HoppityEggLocations
+import at.hannibal2.skyhanni.features.event.hoppity.HoppityEventSummary
import at.hannibal2.skyhanni.features.event.jerry.frozentreasure.FrozenTreasureTracker
import at.hannibal2.skyhanni.features.fishing.tracker.FishingProfitTracker
import at.hannibal2.skyhanni.features.fishing.tracker.SeaCreatureTracker
@@ -337,6 +338,10 @@ object Commands {
"shtpinfested",
"Teleports you to the nearest infested plot",
) { PestFinder.teleportNearestInfestedPlot() }
+ registerCommand(
+ "shhoppitystats",
+ "Look up stats for a Hoppity's Event (by SkyBlock year).\nRun standalone for a list of years that have stats."
+ ) { HoppityEventSummary.sendStatsMessage(it) }
}
private fun usersBugFix() {