/wsserver

From Minecraft Wiki
Jump to navigation Jump to search
This feature is exclusive to Bedrock Edition and Minecraft Education.
 
/wsserver
Aliases /connect
Permission level
required
  • 2 ‌[BE only]
  • 0 ‌[edu only]
Restrictions Cheat only
No command block‌[BE only]

Connect or disconnect to specified WebSocket server. The alias /connect can also be used.

Usage

[edit | edit source]

WebSocket server uses command messages to communicate with clients. Used primarily in Minecraft Education. Primarily used with Education Edition's Code Connection and Classroom Mode.

Syntax

[edit | edit source]
wsserver <serverUri: text>
connect <serverUri: text>

Arguments

[edit | edit source]

serverUri: text: CommandRawText

A URI indicating a WebSocket server. Or any string to disconnect from current WebSocket server.
It is a greedy phrase string argument (taking the rest of the command as the string argument).

Result

[edit | edit source]

Fails if the argument is not specified correctly.

History

[edit | edit source]
Pocket Edition Alpha
v0.16.0build 1Added /wsserver.
Pocket Edition
1.0.0alpha 0.17.0.1Added /connect.

See also

[edit | edit source]
  • MCWSS: MCWSS is an outdated API worked on by the community that was meant to let people easily write WebSocket programs for Minecraft.
[edit | edit source]
[edit | edit source]