Minecraft Proximity Voice Chat Plugin Without Mod
๐ Release 1.1.0 byย @Vallerianย inย PR #7
Full Changelog**:ย ๐ Compare1.1.0...1.2.0
textย value in config.yml to change all text message color.text: "<gradient:#F04FE7:#FFF4E4>"
text_hoverย value in config.yml to change all text hover message color.text_hover: "<gradient:#F04FE7:#DDB216>"
count_colorย value in config.yml to change all count message color.count_color: "<#DDB216>"
force-voice-messageย from config.yml and instead, a new messageย website-messageย will be displayed in the chat. Clicking on it will take you to the website.SSL Support by @Vallerian inย Pull Request #4
Fixed some issues by @Vallerian inย Pull Request #5
Released version 1.2.0 by @Vallerian inย Pull Request #6
Full Changelog:ย ๐ Compare 1.1.0...1.2.0
forceMessage
forceVoiceย in the configuration, allowing for personalized messages.force-voice-message: "<click:run_command:'/melodymine start link'><hover:show_text:'<hover_text>Click to run this command <i>/melodymine start link</i>'><prefix>You must active your voice chat. do <i>/melodymine start link</i></hover></click>"
forceVoiceย in the configuration. Customize title, subtitle, or use default values, and modify messages in theย config.yml.
/melodymine control
/melodymine controlย command, enabling control of mute and deafen features directly from your Minecraft server via the website.
%melodymine_self_mute%
config.yml.%melodymine_deafen%
config.yml.%melodymine_control%
melodymine.control
/melodymine controlย command and using shortcuts. melodymine.control:
description: player can change mute / deafen in website
default: true
PlayerChangeControlWebEvent
PrePlayerSetSelfMuteEvent
PostPlayerSetSelfMuteEvent
PrePlayerSetDeafenEvent
PostPlayerSetDeafenEvent
setPlayerSelfMute
setPlayerDeafen
config.ymlย Valuesmute-toggle-shortcut
mute-toggle-shortcut: true
placeholder-self-mute
placeholder-self-mute: "Mute"
placeholder-self-unmute
placeholder-self-unmute: "unMute"
placeholder-self-deafen
placeholder-self-deafen: "Deafen"
placeholder-self-undeafen
placeholder-self-undeafen: "UnDeafen"
force-voice-title
force-voice-title: true
force-voice-title-message
force-voice-title-message: "<hover_text>Force Voice"
force-voice-subtitle-message
force-voice-subtitle-message: "<text>do <u>/melodymine start link</u> to start"

Enhance user experience by adding the all-new Noise Suppression feature. Enjoy crystal-clear audio for a seamless user experience.
Integrate AuthMe support, enabling users to search your website by their usernames. Enhance security and ease of access for your community.
We've tackled a pesky bug related to the player death event. No more unexpected crashes or issues when handling player deaths.
Full Changelog:ย ๐ Compare 1.0.0...1.1.0