Tags
Creators
Details
Licensed ARR
Published last year
Updated 3 weeks ago
All versions
2.1.7
Release
wynnmod 2.1.73 months ago 2,621
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Status Tracker
Create customizable overlays that track any status effects
- You may create as many overlays as you want with customizable title, color, status effects to track, etc

4 Archetype templates, which can be further customized to your liking

Fixes & Changes
- Fixed new raid level not showing in /stats
- Fixed incorrect location for Auburn Lumbermill
- Removed no WAPI token warning for raid party scan
- Support multi-level subdomain Wynncraft IPs
- Make EC warning disappear instantly when refreshed
- Added limits to static join notifications
- Fixed scan tree not working
- Auto tree now recognize Tree Manipulation effect and won't try reset tree if it is active
- Added emojis
- Adjusted config categories
- Added Overlay Management button on bottom right on config menu
- Made /ri account for text wrap and move raid streak pill if needed
- Fixed new raid rankings not showing in /ri
- Some improvements on overall raid detections, will further improve in the future
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:5HxdoOjv:Nni5UOGn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5HxdoOjv:Nni5UOGn"
}

