
MelodyMine
Minecraft Proximity Voice Chat Plugin Without Mod
- Загрузки
- 3K
- Подписчики
- 9
- Обновлён
- 17 сентября 2024 г.
- Лицензия
- Apache-2.0
Опубликован 4 октября 2023 г.

What is MelodyMine? 🤔
MelodyMine is an open-source voice chat plugin for Minecraft servers, eliminating the need for any mods. It facilitates voice communication directly from the browser, enhancing the multiplayer experience.
How MelodyMine Works 🔧
The entire MelodyMine system consists of three components:
- Minecraft Plugin 🧩
- Websocket Server 🌐
- Next.js Server 🚀
These components establish connections via websockets, where data is transmitted from the plugin to the websocket server. The websocket server identifies which data needs to be sent for individual checks on the Next.js server. Finally, the Next.js server communicates with the client, utilizing data received from the websocket via the plugin, to maintain voice communication among online players in the voice chat.
📥 For detailed installation instructions, check out the Installation Guide.
🌟 For a list of features, visit the Features Guide.
How to Use MelodyMine 🚀
To utilize MelodyMine, players simply need to join the server and use the command /melodymine start link to receive a link for client entry. Clicking on this link redirects them to the website without any additional requirements. Just being near an online player will enable you to hear their voice.
If you prefer, you can enter the voice chat via your phone by using the command /melodymine start qrcode, which will generate a QR code. After scanning it, you'll be able to join the voice chat.

