revamp
This commit is contained in:
parent
edd9b1b32c
commit
7f997f347c
21 changed files with 253 additions and 83 deletions
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
# The port of the voice chat server
|
||||
# Setting this to "-1" sets the port to the Minecraft servers port (Not recommended)
|
||||
port=24454
|
||||
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=
|
||||
bind_address=*
|
||||
# The distance to where the voice can be heard
|
||||
max_voice_distance=48.0
|
||||
# The multiplier of the voice distance when crouching
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue