All versions
0.2.0
Beta
PvP Utilities v0.2.03 years ago 1,015
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Server-side
Singleplayer
Changes
Added:
- "all"-option to lives- and time commands
- command to change time multiplier
- UUID related options to all lives- and time commands
- option to use amount of 0 in lives command
- a few config options related to macros
- comments to config categories
Removed a bit of (almost) duplicate debug logging
Changed:
- time modifier to decimal number (float) instead of percentage
- spawn distance to circular radius instead of rectangular one
- a bit of wording
Finally fixed:
- enable & disable commands not even working
- time added on new day exceeding max time
- scoreboard not updating when changing lives via commands
Optimized:
- command handling
- life and time handling
Corrected more spelling mistakes
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:ZWrQHl45:KpPB07YQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZWrQHl45:KpPB07YQ"
}

