Tags
Creators
Details
Licensed GPL-3.0-only
Published 7 months ago
Updated 3 days ago
All versions
2.2.1
Release
peyaj's CustomDiscs 2.2.12 months ago 97
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platforms
Paper
Purpur
Changes
v2.2.1
Bug Fixes & Enhancements
- Fixed Java Jukebox Interactions: Resolved a critical bug where custom discs would instantly eject when inserted by a Java player, resulting in ghost music playing indefinitely and holograms failing to display.
- Fixed Disc Deletion on Jukebox Break: Breaking a jukebox or blowing it up with a Creeper/TNT will now properly drop the custom disc item natively instead of voiding it.
- Fixed PacketEvents NPE on Purpur/Forks: The plugin now dynamically injects explicit Minecraft version definitions for non-standard Paper forks (such as Purpur), preventing a NullPointerException thrown by PacketEvents during initialization.
- Hologram Transparency Fix: Fixed a severe visual bug where translucent blocks like Water, Ice, and Stained Glass would become entirely invisible (culled) when viewed through a Jukebox hologram.
- Optimized Geyser Boot Cycle: Refactored the geyser reload cycle. The plugin will no longer forcefully reload Geyser's packs during initial server startup, preventing severe boot stutters. Pack updates are now restricted exclusively to runtime generation.
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:abKn8l6H:nlvbISS2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:abKn8l6H:nlvbISS2"
}

