1.0.0
Compatibility
Changes
Give me my mace! is a server-side Fabric mod that introduces a unique one-of-a-kind Mace mechanic to your Minecraft server. Only a single Mace can exist at any given time. The moment a player crafts one, the entire server is notified — and no one else can forge another until the current Mace is lost or destroyed. Whether it fuels rivalry, alliances, or all-out war, this mod turns the Mace into the most coveted item on the server. Features:
Only one Mace can exist at a time across the entire server A server-wide broadcast is sent when the Mace is crafted Crafting is automatically re-enabled when the Mace is lost or destroyed Players cannot store the Mace in chests or shulker boxes Checks both player inventory and ender chest Lightweight and server-side only — no client mod required
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:xWN9FowN:iiO1MLiJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xWN9FowN:iiO1MLiJ"
}


