Links
Tags
Creators
Details
All versions
2.0.0
Beta
Death Quota (death limit) 2.0.08 months ago 164
Compatibility
Minecraft: Java Edition
1.21–1.21.10
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
2.0.0 Update
- Fixed a ton of bugs especially a bug which prevents this mod to not work in singleplayer.
- Added cross version compatibility 1.21.x.
- Added /deathquota deathmsg <true|false> – Operators only; enable or disable death-location messages for all players.
SAVES FROM v1.0.0 WILL NOT WORK/LOAD PROPERLY WHEN USED WITH THIS VERSION AND VICE VERSA
this means that deaths and settings from v1.0.0 will not load properly when updating to this version(v2.0.0 and above) and also when you used v2.0.0 and downgraded to v1.0.0.
PLEASE REPORT BUGS HERE:
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:JjTwex35:mXDCaXOY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JjTwex35:mXDCaXOY"
}

