Tags
Creators
Details
4.0.4
Compatibility
Changes
AdvancedHunt 4.0.4
Hello everyone,
today we are releasing AdvancedHunt 4.0.4! This update brings highly requested features including client-side treasure hiding, Minecraft 1.26.x support, and brand new minigames!
New Features
Client-Side Hiding
Treasures can now be hidden client-side once a player has found them. (Repleaces with barrier or air) This means collected treasures will no longer be visible to the player who found them. Thanks to tetralinear!
Minecraft 26.x Support
AdvancedHunt now fully supports Minecraft 26.x. The plugin has been tested and verified to work correctly on the latest Minecraft version.
New Minigames
We added brand new minigames for the hint functions.
Bug Fixes
- Fixed spawning firework when trying to collection a single find treausure
- Various stability improvements and internal fixes.
Also watch our new showcase video on YouTube https://www.youtube.com/watch?v=xT7ylR4qa6U
Thanks for your continued support!
Your XMC-Team
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:8ZWWJnYu:mDwDDJMN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8ZWWJnYu:mDwDDJMN"
}