🎉 For a demo, visit our website: MelodyMine.TAHER7.iR
🎮 Server IP: Play.TAHER7.IR
Why Should I Use MelodyMine? 🌟
MelodyMine offers personalized features for players, a comprehensive API, and complete support with examples for developers to create their own essential additions. Currently, many servers and players are using MelodyMine, indicating their satisfaction with its functionalities.
🔍 For command details, refer to the Commands Guide.
🔐 For permissions details, check the Permissions Guide.
📌 For information on placeholders, see the Placeholders Guide.
💡 Explore how to use the plugin in depth by visiting the Plugin Usage Guide.
Ченджлог
2.0.5Релиз1.13, 1.21.1 · 17 сентября 2024 г.
MelodyMine Changelog 2.0.5
- 🆕 Release 2.0.5 by @Vallerian in Pull Request #112
Full Changelog: 2.0.4...2.0.5
Plugin Update:
- Add 1.21.1 Support
2.0.4Релиз1.8, 1.21.1 · 9 августа 2024 г.
MelodyMine Changelog 2.0.4
- 🆕 Release 2.0.4 by @Vallerian in Pull Request #111
Full Changelog: 2.0.3...2.0.4
Plugin Update:
- Add mute/unmute commands to the console
2.0.3Релиз1.13, 1.13.1, 1.13.2 · 28 июля 2024 г.
MelodyMine Changelog 2.0.3
- 🆕 Release 2.0.3 by @Vallerian in Pull Request #102
Full Changelog: 2.0.2...2.0.3
Plugin Update:
- Fix Adventure texts issues.
Web Update:
- Fix Mute Animation.
- Fix 3DSound Switch.
2.0.2Релиз1.8, 1.21 · 27 июня 2024 г.
MelodyMine Changelog 2.0.2
- 🆕 Release 2.0.2 by @Vallerian in Pull Request #102
Full Changelog: 2.0.1...2.0.2
Plugin Update:
- Add support PlaceholderAPI to Messages,Titles,NameTag,Bossbar,Actionbar
2.0.1Релиз1.8, 1.20.6 · 11 июня 2024 г.
MelodyMine Changelog 2.0.1
- 🆕 Release 2.0.1 by @Vallerian in Pull Request #75
Full Changelog: 2.0.0...2.0.1
Plugin Update:
- Fix send QR code message issue.
- Add new placeholder
%melodymine_talk%
Client / Server Update:
- Fix
schema.prismaissue. - Disable settings in mobile view.
- Add check: if Docker Compose is on, first stop Docker Compose and then start.
2.0.0Релиз1.8, 1.20.6 · 11 мая 2024 г.
MelodyMine Changelog 2.0.0
Version 2.0.0 - Ease of Installation and Enhanced Configurability 🚀
- 🆕 Release 2.0.05 by @Vallerian in Pull Request #67
Full Changelog: 1.5.6...2.0.0
Update Highlights
🛠️ Automated Installation Entire MelodyMine website installation is now automated, simplifying setup with just a domain connected to your VPS.
📚 Comprehensive Configurations Plugin settings are now neatly organized into sections with detailed explanations. Additionally, a Wiki is under construction for all MelodyMine events and methods. Wiki Link
🤖 Community Support Join our Discord server for support, updates, and community interaction. Discord Server Link
🧩 Plugin Side
New Features
🌐 Multilingual Support Plugin now supports multiple languages including English and Persian. Add a new language via Pull Request link.
⚙️ New Config Files Introducing settings.yml, mysql.yml, and talk.yml for various configurations.
⚙️ Update Checker Stay informed with the new update checker.
🎵 Method Expansion Added getMelodyPlayer method to the MelodyManager class.
⚙️ Additional Configurations Including domain config, qrcode config, language config, and more for enhanced customization.
📝 Configurable Messages All plugin messages are now customizable.
⚙️ Permission Management Added permission melodymine.updatechecker for sending messages.
⚙️ Auto Start Feature New auto_start config in settings.yml for automatic players start voice chat in website.
⚙️ Voice Chat Enhancements Various settings added for improved voice chat experience.
⚙️ Cooldown Management Added cooldown settings for various plugin commands.
Fixes
- 🛠️ Hikari Logger Message Error Addressed Hikari Logger Message Error.
Removals
❌ Config.yml Deprecated plugin configuration removed.
❌ Sound3D Config Transferred to the website.
🌐 Web Side
New Features
🔄 Dependency Updates All dependencies are now up to date.
⚙️ Enhanced UI Improved website interface for better user experience.
⚙️ Voice Player Configurations Settings box added for voice player configurations.
⚙️ Voice Chat Enhancements Added microphone selection, Echo Cancellation setting, and 3DSound models.
⚙️ Docker Installation Simplified installation with Docker.
⚙️ Auto-Installation Server, client, Nginx, SSL, and COTURN now install automatically.
Fixes
- 🛠️ Player Status Display Addressed issues with player status display and database initialization.
Removals
- ❌ Server.js File Deprecated file removed for cleaner setup.
1.5.6Релиз1.8, 1.20.4 · 11 апреля 2024 г.
MelodyMine 1.5.6 🚀
- 🆕 Release 1.5.6 by @Vallerian in Pull Request #73
Full Changelog: 1.5.5...1.5.6
📦 Plugin
🛠️ Fix
- Fixed mute / unmute shortcut issue.
🌐 Website
🛠️ Fix
- Fixed some issue in Stop / Play Sound.
- Fixed multi-account issue.
1.5.5Релиз1.8, 1.20.4 · 5 апреля 2024 г.
MelodyMine 1.5.5 🚀
- 🆕 Release 1.5.5 by @Vallerian in Pull Request #43
Full Changelog: 1.5.4...1.5.5
📦 Plugin
🛠️ Fix
- Fixed an error with
Talk NameTagin Version 1.19.4. - Fixed the issue of Sound Effect not playing after Player disconnects.
- Resolved the issue of clicking on links in version 1.20.4.
- Corrected the problem of forcing voice in disabled worlds.
- Fixed the problem with
Talk Bossbar. - Solved the issue with mute/unmute shortcut error.
➕ Add
- Added a method
changeSoundVolumeto the classMelodyManager. - Added event
PreChangeSoundVolumeEvent. - Included event
PostChangeSoundVolumeEvent. - Introduced command
/melodymine reset <player>to resolve multi-account errors.
🔄 Change
- Changed cooldown for mute/unmute shortcut to 1s.
🌐 Website
➕ Add
- Added Public Ice Server.
Комментарии
Загружаем…