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)
Fix template calls: add MC/ prefix
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:/dedicatedwsserver}}
{{DISPLAYTITLE:/dedicatedwsserver}}
{{Exclusive|Bedrock}}
{{MC/Exclusive|Bedrock}}
{{Infobox command
{{Infobox command
|name=dedicatedwsserver
|name=dedicatedwsserver
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 13: Line 13:


== Arguments ==
== Arguments ==
{{argument|be=1|server: string|basic_string}}
{{MC/Argument|be=1|server: string|basic_string}}
:The IP address or the host name of the WebSocket server.
:The IP address or the host name of the WebSocket server.


{{argument|be=1|port: int|int}}
{{MC/Argument|be=1|port: int|int}}
: The port through which the connection is made.
: The port through which the connection is made.


Line 30: Line 30:
== History ==
== History ==
{{HistoryTable
{{HistoryTable
|{{HistoryLine|bedrock}}
|{{MC/HistoryLine|bedrock}}
|{{HistoryLine||1.19.10|dev=Preview 1.19.10.20|Added {{cmd|dedicatedwsserver|link=none}}.}}
|{{HistoryLine||1.19.10|dev=Preview 1.19.10.20|Added {{MC/Cmd|dedicatedwsserver|link=none}}.}}
}}
}}


== Navigation ==
== Navigation ==
{{Navbox commands}}
{{MC/Navbox commands}}


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

Latest revision as of 20:09, 9 April 2026

Script error: No such module "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

server: string: basic_string

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

port: int: int

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

All editions
Removed
Template:El only
Debug
Removed
Template:Els only
Template:El only
Removed
Template:El only
Removed
Template:Els only
Removed
Joke
Related

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