MelodyMine, MineCraft Voice Chat icon

MelodyMine, MineCraft Voice Chat 2.0.5

Minecraft Proximity Voice Chat Plugin Without Mod

Page 1 2
Release 1.2.1

๐Ÿš€ MelodyMine Release 1.2.1

๐Ÿ“ What's Changed

๐Ÿ”„ Plugin updates:

  • ๐Ÿ›  Fix ForveVoice Spam Message.
  • ๐Ÿ“ Addย textย value in config.yml to change all text message color.
text: "<gradient:#F04FE7:#FFF4E4>"
ย 
  • ๐Ÿ“ Addย text_hoverย value in config.yml to change all text hover message color.
text_hover: "<gradient:#F04FE7:#DDB216>"
ย 
  • ๐Ÿ“ Addย count_colorย value in config.yml to change all count message color.
count_color: "<#DDB216>"
ย 
  • ๐Ÿ“ Removeย 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.

๐Ÿ”„ Website Updates:

  • ๐Ÿ›  Fix Multi account error
Release 1.2.0

๐Ÿš€ MelodyMine Release 1.2.0

๐Ÿ“ What's Changed

  • SSL Support by @Vallerian inย Pull Request #4

    • ๐ŸŒ Added SSL support to the Website and WebSocket Server. It's now possible to run your sites on (Apache or Nginx), but it's recommended to use these servers.
  • Fixed some issues by @Vallerian inย Pull Request #5

    • ๐Ÿ› ๏ธ Resolved some of the issues related to SSL support.
  • Released version 1.2.0 by @Vallerian inย Pull Request #6

    • ๐Ÿš€ This marks the release of version 1.2.0.

Full Changelog:ย ๐Ÿ” Compare 1.1.0...1.2.0

๐Ÿ”„ Plugin Updates

  • Added config.ymlย forceMessage
    • โž• Introduced the ability to include a custom message forย 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>"
  • Added force voice title and subtitle
    • โž• Now, you can configure the title and subtitle forย forceVoiceย in the configuration. Customize title, subtitle, or use default values, and modify messages in theย config.yml.

?url=https%3A%2F%2Fi.ibb.co%2Fp27MW7H%2FScreenshot-2023-10-28-053551.png&n=-1

  • Added commandย /melodymine control
    • โž• Implemented theย /melodymine controlย command, enabling control of mute and deafen features directly from your Minecraft server via the website.

?url=https%3A%2F%2Fi.ibb.co%2F3T9ZRKD%2FScreenshot-2023-10-28-054458.png&n=-1

  • Added shortcut (Shift + F) for toggle mute in the website
    • โž• Added the option to use a shortcut (Shift + F) for toggling mute on your server directly from the website.

๐Ÿ“ฆ New Placeholders

  • %melodymine_self_mute%

    • ๐Ÿค This placeholder indicates whether a player has self-muted or not, and you can customize the message in theย config.yml.
  • %melodymine_deafen%

    • ๐Ÿ™‰ This placeholder indicates whether a player has self-deafened or not, and you can customize the message in theย config.yml.
  • %melodymine_control%

    • ๐ŸŽš๏ธ This placeholder reveals the current control state of the player, whether they are muted, unmuted, deafened, or undeafened.

๐Ÿ“ฆ New Permission

  • melodymine.control
    • ๐Ÿ”’ This permission is required for accessing theย /melodymine controlย command and using shortcuts.
  melodymine.control:
    description: player can change mute / deafen in website
    default: true

๐Ÿ“ฆ New API

  • PlayerChangeControlWebEvent

    • ๐ŸŒ This event is triggered when a player mutes or deafens themselves on the website.
  • PrePlayerSetSelfMuteEvent

    • ๐Ÿšง This event occurs before a player mutes or unmutes themselves in the Minecraft server, and it can be canceled.
  • PostPlayerSetSelfMuteEvent

    • ๐Ÿ This event occurs after a player mutes or unmutes themselves in the Minecraft server.
  • PrePlayerSetDeafenEvent

    • ๐Ÿšง This event occurs before a player deafens or undeafens themselves in the Minecraft server, and it can be canceled.
  • PostPlayerSetDeafenEvent

    • ๐Ÿ This event occurs after a player deafens or undeafens themselves in the Minecraft server.

๐Ÿ“ฆ New MelodyManager Methods

  • setPlayerSelfMute

    • ๐Ÿคซ Used for muting a player on the website.
  • setPlayerDeafen

    • ๐Ÿ™‰ Used for deafening a player on the website.

๐Ÿ“ฆ Newย config.ymlย Values

  • mute-toggle-shortcut
    • ๐Ÿ”’ A Boolean option that allows you to enable or disable the shortcut mute feature for players.
