Comments whatever

This commit is contained in:
Jimbo 2024-09-20 17:03:45 -04:00
parent 2e0b43c6a7
commit 72431507c7

View file

@ -1,12 +1,7 @@
# Simple Voice Chat server config v2.5.16 # Simple Voice Chat server config v2.5.16
# The port of the voice chat server # The port of the voice chat server, "-1" sets the port to the Minecraft servers port
# Setting this to "-1" sets the port to the Minecraft servers port (Not recommended)
port=-1 port=-1
# The 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 '*'
bind_address=
# The distance to where the voice can be heard # The distance to where the voice can be heard
max_voice_distance=48.0 max_voice_distance=48.0
# The multiplier the voice distance will be reduced by when sneaking # The multiplier the voice distance will be reduced by when sneaking
@ -23,10 +18,6 @@ mtu_size=1024
keep_alive=1000 keep_alive=1000
# If group chats are allowed # If group chats are allowed
enable_groups=true enable_groups=true
# The 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
voice_host=
# If players are allowed to record the voice chat # If players are allowed to record the voice chat
allow_recording=true allow_recording=true
# If spectators are allowed to talk to other players # If spectators are allowed to talk to other players