All versions
1.0.0
Release
TotemAlert 1.0.02 weeks ago 40
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Changes
TotemAlert
Never lose a fight because you forgot your last Totem of Undying!
TotemAlert is a lightweight, client-side Fabric mod designed for PvP players, Crystal PvP enthusiasts, Hardcore worlds, and anyone who relies on Totems of Undying. Instead of constantly checking your inventory, the mod instantly warns you the moment you run out of totems, allowing you to react before it's too late.
โจ Features
๐ Instant Totem Alerts
The moment you no longer have any Totems of Undying in your inventory or offhand, TotemAlert immediately notifies you with a clear warning.
๐ฌ Hotbar Warning Message
A bold warning text appears directly above your hotbar, ensuring you notice it without taking your eyes off combat.
Example:
"You dont have totem in your off-hand
The notification is positioned where players naturally focus during PvP with red bold colour.
๐ Bell Sound Notification
Alongside the visual alert, TotemAlert plays Minecraft's bell sound, making it nearly impossible to miss the warning even during intense battles.
โก Lightweight & Optimized
The mod performs efficient inventory checks with virtually no impact on FPS or game performance.
๐ฎ Client-Side Only
No server installation is required. Install it on your client and it works on singleplayer and multiplayer servers that allow client-side mods.
โ Easy Configuration
TotemAlert uses Yet Another Config Lib (YACL) for its configuration screen, providing a clean and modern interface for changing settings. YACL is required as a dependency for the config menu to function.
๐ฆ Dependency
Required Library
Yet Another Config Lib (YACL) โ provides the in-game configuration interface and is required for TotemAlert's settings menu.
๐ฏ Perfect For
Crystal PvP
SMP Servers
Hardcore Worlds
Lifesteal Servers
Anarchy Servers
Practice PvP
Competitive Minecraft
๐ Why Use TotemAlert?
In fast-paced combat, checking your inventory every few seconds can be distracting. TotemAlert removes that burden by notifying you immediately when you're out of totems. The combination of an eye-catching hotbar message and a distinct bell sound ensures you always know when it's time to refill, potentially saving your life during crucial fights.
๐ฅ Compatibility
Fabric Loader
Client-side only
Multiplayer compatible
Singleplayer compatible
Requires Yet Another Config Lib (YACL) for configuration.
๐ก Simple, Fast & Reliable
Whether you're a casual player or an experienced PvPer, TotemAlert provides an elegant solution to one of Minecraft's easiest mistakesโrunning out of Totems without noticing. With instant visual and audio notifications, you'll always stay aware and ready for your next battle.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:4HuUZM9q:QM0Er5CY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4HuUZM9q:QM0Er5CY"
}

