9551

Untitled

Aug 9th, 2021 (edited)
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Game]
  2. ; ShowPlayerIcons, if false - players won't see icons when someone talks; ShowVoicePlates, if false - players won't see player names(voice plates) on their screens.
  3. ShowVoicePlates=true
  4. ShowPlayerIcons=true
  5. ; DefaultChatMode: 0 - distance based, 1 - world based, 2 - global.
  6. DefaultChatMode=0
  7. ; Sound Distance is an additional proximity to @SoundDistance in which players can hear you fading!
  8. FadeRadius=16.0
  9. ; Sound Distance is proximity in which players can hear you fully! @Whiskey.
  10. SoundDistance=16.0
  11. [Network]
  12. ; ServerBehindProxy: if server is behind a proxy, like bungeecord, enable this.
  13. ServerBehindProxy=false
  14. ; BufferSize - recommended buffer size is 128, max 500, going any higher will cause issues. Buffer Size determines voice data amount in a single packet, big buffers equal in bigger latency. If you are experiencing stuttering with players, or having network lag - set this to a higher value.
  15. BufferSize=128
  16. ; Sound Quality level, starting from 0 to 9. If you want to reduce bandwidth, make the maximum quality smaller. If you'd like to make sound quality great, set the minimum quality to a high value.
  17. MaximumQuality=9
  18. MinimumQuality=0
  19. ; If UDPPort is set to 0, minecraft's own port will be used, this cannot be the same as query port! Change the network type to 0, if you can't port forward to a UDP custom port.
  20. UDPPort=0
  21. ; NetworkType, 0 - Minecraft Network, 1 - UDP Network. UDP networking improves performance and network speeds extensively, it is highly recommended.
  22. NetworkType=1
  23. [Miscellaneous]
  24. ModPackID=1
  25.  
Add Comment
Please, Sign In to add comment