由 Simple Voice Chat 模组提供支持
提示:
目前 Simple Voice Chat 模组仅在生存服内有效
你可以前往 Modrinth 下载 Simple Voice Chat 模组,下载完成后将其放置在 .minecraft/mods
目录下。
由于 TapCraft 服务器语音聊天服务器端口被占用,你需要对模组的配置文件作以下更改。对配置文件作出更改可能导致与其他服务器设置不兼容,建议使用版本隔离。
打开 .minecraft\config\voicechat\voicechat-server.properties
文件,找到如下所示的行:
# The port of the voice chat server # Setting this to "-1" sets the port to the Minecraft servers port (Not recommended) port=24454
将 port=24454
修改为 port=-1
即可
注意:
如果你不知道其他配置项有何作用,请不要随意修改!