Configuration

🧾 Configuration Reference

Below is a full explanation of all fields in the config.yml.


📑 General Info


messages

Various plugin messages.

For /playvoicemessage

Key
Description

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

Key
Description

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

Key
Description

failed-to-create-message

Recording was empty or invalid.


titles

Displayed on screen during recording:

Key
Description

recording-title

Title shown while recording

recording-subtitle

Subtitle shown while recording


message-formats

Defines how messages appear in chat:

Key
Description

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

Configure message-related durations:

Key
Description

voice-message-timeout-seconds

How long the /vmsg target is saved (DEPRECATED SINCE R-1.0)

voice-message-cooldown-seconds

Cooldown between messages


radius

Key
Description

local-message-radius

Radius in blocks for local message delivery


features

Enable or disable plugin features:

Key
Type
Description

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