aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
diff options
context:
space:
mode:
authorThunderblade73 <85900443+Thunderblade73@users.noreply.github.com>2024-01-20 10:06:38 +0100
committerGitHub <noreply@github.com>2024-01-20 10:06:38 +0100
commit2d11b0cfe4adf7b6535d91cbdf339e47898d925e (patch)
treeb52e4912cdd42fef593ddd040edd49fcd187b965 /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
parent1f950c47b505a47ca49be67b7f0d85c2c65ae1da (diff)
downloadskyhanni-2d11b0cfe4adf7b6535d91cbdf339e47898d925e.tar.gz
skyhanni-2d11b0cfe4adf7b6535d91cbdf339e47898d925e.tar.bz2
skyhanni-2d11b0cfe4adf7b6535d91cbdf339e47898d925e.zip
Feature: SkyblockXPInChat (#919)
Added Skyblock XP Chat. #919
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
index 029a9dac9..31816f28c 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
@@ -66,6 +66,7 @@ import at.hannibal2.skyhanni.features.chat.ChatFilter
import at.hannibal2.skyhanni.features.chat.CompactBestiaryChatMessage
import at.hannibal2.skyhanni.features.chat.CompactSplashPotionMessage
import at.hannibal2.skyhanni.features.chat.PlayerDeathMessages
+import at.hannibal2.skyhanni.features.chat.SkyblockXPInChat
import at.hannibal2.skyhanni.features.chat.Translator
import at.hannibal2.skyhanni.features.chat.WatchdogHider
import at.hannibal2.skyhanni.features.chat.playerchat.PlayerChatFilter
@@ -497,6 +498,7 @@ class SkyHanniMod {
loadModule(ViewRecipeCommand)
loadModule(PartyCommands)
loadModule(SummoningMobManager())
+ loadModule(SkyblockXPInChat())
loadModule(AreaMiniBossFeatures())
loadModule(MobHighlight())
loadModule(SpawnTimers())