aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/commands
diff options
context:
space:
mode:
authorappable <enzospiacitelli@gmail.com>2024-05-29 00:17:28 -0700
committerGitHub <noreply@github.com>2024-05-29 09:17:28 +0200
commit84b36cb1c0b89f42cc0613cfdbba275a78528fb2 (patch)
treec3ee988993ce71fe4d8a3ecb31f9563c5b59a45d /src/main/java/at/hannibal2/skyhanni/config/commands
parent3ea8208bb4ade935600242ed1aedaa80bc6ed6a8 (diff)
downloadskyhanni-84b36cb1c0b89f42cc0613cfdbba275a78528fb2.tar.gz
skyhanni-84b36cb1c0b89f42cc0613cfdbba275a78528fb2.tar.bz2
skyhanni-84b36cb1c0b89f42cc0613cfdbba275a78528fb2.zip
Improvement: Persistent HoppityCollectionStats display (#1836)
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 881861ad3..884a2c140 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
+++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
@@ -28,6 +28,7 @@ import at.hannibal2.skyhanni.features.event.diana.DianaProfitTracker
import at.hannibal2.skyhanni.features.event.diana.GriffinBurrowHelper
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.jerry.frozentreasure.FrozenTreasureTracker
import at.hannibal2.skyhanni.features.fishing.tracker.FishingProfitTracker
import at.hannibal2.skyhanni.features.fishing.tracker.SeaCreatureTracker
@@ -402,6 +403,10 @@ object Commands {
"shUpdateBazaarPrices",
"Forcefully updating the bazaar prices right now."
) { HypixelBazaarFetcher.fetchNow() }
+ registerCommand(
+ "shclearsavedrabbits",
+ "Clears the saved rabbits on this profile."
+ ) { HoppityCollectionStats.clearSavedRabbits() }
}
private fun developersDebugFeatures() {