Server Config File
Fabric/NeoForge/Forge/Quilt
config/voicechat/voicechat-server.properties
Bukkit/Spigot/Paper
plugins/voicechat/voicechat-server.properties
Config key | Description | Default value |
---|---|---|
port | The 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_address | The server IP address to bind the voice chat to Leave blank to use the server-ip property from the server.properties config fileTo bind to the wildcard IP address, use * |
|
max_voice_distance | The distance to which the voice can be heard | 48 |
crouch_distance_multiplier | The multiplier of the voice distance when crouching | 1.0 |
whisper_distance_multiplier | The multiplier of the voice distance when whispering | 0.5 |
codec | The Opus codec Valid values are VOIP , AUDIO and RESTRICTED_LOWDELAY | VOIP |
mtu_size | The 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_alive | The frequency at which keep-alive packets are sent (in milliseconds) Setting this to a higher value may result in timeouts | 1000 |
enable_groups | If group chats are allowed | true |
voice_host | The 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_recording | If players are allowed to record the voice chat audio | true |
spectator_interaction | If spectators are allowed to talk to other players | false |
spectator_player_possession | If spectators can talk to players they are spectating | false |
force_voice_chat | If players without the voice chat mod should be kicked from the server | false |
login_timeout | The 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_range | The range in which the voice chat should broadcast audio to A value less than0 means max_voice_distance | -1.0 |
allow_pings | If the voice chat server should reply to external pings | true |