All versions
1.0.1
Alpha
PeaceSMP 1.0.14 months ago 11
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Dedicated servers only
Changes
- Changed the cooldown for when a kill counts after killing the same player from 4h to 30min
- Added a command that allows you to change that cooldown
- If you die your kill count is lowered by 1
- Now it shows in chat the remaining minutes for the kill to count on the same player each 15, 10, 5 and 1 min
- Above your hotbar now it shows what value you are, the peaceful minutes and the kill count
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:nwVERkWN:s4dkv74u"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nwVERkWN:s4dkv74u"
}

