Tags
Creators
Details
1.6
Compatibility
Changes
PVPUtils-v1.6 Release Note: IRC services are currently not available to overseas users. Overseas users can click “不使用IRC” to enter the game directly.
-
Added full IRC integration for PVPUtils.
-
Players can use
.cor.chatto talk with other users directly in-game. -
Chat data is encrypted before upload and is not visible to the Minecraft server you are currently playing on.
-
Players are asked to register an account when launching the client.
-
The “不使用IRC” option remains available, but it disables many IRC-related features and is not recommended.
-
The IRC-enabled distribution is protected by PAHP. Public platforms such as GitHub continue to provide the complete source code except for the IRC-related portion, and PVPUtils remains open source.
-
Optimized command structure. All client commands now use
.as the unified prefix. -
Added IRC private message commands. Both
.w <username>and.msg <username>can be used. -
IRC now supports @mentions. The mentioned user must be online and have a registered IRC account. Mentioned users will receive both a chat notification and an in-game sound alert.
-
Improved the visual design of the IRC login interface.
-
Fixed delayed title and group identity updates on the post-login welcome screen.
-
Strengthened PAHP protection, which may cause a slight performance impact on some devices.
-
Added a built-in NetEase Cloud Music player. The default keybind is Right Ctrl and can be changed in Minecraft key settings.
-
Supports both QR-code login and account/password login. No account data passes through our server.
-
Non-VIP users can only preview tracks for 30 seconds due to platform restrictions.
-
A stable VPN connection is required for NetEase Cloud Music features, and functionality for overseas users is not guaranteed.
-
This feature has only been tested on Windows 11 64-bit with GUI scale 2. Proper behavior on other resolutions or operating systems is not guaranteed for now.
-
Added lyric display.
-
Added music information display with support for three styles.
-
Added motion camera.
-
Added fire charge trajectory prediction. Explosion radius may be inaccurate.
-
Added custom block outlines.
-
Added a better ping display.
-
Added a no-swimming option.
-
Added an option to display attack distance in TargetHUD.
-
Compressed built-in videos to significantly reduce package size.
-
Fixed an issue where switching pages could reset GLSL to its initial state.
-
Added a creative inventory tab.
-
Added an announcement page. It is experimental and can be closed without affecting startup.
-
Improved the visual style of WebHUD.
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:NX1JojlU:S2dl02nv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NX1JojlU:S2dl02nv"
}

