1.2
Compatibility
Changes
Version 1.2 - QOL
This version focuses on QOL improvements, including performance and bug fixes, and turns it into a fully customizable plugin.
Configuration System
A new config.yml has been added to give you full control over the plugin's appearance and behavior.
- Custom Messages: Edit every chat broadcast and on-screen title.
- MiniMessage Formatting: Use modern formatting including Hex colors (
<#RRGGBB>), gradients, and rainbow text.
Commands
New commands have been added for better management.
- Command:
/pvp status— Displays the current PvP state. - Command:
/pvp reload— Instantly refreshes the configuration file to apply message changes without restarting the server.
Version Update
Version Support: Fully updated and tested for Minecraft 1.21 through 1.21.1.
Disclaimer:
The plugin description has been updated to reflect version 1.2. Features described may not apply to older versions.
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:13qsb2ue:kMvpdfGb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:13qsb2ue:kMvpdfGb"
}

