MelodyMine
DiscordDownloadGitHub
  • Guide
    • 🎵Introduction
    • 💡Installation
    • ✨Features
  • Essentials
    • 📜Commands
    • 📃Permissions
    • 📝Placeholders
  • API
    • ⚙️Plugin Usage
    • ⚙️Web Usage
    • 🔷Events
      • 🔹Call
        • PreStartCallEvent
        • PostStartCallEvent
        • PreAcceptCallEvent
        • PostAcceptCallEvent
        • PreDenyCallEvent
        • PostDenyCallEvent
        • PreEndCallEvent
        • PostEndCallEvent
        • PreEndPendingCallEvent
        • PostPendingCallEndEvent
        • PreToggleCallEvent
        • PostToggleCallEvent
      • 🔹Sound
        • PreChangeSoundVolumeEvent
        • PostChangeSoundVolumeEvent
        • PrePauseSoundEvent
        • PostPauseSoundEvent
        • PrePlaySoundEvent
        • PostPlaySoundEvent
        • PreStopSoundEvent
        • PostStopSoundEvent
      • 🔹Websocket
        • PlayerEndVoiceEvent
        • PlayerJoinWebEvent
        • PlayerLeaveWebEvent
        • PlayerStartVoiceEvent
        • PreEnableVoiceEvent
        • PostEnableVoiceEvent
        • PreSetVolumeEvent
        • PostSetVolumeEvent
      • 🔹Control
        • PlayerChangeControlWebEvent
        • PlayerChangeTalkEvent
        • PrePlayerMuteEvent
        • PostPlayerMuteEvent
        • PreUnMutePlayerEvent
        • PostUnMutePlayerEvent
        • PrePlayerSetSelfMuteEvent
        • PostPlayerSetSelfMuteEvent
        • PrePlayerSetDeafenEvent
        • PostPlayerSetDeafenEvent
      • 🔹Manager
        • PlayerChangeServerEvent
        • PreEnableAdminModeEvent
        • PostEnableAdminMode
        • PreDisableAdminModeEvent
        • PostDisableAdminMode
        • PreRenewDataEvent
        • PostRenewDataEvent
        • PreSendQRCodeEvent
        • PostSendQRCodeEvent
        • PreSendSoundSettingsEvent
        • PostSendSoundSettingsEvent
    • 🔶MelodyManager
      • 🔸Call
        • startCall()
        • endCall()
        • endPendingCall()
        • acceptCall()
        • denyCall()
        • toggleCall()
      • 🔸Sound
        • playSound()
        • pauseSound()
        • stopSound()
        • changeSoundVolume()
      • 🔸Websocket
        • enableVoice()
        • disableVoice()
        • setVolume()
      • 🔸Control
        • setPlayerSelfMute()
        • setPlayerDeafen()
        • mute()
        • unMute()
      • 🔸Manager
        • getMelodyPlayer()
        • getMelodyPlayerFromSocketID()
        • sendStartLink()
        • sendStartQRCode()
        • enableAdminMode()
        • disableAdminMode()
        • toggleLogger()
        • showPlayerIsTalking()
        • renewData()
        • sendSoundSetting()
        • checkPlayerWebConnection()
    • 👨MelodyPlayer
    • 🔊Sounds
  • MISC
    • 💫Troubleshooting
    • 📄FAQ
Powered by GitBook
  1. Essentials

Commands

Plugin Command List

Player Commands

The following commands are accessible to all players by default.

Command
Description
Permission

/melodymine start link

Get the website login link.

melodymine.start

/melodymine start qrcode

Get the website login QRCode.

melodymine.qrcode

/melodymine control mute

Player can change self mute status in website.

melodymine.control

/melodymine control deafen

Player can change self deafen status in website.

melodymine.control

/melodymine call start <player>

Initiates a call.

melodymine.call.start

/melodymine call end

Terminates a call.

melodymine.call.end

/melodymine call accept

Accepts a call.

melodymine.call.accept

/melodymine call deny

Denies a call.

melodymine.call.deny

/melodymine call toggle

Toggles call requests.

melodymine.call.toggle

/melodymine status

Checks voice information.

melodymine.status

Admin Commands

The following commands are only accessible to players with op by default.

Command
Description
Permission

/melodymine reload

Used to reload the plugin.

melodymine.reload

/melodymine mute <player>

Used to server mute a player on the website.

melodymine.mute

/melodymine unmute <player>

Used to server unmute a player on the website.

melodymine.unmute

/melodymine adminmode

Listen to all players in voice chat.

melodymine.adminmode

/melodymine toggle

Used to toggle website message logs.

melodymine.toggle

/melodymine status <player>

Checks other voice information.

melodymine.satus.others

/melodymine reset <player>

reset player storage (temp command).

melodymine.reset

PreviousFeaturesNextPermissions

Last updated 12 months ago

📜