Tags
Creators
Details
2.1.0
Compatibility
Required content
Changes
๐ Shurui's DMZ Utilities 2.1.0
Adds Server Key gating: a couple of features now unlock only when Shurui's Key is installed on the server. โจ Added
Server Key gating: the mod now checks at runtime for the server-side Shurui's Key. When it is absent, the gated features below are disabled and the server log notes once: "Server Key not detected, certain features disabled - this is not a bug". The server tells each client its key status on login so client-side gating works without shipping the key to players.
๐ Gated behind the Server Key
HUD waypoint compass โ without the key the server sends no waypoints, so the compass shows nothing.
Form preview โ the live in-editor form preview is disabled on dedicated servers without the key. It always works in singleplayer.
โป๏ธ Compatibility
Fully save-compatible. The check is a soft one โ the mod loads and runs normally without Shurui's Key; only the gated features are switched off. No hard dependency is added.
๐ฆ Requirements
Minecraft 1.20.1 (Forge)
Shurui's Key (optional โ required only to unlock the HUD compass, and the form preview on dedicated servers)
DragonMineZ
๐ฌ Support
Found a bug or have a request? Share it on the official Discord: discord.gg/HaXBGEPXyE
Optional dependencies
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:bLplVEcb:DWFYBBYF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bLplVEcb:DWFYBBYF"
}

