Comments whatever
This commit is contained in:
parent
2e0b43c6a7
commit
72431507c7
|
@ -1,12 +1,7 @@
|
|||
# Simple Voice Chat server config v2.5.16
|
||||
|
||||
# The port of the voice chat server
|
||||
# Setting this to "-1" sets the port to the Minecraft servers port (Not recommended)
|
||||
# The port of the voice chat server, "-1" sets the port to the Minecraft servers port
|
||||
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
|
||||
max_voice_distance=48.0
|
||||
# The multiplier the voice distance will be reduced by when sneaking
|
||||
|
@ -23,10 +18,6 @@ mtu_size=1024
|
|||
keep_alive=1000
|
||||
# If group chats are allowed
|
||||
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
|
||||
allow_recording=true
|
||||
# If spectators are allowed to talk to other players
|
||||
|
|
Loading…
Reference in a new issue