Skip to content

Server Config File

Fabric/NeoForge/Forge/Quilt

config/voicechat/voicechat-server.properties

Bukkit/Spigot/Paper

plugins/voicechat/voicechat-server.properties

Config keyDescriptionDefault value
portThe port number to use for the voice chat communication.
Audio packets are always transmitted via the UDP protocol on the port number specified here, independently of other networking used for the game server.
Set this to -1 to use the same port number that is used by the Minecraft server.
However, it is strongly recommended NOT to use the same port number because UDP on it is also used by default for the server query. Doing so may crash the server!
24454
bind_addressThe server IP address to bind the voice chat to
Leave blank to use the server-ip property from the server.properties config file
To bind to the wildcard IP address, use *
max_voice_distanceThe distance to which the voice can be heard48
crouch_distance_multiplierThe multiplier of the voice distance when crouching1.0
whisper_distance_multiplierThe multiplier of the voice distance when whispering0.5
codecThe Opus codec
Valid values are VOIP, AUDIO and RESTRICTED_LOWDELAY
VOIP
mtu_sizeThe maximum size that audio packets are allowed to have (in bytes)
Set this to a lower value if audio packets don't arrive
1024
keep_aliveThe frequency at which keep-alive packets are sent (in milliseconds)
Setting this to a higher value may result in timeouts
1000
enable_groupsIf group chats are allowedtrue
voice_hostThe hostname that clients should use to connect to the voice chat
This may also include a port, e.g. 'example.com:24454'
Do NOT change this value if you don't know what you're doing
allow_recordingIf players are allowed to record the voice chat audiotrue
spectator_interactionIf spectators are allowed to talk to other playersfalse
spectator_player_possessionIf spectators can talk to players they are spectatingfalse
force_voice_chatIf players without the voice chat mod should be kicked from the serverfalse
login_timeoutThe amount of time the server should wait to check if a player has the mod installed (in milliseconds)
Only relevant when force_voice_chat is set to true
10 000
broadcast_rangeThe range in which the voice chat should broadcast audio to
A value less than0 means max_voice_distance
-1.0
allow_pingsIf the voice chat server should reply to external pingstrue

ModRepo Release e8ad629