mute-toggle-shortcut: true
  • placeholder-self-mute
    • โž• The message displayed in the self-mute placeholder.
placeholder-self-mute: "Mute"
  • placeholder-self-unmute
    • โž• The message displayed in the self-unmute placeholder.
placeholder-self-unmute: "unMute"
  • placeholder-self-deafen
    • โž• The message displayed in the deafen placeholder.
placeholder-self-deafen: "Deafen"
  • placeholder-self-undeafen
    • โž• The message displayed in the undeafen placeholder
placeholder-self-undeafen: "UnDeafen"
  • force-voice-title
    • ๐Ÿ”’ A Boolean option that allows you to customize the title and subtitle when force voice is enabled.
force-voice-title: true
  • force-voice-title-message
    • โž• The title message for force voice.
force-voice-title-message: "<hover_text>Force Voice"
  • force-voice-subtitle-message
    • โž• The subtitle message for force voice.
force-voice-subtitle-message: "<text>do <u>/melodymine start link</u> to start"

๐Ÿ”„ Website Updates

  • Added self-mute and deafen icons
    • โž• Icons for mute and deafen have been added to the website, making it clear when a player has self-muted or self-deafened.

?url=https%3A%2F%2Fi.ibb.co%2FPQC7xq5%2FScreenshot-2023-10-28-053500.png&n=-1

  • Fixed some bugs in WebSocket events
    • ๐Ÿž Fixed several bugs related to WebSocket events, especially those related to the "Support Authme with the Username" update.

๐Ÿš€ MelodyMine Release 1.1.1

๐ŸŒ Website Update

๐ŸŽต Add NoiseSuppression Feature

Enhance user experience by adding the all-new Noise Suppression feature. Enjoy crystal-clear audio for a seamless user experience.

68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f313135393033343833383738333839333536372f313136353031313538353933333236323935392f696d6167652e706e673f65783d36353435346339362669733d363533326437393626686d3d3738316532316534666536656134643265643762653361643866373564303462393335383336366336666364663330663565666533333939663830646532376126

๐Ÿ”’ Add AuthMe Support for Searching by Username

Integrate AuthMe support, enabling users to search your website by their usernames. Enhance security and ease of access for your community.

๐Ÿงฉ Plugin Updates

๐Ÿž Fix an Error Related to the Player Death Event

We've tackled a pesky bug related to the player death event. No more unexpected crashes or issues when handling player deaths.

Release 1.1.0

๐Ÿ“ What's Changed

๐ŸŒŸ New Contributors

Full Changelog:ย ๐Ÿ” Compare 1.0.0...1.1.0

๐Ÿ“ฆ QRCode Support

  • โž• Add Command
    • /melodymine start qrcode

68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f313135393033343833383738333839333536372f313136323035383737363435393838363631322f53637265656e73686f745f323032332d31302d31315f3137323132362e706e673f65783d36353361386539322669733d363532383139393226686d3d6564353033633033343134323237393839306362373030396231376462333734313437353262336462303539623234653462616361393561333264363162306226

๐Ÿ“Š Added bStats Profile

MelodyMine.svg

๐Ÿ”‘ Add Permission

  • โž• melodymine.qrcode

๐ŸŽง Add API Listeners

  • โž• PreSendQRCodeEvent
  • โž• PreEnableVoiceEvent
  • โž• PreDisableVoiceEvent
  • โž• PreSetVolumeEvent
  • โž• PostEnableVoiceEvent
  • โž• PostDisableVoiceEvent
  • โž• PostSetVolumeEvent
  • โž• PostSendQRCodeEvent

๐ŸŽถ Add MelodyManager events

  • โž• MelodyManager.enableVoice
  • โž• MelodyManager.disableVoice
  • โž• MelodyManager.setVolume
  • โž• MelodyManager.sendStartQRCode

๐Ÿ—‘๏ธ Removed database columns

  • โž– serverLastLogin
  • โž– serverLastLogout
  • โž– webLastLogin
  • โž– webLastLogout
  • โž– serverIp
  • โž– webIp

๐Ÿ—‘๏ธ Removed placeholders

  • โž– %melodymine_weblogin%
  • โž– %melodymine_weblogin_ago%
  • โž– %melodymine_weblogout%
  • โž– %melodymine_weblogout_ago%

๐Ÿž Bug Fix

  • ๐Ÿ› API event errors fixed
  • ๐Ÿ› Resolved an unknown error on the login page of the website
  • ๐Ÿ› Fixed database connection issues
  • ๐Ÿ› Improved the website UI
Page 1 2

voicechat

voice

minecraft

voice

minecraft

voice

chat