Sandertv / mcwss

A websocket server for Minecraft Bedrock Edition

Home Page:https://godoc.org/github.com/Sandertv/mcwss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Will mcwss allow me to connect Code Connect (with Minecraft for Windows 10) to a private Bedrock Server?

simondorfman opened this issue · comments

I have a personal, dedicated, Ubuntu Linux server set up to run a Bedrock Server (using a $5/month 1GB RAM server from Vultr).

I'm using Minecraft for Windows 10 and I'm able to connect Code Connect, when I create a world, following the instructions here:

https://minecraft.makecode.com/setup/minecraft-windows10

...including setting Activate Cheats to the ON position.

When I try connecting to my dedicated Bedrock Server (which has allow-cheats=true set in the server.properties file), I get an error that says:

"Unknown command: wsserver. Please check that the command exists and that you have permission to use it."

Will mcwss help me connect Code Connect (with Minecraft for Windows 10) to my private Bedrock Server?

If yes, where do I install it? On my Linux server (Bedrock Server)? Or in my Windows 10 box running Minecraft for Windows 10?

Many thanks in advance for any help!

commented

/wsserver and /connect is recognized as a command but it's not implemented into BDS software, You can track the bug here https://bugs.mojang.com/browse/BDS-1013