
Mixer Reloaded
A plugin that allows you to create custom music discs that can play audio from any source through the in-game voice chat & much more.
- Загрузки
- 1K
- Подписчики
- 6
- Обновлён
- 5 августа 2026 г.
- Лицензия
- MIT
Опубликован 3 октября 2025 г.
Mixer Reloaded
Mixer is a plugin for Paper servers that enhances the Simple Voice Chat mod. It allows you to create custom music discs that can play audio from any source (like YouTube, SoundCloud, or Direct Link) through the in-game voice chat.
This plugin transforms standard Jukeboxes into a complete audio system, supporting playlists, remote speakers, and audio DSP effects.
🚀 Key Features
- 💿 Custom Discs: "Burn" any URL onto a music disc using the
/mixer burncommand. - 🔊 Speaker System: Link a single Jukebox to multiple speaker locations in your world with
/mixer link. - 📻 Portable Speaker: Use an item to play custom music discs from your inventory. Right-click the item to open the Control Dashboard.
- 🎛️ Audio Effects (DSP): Apply effects like
Gain,Flanger,HighPass, andLowPassfilters via commands or the Visual GUI (Sneak + Right-Click a Jukebox). - 🧩 PlaceholderAPI Support: Display current song, artist, URL, and status on scoreboards or chat using built-in placeholders (e.g.,
%mixer_current_song%). - 🎧 VoiceChat Integration: Adds a dedicated "Mixer" volume category to the Simple Voice Chat settings.
- 🤖 Redstone Playlists: Trigger playlists from Barrels (including Text-to-Speech!) using Redstone signals.
- 🌐 Wide Source Support: Works with YouTube, SoundCloud, Bandcamp, Twitch, direct HTTP links, and hundreds of sites via Cobalt protocol support (
cobalt://). - 🧩 Addon API: Build separate Paper plugins that register custom audio source protocols and control Mixer players or DSP without importing internal classes.
📚 Documentation (Wiki)
For complete instructions on installation, configuration, and all commands, please visit our Official Wiki.
Addon developers can start with the Addon API guide.
🐛 Bugs & Suggestions
You can report bugs or suggest your ideas on GitHub.
👾 Shoutouts
Mixer Reloaded is a fork of a Mixer plugin. Original developer is not very active, but shoutout to somewhatcity for an amazing plugin.
Many thanks to Anti_Dot for the increadible logo for this project.
Ченджлог
v2.3.0Релиз26.1.1, 26.1.2, 26.2 · 5 августа 2026 г.
📦 Mixer v2.3.0 Changelog
I know that Mixer is kinda an addon for SVC, and now I gave an option to create addon for addon, like sub-addon, it's kinda funny. Anyways I create one addon for burning the discs by players with payments via Vault or in-game items, with optional moderation via game/discord, etc. I'm not sure, if I should release it or not, if someone needs it give me a notice via issue or smth.
¯\_(ツ)_/¯
✨ New Features
- Addon API: Added addon lifecycle management, custom audio source resolvers, player/DSP controls, disc services, and playback policies for private or moderated discs (more in the wiki).
- Physical Jukebox Discs: Added configurable disc insertion directly into jukeboxes via mixer.disc-inserted (false for old mechanic).
- Local Audio & Burn Requirements: Added local audio saving with
/mixer burn --saveand configurable material, Custom Model Data, and Item Model requirements.
⚡ Improvements & Optimization
- Paper Compatibility: Updated support range to Paper 1.21.4 - 26.2 with configurable Java and Paper API versions.
- Audio Reliability: Updated Lavaplayer to 2.2.7 and added progressive SoundCloud playback with improved source resolution.
- API Distribution: Added generated Javadocs and sources JARs for addon development. API packages and Maven coordinates now use me.andromedov.
More details in the wiki
Full Changelog: https://github.com/Andromedov/Mixer/compare/v2.2.3...v2.3.0
v2.2.3Релиз26.1, 26.1.1, 26.1.2 · 11 апреля 2026 г.
📦 Mixer v2.2.3 Changelog
🐞 Bug Fixes
- SoundCloud Fix: Fixed SoundCloud connection issues (music from there was previously just throwing an error) by updating the audio (
lavaplayer) library.
⚡ Improvements & Optimization
- Dependency Updates: Updated the rest of the core libraries to their newer versions for better stability.
- YouTube Playback Reliability: Removed deprecated
TvHtml5EmbeddedandTvHtml5EmbeddedWithThumbnailclients.
Full Changelog: https://github.com/Andromedov/Mixer/compare/v2.2.2...v2.2.3
v2.2.2Релиз1.21.9, 1.21.10, 1.21.11 · 29 марта 2026 г.
📦 Mixer v2.2.2 Changelog
✨ New Features
- bStats Metrics: Added support for anonymous statistics collection via bStats. This can be toggled via the
metrics: trueparameter in theconfig.ymlfile.
⚡ Improvements & Optimization
- Cobalt API Integration: Significantly improved Cobalt URL handling. Updated requests to use API v7 with an automatic fallback to v6, ensuring more stable media loading.
- Async Handling: Refactored asynchronous processes, improved thread management and overall server & music stability (will be most noticeable when there are 3+ players on the server playing music).
- Code & Dependencies Cleanup: Optimized dependencies (switched the
:apidependency toimplementation) and removed redundantStandardCharsetsconversions in the TTS URL generator.
🐞 Bug Fixes
- Cobalt Error Messages: Fixed and simplified Cobalt API error messages in-game. If an HTTP 403 error occurs, the plugin now directly warns the user about potential hosting blocks by Cloudflare.
- Data Access Safety: Fixed potential NullPointerExceptions in
RedstoneListenerandPlayerInteractListenerwhen interacting with discs. Added proper safety checks forItemMetaandPersistentDataContainerkeys. - Playback Stability: Improved track completion handling and queue loading. Fixed the state management of the
playbackStartedvariable, preventing playback hangs when processing playlists.
Note: I tried to add an easier YouTube support, but it didn't work out the way I'd planned, so I kinda scrapped all of the progress and might start over from scratch (or maybe I will just ignore that feature entirely)
Full Changelog: https://github.com/Andromedov/Mixer/compare/v2.2.1...v2.2.2
v2.2.1Релиз1.21.9, 1.21.10, 1.21.11 · 17 января 2026 г.
📦 Mixer v2.2.1 Changelog
✨ New Features
- Portable Speaker Persistence: DSP settings (Gain, Filters, Flanger) are now saved to the local H2 database linked to the speaker's unique ID. Your custom audio effects will now persist across sessions and server restarts.
⚡ Improvements & Optimization
- Database Integration: Extended the database schema to handle per-item storage for portable speaker effects.
- GUI Accessibility: The "Audio Effects" button in the Portable Speaker menu can now be accessed to configure settings even if music is not currently playing.
🐞 Bug Fixes
- GUI Closing Issue: Fixed a critical bug where the DSP settings menu would close unexpectedly when clicking items or interacting with other inventories.
- Session Handling: Resolved an issue where editing sessions were incorrectly removed in the
onClosehandler, ensuring smoother interaction with the settings menu.
More details in a wiki
Full Changelog: https://github.com/Andromedov/Mixer/compare/v2.2.0...v2.2.1
v2.2.0Релиз1.21.9, 1.21.10, 1.21.11 · 15 января 2026 г.
📦 Mixer v2.2.0 Changelog
✨ New Features
- H2 Database Support: Migrated active mixer management from YAML to local H2 database for improved performance, concurrency, and reliability.
- PlaceholderAPI Support: Added
MixerPapiExpansionintegration. You can now use%mixer_...%placeholders. - DSP GUI: Implemented a new inventory-based GUI for managing Digital Signal Processing (DSP) settings.
- Update Notifier: Added automatic update checks via Modrinth with console alerts and in-game notifications.
- Configurable Debugging: Introduced
system.debugLevelinconfig.ymlfor detailed log control. - Localization: Added merging logic for language files to comfortable updating.
⚡ Improvements & Optimization
- Stream Optimization: Replaced piped streams with circular buffers in
LavaplayerAudioStreamfor better audio reliability. - Concurrency Handling: Refactored core systems to use
ConcurrentHashMapandScheduledExecutorServicefor thread-safe operations. - Async Loading: Audio queues and cleanup operations are now processed asynchronously to prevent main thread blocking.
- Opus4j Cleanup: Improved logic for cleaning up temporary Opus files.
🐞 Bug Fixes
- TTS Encoding: Fixed
URLEncoderusage to correctly handle special characters in Text-to-Speech. - Update Checker: Fixed version comparison logic and download URL parsing.
More details in a wiki
Full Changelog: https://github.com/Andromedov/Mixer/compare/v2.1.2...v2.2.0
v2.1.2Релиз1.21.9, 1.21.10, 1.21.11 · 21 декабря 2025 г.
📦 Mixer v2.1.2 Changelog
✨ Improvements
- Interaction Handling:
- Restricted interactions to the Main Hand only. This improves consistency and prevents potential off-hand conflicts.
- Refined Portable Speaker handling with improved inventory type checks.
- System Stability:
- Added automatic cleanup of
opus4jtemporary files during plugin enable to keep the environment clean.
- Added automatic cleanup of
🐛 Bug Fixes
- Fixed an
ArrayIndexOutOfBoundsException. - Updated the Action Bar message key for "stopping playback" to ensure the correct text is displayed.
🔧 Internal Changes
- Reverted
opus4jlibrary relocation (fixes "music is not playing" issue). - Improved CI workflows: added concurrency control and DEV suffix for artifacts.
v2.1.1Релиз1.21.9, 1.21.10, 1.21.11 · 20 декабря 2025 г.
📦 Mixer v2.1.1 Changelog
🐛 Bug Fixes
- Addressed issues with Portable Speaker playback logic.
- Interaction events in the inventory now correctly stop playback.
- Extended handling to support entity interactions.
- Improved item null safety and inventory checks.
🔧 Internal Changes & Refactoring
- Updated dependency relocation for
opus4jto prevent conflicts. - Adjusted Bukkit authors list.
v2.1.0Релиз1.21.9, 1.21.10, 1.21.11 · 16 декабря 2025 г.
📦 Mixer v2.1.0 Changelog
🎵 New Feature: Portable Speakers
Take your music on the go! The Portable Speaker allows you to play custom discs directly from your inventory, with the sound following your character.
- New Item:
Portable Speaker(obtainable via/mixer speaker). - Easy Control: Right-click the speaker to open a user-friendly GUI.
- Insert a custom disc.
- Use Play (Green) to start playback.
- Use Stop (Red) to stop playback.
- Smart Interaction:
- Music automatically stops if you drop the active speaker item.
- Music stops if you disconnect or die.
- Visual note particles appear above your head while music is playing.
- Configuration:
- Enable/disable the feature in
config.yml. - Customize the speaker item material (default:
NOTE_BLOCK). - Full localization support in
en.ymlanduk.yml.
- Enable/disable the feature in
🛠️ Technical Improvements
- Audio Engine Refactor: The core audio logic has been split into an abstract layer, making the codebase cleaner and easier to maintain.
- Config Auto-Update: The
config.ymlfile now automatically updates with new settings while preserving your existing configuration and comments. - Bug Fixes:
- Fixed an issue where
LocationalAudioChannelwas incorrectly used for portable players (now usesEntityAudioChannel). - Fixed an issue where the GUI would throw errors if the item in hand was swapped while the menu was open.
- Added proper validation for item NBT data to prevent errors with invalid discs.
- Fixed an issue where
📜 Commands
/mixer speaker- Gives the player a Portable Speaker item.
If you have any suggestions or found a bug, please create an issue on GitHub: https://github.com/Andromedov/Mixer/issues
Комментарии
Загружаем…