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 of the voice chat server
Setting this to -1 sets the port to the Minecraft servers port (Not recommended)
24454
bind_addressThe IP address to bind the voice chat server on
Leave empty to use server-ip of server.properties
To bind to the wildcard address, use *
max_voice_distanceThe distance to where 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
Possible values are VOIP, AUDIO and RESTRICTED_LOWDELAY
VOIP
mtu_sizeThe maximum size in bytes that voice packets are allowed to have1024
keep_aliveThe frequency at which keep alive packets are sent
Setting this to a higher value may result in timeouts
1000
enable_groupsIf group chats are allowedtrue
voice_hostThe host name that clients should use to connect to the voice chat
This may also include a port, e.g. 'example.com:24454'
Don't change this value if you don't know what you are doing
allow_recordingIf players are allowed to record the voice chattrue
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 mod should get kicked from the serverfalse
login_timeoutThe amount of milliseconds, the server should wait to check if the player has the mod installed
Only active when force_voice_chat is set to true
10 000
broadcast_rangeThe range where the voice chat should broadcast audio to
A value <0 means max_voice_distance
-1.0
allow_pingsIf the voice chat server should reply to pingstrue

ModRepo Release 878e5fc