Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Commands/dedicatedwsserver: Difference between revisions

From SAS Gaming Wiki
imported>MinecraftBedrockPlayer7
i think it's done?
 
SyncBot (talk | contribs)
Remove broken links to missing pages
Line 6: Line 6:
|cheat=1
|cheat=1
}}
}}
Allows players to connect to a dedicated WebSocket server, primarily used by developers to implement custom [[Minecraft:script]]s or modifications to the client through WebSocket connections.
Allows players to connect to a dedicated WebSocket server, primarily used by developers to implement custom scripts or modifications to the client through WebSocket connections.


== Syntax ==
== Syntax ==
Line 37: Line 37:
{{Navbox commands}}
{{Navbox commands}}


[[Minecraft:de:Befehl/dedicatedwsserver]]
de:Befehl/dedicatedwsserver
[[Minecraft:ja:コマンド/dedicatedwsserver]]
ja:コマンド/dedicatedwsserver
[[Minecraft:pt:Comandos/dedicatedwsserver]]
pt:Comandos/dedicatedwsserver

Revision as of 15:43, 9 April 2026

Template:Exclusive Template:Infobox command Allows players to connect to a dedicated WebSocket server, primarily used by developers to implement custom scripts or modifications to the client through WebSocket connections.

Syntax

/dedicatedwsserver <server-address> <port>
Attempts to connect to a WebSocket server at the specified address and port.

Arguments

Template:Argument

The IP address or the host name of the WebSocket server.

Template:Argument

The port through which the connection is made.

Result

Template:Result table Template:Result table Template:Result table Template:Result table

Example

  • Connect to a WebSocket server at the IP-address 192.168.1.10 and port 3000.
    • /dedicatedwsserver 192.168.1.10 3000

History

Template:HistoryTable

Navigation

Template:Navbox commands

de:Befehl/dedicatedwsserver ja:コマンド/dedicatedwsserver pt:Comandos/dedicatedwsserver