Configuration
🧾 Configuration Reference
Below is a full explanation of all fields in the config.yml.
📑 General Info
All messages support MiniMessage formatting
Dynamic placeholders are supported via PlaceholderAPI
messages
messagesVarious plugin messages.
For /playvoicemessage
players-only
Sent if the command is used from the console.
play-message-usage
Shown when the command lacks a valid UUID.
no-voice-message
Message not found or expired.
parsing-message
Sent when transcript processing starts.
parsed-message
Transcript result. Uses {result}.
parse-error
Transcript failure. Uses {error}.
already-listening
Player is already listening to a message.
stop-message
Actionbar progress bar. Uses {styled}.
cooldown
Shown if message is sent too soon after previous one.
For /vmsg
vmsg-players-only
Console cannot use /vmsg.
vmsg-usage
Usage hint for missing target player.
player-not-found
Target player is offline.
sending-message-to
Confirms the selected private recipient. Uses {player}.
From PlasmoAddon
failed-to-create-message
Recording was empty or invalid.
titles
titlesDisplayed on screen during recording:
recording-title
Title shown while recording
recording-subtitle
Subtitle shown while recording
message-formats
message-formatsDefines how messages appear in chat:
local-message
Sent to nearby players. Uses {id}, {styled}, {duration}
global-message
Sent to all players. Same placeholders as local
private-message
Sent between two players. Uses {id}, {styled}, {duration}, {target}
sending-message-to
Duplicate of the earlier message, unused in formats
timers
timersConfigure message-related durations:
voice-message-timeout-seconds
How long the /vmsg target is saved
(DEPRECATED SINCE R-1.0)
voice-message-cooldown-seconds
Cooldown between messages
radius
radiuslocal-message-radius
Radius in blocks for local message delivery
features
featuresEnable or disable plugin features:
enable-local-messages
Boolean
Enable local messages via keybind
enable-global-messages
Boolean
Enable global messages via keybind
enable-private-messages
Boolean
Enable /vmsg command
enable-sign-messages
Boolean
Present but unused
enable-voice-message-transcripts
Boolean
Allow transcripts via command or button
Last updated