26 lines
549 B
YAML
26 lines
549 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: mudcraft-voicechat
|
|
namespace: mudcraft
|
|
data:
|
|
voicechat-server.properties: |
|
|
port=24454
|
|
bind_address=
|
|
max_voice_distance=48.0
|
|
whisper_distance=24.0
|
|
codec=VOIP
|
|
mtu_size=1024
|
|
tcp_rate_limit=16
|
|
keep_alive=1000
|
|
enable_groups=true
|
|
voice_host=play.mudcraft.org:24454
|
|
allow_recording=true
|
|
spectator_interaction=false
|
|
spectator_player_possession=false
|
|
force_voice_chat=false
|
|
login_timeout=10000
|
|
broadcast_range=-1.0
|
|
allow_pings=true
|