Tags
Creators
Details
Licensed GPL-3.0-only
Published 7 months ago
Updated 3 days ago
All versions
2.1
Release
peyaj's CustomDiscs 2.12 months ago 68
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platform
Paper
Changes
v2.1 Changelog
Added
- Added the /disc add <id> <url> <name> <author> [style] command to download and convert audio files asynchronously from a URL in the background.
- Added the /disc delete <id> and /disc remove <id> commands to completely remove custom discs and their audio files.
- Added tab completion support for the new add and delete commands.
- Added a search filter button in the /disc catalog menu that closes the GUI and lets players type a query in chat to filter discs.
- Added a local audio preview feature: middle-click or right-click any disc in the catalog to hear a 15-second preview locally.
- Added auto-allocation of unique CustomModelData IDs for custom discs starting at 10001.
- Added automatic texture overrides: if a custom PNG is placed at plugins/peyajCustomDisc/discs/<discId>.png, the plugin will automatically generate item model JSON files inside the resource pack.
- Added style-matching particles (flames, sculk, enchant table glyphs, and water splashes) that spawn above active jukeboxes depending on the music style playing.
- Added bStats metrics tracking to monitor server usage stats.
Changed & Fixed
- Updated config.yml with options to configure custom sound volume, pitch, category, display range, and local preview durations.
- Enhanced item stack lore displays to include Artist, Duration, Style, and description notes dynamically.
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:G8aA0R3b"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:abKn8l6H:G8aA0R3b"
}

