
ZMusic
Cross-platform Music System for Minecraft
30K загрузок16 подписчиковGPL-3.0-onlyfabricforgeneoforge
Обновлён 2 июня 2026 г. · опубликован 30 мая 2023 г.
V3 version is under development based on TabooLib 6
V2 version is now LTS (long -term support) status
Introduction
This is a powerful music system that supports the following functions.
- Full service song
- Play separately
- Lyrics display
- Lyrics translation display
- Multi -search source (Netease Cloud/Ximalaya/Bilibili/SoundCloud)
- Keyword search
- Personal song list
- Full service song list
- Play of the song list (Netease Cloud)
- Volume adjustment (only Allmusic MOD support)
- Support BungeeCord
Video
Feedback
Develop
clone
git clone https://github.com/RealHeart/ZMusicbuild
cd ZMusic gradlew clean build
Usage
Download the latest version in release
move jar to plugins folder
Run Server
Documentation
Repositories
- ZMusic - Plugin
- ZMusic Mod - Mod
- ZMusic Docs - Documentation
Open Source License
This project uses GPL-3.0 license for open source code
ZMusic - Powerful Music System
Copyright (C) 2022 RealHeart
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Thank
Contributors
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| v3.7.1 | Релиз | 1.20.2, 1.20.3, 1.20.4 | neoforge | 2 июня 2026 г. | .jar (1.9 МБ) |
| v3.7.1 | Релиз | 1.20.5, 1.20.6 | neoforge | 2 июня 2026 г. | .jar (1.9 МБ) |
| v3.7.1 | Релиз | 1.21.1 | neoforge | 2 июня 2026 г. | .jar (1.9 МБ) |
| v3.7.1 | Релиз | 26.1, 26.1.1, 26.1.2 | neoforge | 2 июня 2026 г. | .jar (1.9 МБ) |
| v3.7.1 | Релиз | 1.12.2 | forge | 2 июня 2026 г. | .jar (1.9 МБ) |
| v3.7.1 | Релиз | 1.14.4 | forge | 2 июня 2026 г. | .jar (1.9 МБ) |
| v3.7.1 | Релиз | 1.15, 1.15.1, 1.15.2 | forge | 2 июня 2026 г. | .jar (1.9 МБ) |
| v3.7.1 | Релиз | 1.17.1 | forge | 2 июня 2026 г. | .jar (1.9 МБ) |
| v3.7.1 | Релиз | 1.16.2, 1.16.3, 1.16.4, 1.16.5 | forge | 2 июня 2026 г. | .jar (1.9 МБ) |
| v3.7.1 | Релиз | 1.18, 1.18.1, 1.18.2 | forge | 2 июня 2026 г. | .jar (1.9 МБ) |
| v3.7.1 | Релиз | 1.19.2 | forge | 2 июня 2026 г. | .jar (1.9 МБ) |
| v3.7.1 | Релиз | 1.20, 1.20.1 | forge | 2 июня 2026 г. | .jar (1.9 МБ) |
| v3.7.1 | Релиз | 1.20, 1.20.1 | forge | 2 июня 2026 г. | .jar (1.9 МБ) |
| v3.7.1 | Релиз | 1.19.4 | forge | 2 июня 2026 г. | .jar (1.9 МБ) |
| v3.7.1 | Релиз | 1.14.3, 1.14.4 | fabric | 2 июня 2026 г. | .jar (1.9 МБ) |
Показаны последние 15 из 71 версий. Все версии — на Modrinth.
Ченджлог
v3.7.1Релиз1.20.2, 1.20.3, 1.20.4 · 2 июня 2026 г.
- 将模组运行时切换到原生
zmusic-player。 - 新增 Minecraft 26.1、26.1.1、26.1.2 支持,由 26.1.2 构建覆盖。
- 将 Fabric、Forge、NeoForge 拆分为独立 Gradle 构建组,并使用矩阵构建减少稳定版构建时间。
- 新增 Forge 1.20.4 构建。
- 新增模组图标元数据。
- 修复 26.x jar 缺少 core classes 的问题。
- 修复 NeoForge 26.1.2 构建和 NeoForm setup 问题,使用 26.1.2.70 beta 依赖并修复 setup cache。
- 修复 Forge 版在 SCP Lockdown 滑动门等模组触发空声音事件时,可能因读取声音分类导致客户端崩溃的问题。
- 修复 Fabric 版在收到空声音实例时可能触发同类崩溃的问题。
- 重构稳定版发布流程,支持 GitHub Releases、Modrinth、CurseForge、Codeberg 和 CNB 使用同一份发布产物与更新日志。
English:
- Switched the mod runtime to the native
zmusic-player. - Added Minecraft 26.1, 26.1.1, and 26.1.2 support through the 26.1.2 builds.
- Split Fabric, Forge, and NeoForge into dedicated Gradle build groups with matrix builds for faster stable releases.
- Added Forge 1.20.4 build support.
- Added mod icon metadata.
- Fixed 26.x jars missing bundled core classes.
- Fixed NeoForge 26.1.2 build and NeoForm setup issues by using the 26.1.2.70 beta dependency and repairing the setup cache.
- Fixed a Forge client crash when mods such as SCP Lockdown sliding doors emit a sound event with a null sound instance.
- Fixed the same class of Fabric crash when a null sound instance is passed to the sound hook.
- Reworked stable release publishing so GitHub Releases, Modrinth, CurseForge, Codeberg, and CNB use the same artifacts and release notes.
v3.7.1Релиз1.20.5, 1.20.6 · 2 июня 2026 г.
- 将模组运行时切换到原生
zmusic-player。 - 新增 Minecraft 26.1、26.1.1、26.1.2 支持,由 26.1.2 构建覆盖。
- 将 Fabric、Forge、NeoForge 拆分为独立 Gradle 构建组,并使用矩阵构建减少稳定版构建时间。
- 新增 Forge 1.20.4 构建。
- 新增模组图标元数据。
- 修复 26.x jar 缺少 core classes 的问题。
- 修复 NeoForge 26.1.2 构建和 NeoForm setup 问题,使用 26.1.2.70 beta 依赖并修复 setup cache。
- 修复 Forge 版在 SCP Lockdown 滑动门等模组触发空声音事件时,可能因读取声音分类导致客户端崩溃的问题。
- 修复 Fabric 版在收到空声音实例时可能触发同类崩溃的问题。
- 重构稳定版发布流程,支持 GitHub Releases、Modrinth、CurseForge、Codeberg 和 CNB 使用同一份发布产物与更新日志。
English:
- Switched the mod runtime to the native
zmusic-player. - Added Minecraft 26.1, 26.1.1, and 26.1.2 support through the 26.1.2 builds.
- Split Fabric, Forge, and NeoForge into dedicated Gradle build groups with matrix builds for faster stable releases.
- Added Forge 1.20.4 build support.
- Added mod icon metadata.
- Fixed 26.x jars missing bundled core classes.
- Fixed NeoForge 26.1.2 build and NeoForm setup issues by using the 26.1.2.70 beta dependency and repairing the setup cache.
- Fixed a Forge client crash when mods such as SCP Lockdown sliding doors emit a sound event with a null sound instance.
- Fixed the same class of Fabric crash when a null sound instance is passed to the sound hook.
- Reworked stable release publishing so GitHub Releases, Modrinth, CurseForge, Codeberg, and CNB use the same artifacts and release notes.
v3.7.1Релиз1.21.1 · 2 июня 2026 г.
- 将模组运行时切换到原生
zmusic-player。 - 新增 Minecraft 26.1、26.1.1、26.1.2 支持,由 26.1.2 构建覆盖。
- 将 Fabric、Forge、NeoForge 拆分为独立 Gradle 构建组,并使用矩阵构建减少稳定版构建时间。
- 新增 Forge 1.20.4 构建。
- 新增模组图标元数据。
- 修复 26.x jar 缺少 core classes 的问题。
- 修复 NeoForge 26.1.2 构建和 NeoForm setup 问题,使用 26.1.2.70 beta 依赖并修复 setup cache。
- 修复 Forge 版在 SCP Lockdown 滑动门等模组触发空声音事件时,可能因读取声音分类导致客户端崩溃的问题。
- 修复 Fabric 版在收到空声音实例时可能触发同类崩溃的问题。
- 重构稳定版发布流程,支持 GitHub Releases、Modrinth、CurseForge、Codeberg 和 CNB 使用同一份发布产物与更新日志。
English:
- Switched the mod runtime to the native
zmusic-player. - Added Minecraft 26.1, 26.1.1, and 26.1.2 support through the 26.1.2 builds.
- Split Fabric, Forge, and NeoForge into dedicated Gradle build groups with matrix builds for faster stable releases.
- Added Forge 1.20.4 build support.
- Added mod icon metadata.
- Fixed 26.x jars missing bundled core classes.
- Fixed NeoForge 26.1.2 build and NeoForm setup issues by using the 26.1.2.70 beta dependency and repairing the setup cache.
- Fixed a Forge client crash when mods such as SCP Lockdown sliding doors emit a sound event with a null sound instance.
- Fixed the same class of Fabric crash when a null sound instance is passed to the sound hook.
- Reworked stable release publishing so GitHub Releases, Modrinth, CurseForge, Codeberg, and CNB use the same artifacts and release notes.
v3.7.1Релиз26.1, 26.1.1, 26.1.2 · 2 июня 2026 г.
- 将模组运行时切换到原生
zmusic-player。 - 新增 Minecraft 26.1、26.1.1、26.1.2 支持,由 26.1.2 构建覆盖。
- 将 Fabric、Forge、NeoForge 拆分为独立 Gradle 构建组,并使用矩阵构建减少稳定版构建时间。
- 新增 Forge 1.20.4 构建。
- 新增模组图标元数据。
- 修复 26.x jar 缺少 core classes 的问题。
- 修复 NeoForge 26.1.2 构建和 NeoForm setup 问题,使用 26.1.2.70 beta 依赖并修复 setup cache。
- 修复 Forge 版在 SCP Lockdown 滑动门等模组触发空声音事件时,可能因读取声音分类导致客户端崩溃的问题。
- 修复 Fabric 版在收到空声音实例时可能触发同类崩溃的问题。
- 重构稳定版发布流程,支持 GitHub Releases、Modrinth、CurseForge、Codeberg 和 CNB 使用同一份发布产物与更新日志。
English:
- Switched the mod runtime to the native
zmusic-player. - Added Minecraft 26.1, 26.1.1, and 26.1.2 support through the 26.1.2 builds.
- Split Fabric, Forge, and NeoForge into dedicated Gradle build groups with matrix builds for faster stable releases.
- Added Forge 1.20.4 build support.
- Added mod icon metadata.
- Fixed 26.x jars missing bundled core classes.
- Fixed NeoForge 26.1.2 build and NeoForm setup issues by using the 26.1.2.70 beta dependency and repairing the setup cache.
- Fixed a Forge client crash when mods such as SCP Lockdown sliding doors emit a sound event with a null sound instance.
- Fixed the same class of Fabric crash when a null sound instance is passed to the sound hook.
- Reworked stable release publishing so GitHub Releases, Modrinth, CurseForge, Codeberg, and CNB use the same artifacts and release notes.
v3.7.1Релиз1.12.2 · 2 июня 2026 г.
- 将模组运行时切换到原生
zmusic-player。 - 新增 Minecraft 26.1、26.1.1、26.1.2 支持,由 26.1.2 构建覆盖。
- 将 Fabric、Forge、NeoForge 拆分为独立 Gradle 构建组,并使用矩阵构建减少稳定版构建时间。
- 新增 Forge 1.20.4 构建。
- 新增模组图标元数据。
- 修复 26.x jar 缺少 core classes 的问题。
- 修复 NeoForge 26.1.2 构建和 NeoForm setup 问题,使用 26.1.2.70 beta 依赖并修复 setup cache。
- 修复 Forge 版在 SCP Lockdown 滑动门等模组触发空声音事件时,可能因读取声音分类导致客户端崩溃的问题。
- 修复 Fabric 版在收到空声音实例时可能触发同类崩溃的问题。
- 重构稳定版发布流程,支持 GitHub Releases、Modrinth、CurseForge、Codeberg 和 CNB 使用同一份发布产物与更新日志。
English:
- Switched the mod runtime to the native
zmusic-player. - Added Minecraft 26.1, 26.1.1, and 26.1.2 support through the 26.1.2 builds.
- Split Fabric, Forge, and NeoForge into dedicated Gradle build groups with matrix builds for faster stable releases.
- Added Forge 1.20.4 build support.
- Added mod icon metadata.
- Fixed 26.x jars missing bundled core classes.
- Fixed NeoForge 26.1.2 build and NeoForm setup issues by using the 26.1.2.70 beta dependency and repairing the setup cache.
- Fixed a Forge client crash when mods such as SCP Lockdown sliding doors emit a sound event with a null sound instance.
- Fixed the same class of Fabric crash when a null sound instance is passed to the sound hook.
- Reworked stable release publishing so GitHub Releases, Modrinth, CurseForge, Codeberg, and CNB use the same artifacts and release notes.
v3.7.1Релиз1.14.4 · 2 июня 2026 г.
- 将模组运行时切换到原生
zmusic-player。 - 新增 Minecraft 26.1、26.1.1、26.1.2 支持,由 26.1.2 构建覆盖。
- 将 Fabric、Forge、NeoForge 拆分为独立 Gradle 构建组,并使用矩阵构建减少稳定版构建时间。
- 新增 Forge 1.20.4 构建。
- 新增模组图标元数据。
- 修复 26.x jar 缺少 core classes 的问题。
- 修复 NeoForge 26.1.2 构建和 NeoForm setup 问题,使用 26.1.2.70 beta 依赖并修复 setup cache。
- 修复 Forge 版在 SCP Lockdown 滑动门等模组触发空声音事件时,可能因读取声音分类导致客户端崩溃的问题。
- 修复 Fabric 版在收到空声音实例时可能触发同类崩溃的问题。
- 重构稳定版发布流程,支持 GitHub Releases、Modrinth、CurseForge、Codeberg 和 CNB 使用同一份发布产物与更新日志。
English:
- Switched the mod runtime to the native
zmusic-player. - Added Minecraft 26.1, 26.1.1, and 26.1.2 support through the 26.1.2 builds.
- Split Fabric, Forge, and NeoForge into dedicated Gradle build groups with matrix builds for faster stable releases.
- Added Forge 1.20.4 build support.
- Added mod icon metadata.
- Fixed 26.x jars missing bundled core classes.
- Fixed NeoForge 26.1.2 build and NeoForm setup issues by using the 26.1.2.70 beta dependency and repairing the setup cache.
- Fixed a Forge client crash when mods such as SCP Lockdown sliding doors emit a sound event with a null sound instance.
- Fixed the same class of Fabric crash when a null sound instance is passed to the sound hook.
- Reworked stable release publishing so GitHub Releases, Modrinth, CurseForge, Codeberg, and CNB use the same artifacts and release notes.
v3.7.1Релиз1.15, 1.15.1, 1.15.2 · 2 июня 2026 г.
- 将模组运行时切换到原生
zmusic-player。 - 新增 Minecraft 26.1、26.1.1、26.1.2 支持,由 26.1.2 构建覆盖。
- 将 Fabric、Forge、NeoForge 拆分为独立 Gradle 构建组,并使用矩阵构建减少稳定版构建时间。
- 新增 Forge 1.20.4 构建。
- 新增模组图标元数据。
- 修复 26.x jar 缺少 core classes 的问题。
- 修复 NeoForge 26.1.2 构建和 NeoForm setup 问题,使用 26.1.2.70 beta 依赖并修复 setup cache。
- 修复 Forge 版在 SCP Lockdown 滑动门等模组触发空声音事件时,可能因读取声音分类导致客户端崩溃的问题。
- 修复 Fabric 版在收到空声音实例时可能触发同类崩溃的问题。
- 重构稳定版发布流程,支持 GitHub Releases、Modrinth、CurseForge、Codeberg 和 CNB 使用同一份发布产物与更新日志。
English:
- Switched the mod runtime to the native
zmusic-player. - Added Minecraft 26.1, 26.1.1, and 26.1.2 support through the 26.1.2 builds.
- Split Fabric, Forge, and NeoForge into dedicated Gradle build groups with matrix builds for faster stable releases.
- Added Forge 1.20.4 build support.
- Added mod icon metadata.
- Fixed 26.x jars missing bundled core classes.
- Fixed NeoForge 26.1.2 build and NeoForm setup issues by using the 26.1.2.70 beta dependency and repairing the setup cache.
- Fixed a Forge client crash when mods such as SCP Lockdown sliding doors emit a sound event with a null sound instance.
- Fixed the same class of Fabric crash when a null sound instance is passed to the sound hook.
- Reworked stable release publishing so GitHub Releases, Modrinth, CurseForge, Codeberg, and CNB use the same artifacts and release notes.
v3.7.1Релиз1.17.1 · 2 июня 2026 г.
- 将模组运行时切换到原生
zmusic-player。 - 新增 Minecraft 26.1、26.1.1、26.1.2 支持,由 26.1.2 构建覆盖。
- 将 Fabric、Forge、NeoForge 拆分为独立 Gradle 构建组,并使用矩阵构建减少稳定版构建时间。
- 新增 Forge 1.20.4 构建。
- 新增模组图标元数据。
- 修复 26.x jar 缺少 core classes 的问题。
- 修复 NeoForge 26.1.2 构建和 NeoForm setup 问题,使用 26.1.2.70 beta 依赖并修复 setup cache。
- 修复 Forge 版在 SCP Lockdown 滑动门等模组触发空声音事件时,可能因读取声音分类导致客户端崩溃的问题。
- 修复 Fabric 版在收到空声音实例时可能触发同类崩溃的问题。
- 重构稳定版发布流程,支持 GitHub Releases、Modrinth、CurseForge、Codeberg 和 CNB 使用同一份发布产物与更新日志。
English:
- Switched the mod runtime to the native
zmusic-player. - Added Minecraft 26.1, 26.1.1, and 26.1.2 support through the 26.1.2 builds.
- Split Fabric, Forge, and NeoForge into dedicated Gradle build groups with matrix builds for faster stable releases.
- Added Forge 1.20.4 build support.
- Added mod icon metadata.
- Fixed 26.x jars missing bundled core classes.
- Fixed NeoForge 26.1.2 build and NeoForm setup issues by using the 26.1.2.70 beta dependency and repairing the setup cache.
- Fixed a Forge client crash when mods such as SCP Lockdown sliding doors emit a sound event with a null sound instance.
- Fixed the same class of Fabric crash when a null sound instance is passed to the sound hook.
- Reworked stable release publishing so GitHub Releases, Modrinth, CurseForge, Codeberg, and CNB use the same artifacts and release notes.
Полная история изменений — на Modrinth.
Комментарии
Загружаем…