Links
Tags
Creators
Details
Licensed CC0-1.0
Published 11 months ago
Updated last month
All versions
2.1.3
Release
Music Player 2.1.3last month 642
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Changes
- 修复播放完毕后,有时会跳过个别音乐的问题
- music now中显示播放进度和点歌玩家
- 将文字统一改为中文
- 点歌人允许跳过自己的音乐而无需投票
- 美化输出界面布局
- 移除重播功能
- 优化help命令的显示效果和布局
- 优化歌单队列,单点队列和歌单队列隔离
- 修复崩溃,隐藏不必要的按钮
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:78Fe2Plq:dmZrIfOl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:78Fe2Plq:dmZrIfOl"
}

