Sandertv / mcwss

A websocket server for Minecraft Bedrock Edition
https://godoc.org/github.com/Sandertv/mcwss
MIT License
114 stars 25 forks source link

Server Viability? #12

Open madeofstown opened 4 years ago

madeofstown commented 4 years ago

If I set up a Bedrock Dedicated server with cheats enabled and connect to this websocket server would it act as a viable mod/script loader for the server? Does this even work on a multiplayer server? I feel like this may be an underutilized feature but I'm wondering if it would be a viable option for my server control.

Sandertv commented 4 years ago

It is not really comparable to mods/scripts or third party server software unfortunately. Websocket servers can only really interact with the server through commands.

madeofstown commented 4 years ago

If it lets me respond to chat events, and I am able to use it in combination with server scripts and functions then I think this would be a better option than almost anything else available.

madeofstown commented 4 years ago

Lots can be done with behavior packs but the ability to listen for and respond to chat events would be amazing! It's something that is glaringly absent from the scripting API but something that a websocket server seems to be able to do.

Sandertv commented 4 years ago

It does allow you to respond to chat events, yep.

madeofstown commented 4 years ago

If marketed the right way this could really have a ton of potential. Im going to spread the word.

joelborellis commented 3 years ago

Just a bit more information on this as I agree mcwss has some amazing potential. Really awesome stuff @Sandertv + @Tsubashi The ability to connect to websockets with the /connect or /wsserver command seems like it should work from a BDS world as it's recognized as a command but it's not implemented. It's being tracked here. lets keep eye on this or vote for this in feedback for BDS here