Minecraft:Commands/dedicatedwsserver: Difference between revisions
From SAS Gaming Wiki
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:/dedicatedwsserver}} | {{DISPLAYTITLE:/dedicatedwsserver}} | ||
{{Exclusive|Bedrock}} | {{MC/Exclusive|Bedrock}} | ||
{{Infobox command | {{Infobox command | ||
|name=dedicatedwsserver | |name=dedicatedwsserver | ||
| Line 13: | Line 13: | ||
== Arguments == | == Arguments == | ||
{{ | {{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. | ||
{{ | {{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 {{ | |{{HistoryLine||1.19.10|dev=Preview 1.19.10.20|Added {{MC/Cmd|dedicatedwsserver|link=none}}.}} | ||
}} | }} | ||
== Navigation == | == Navigation == | ||
{{Navbox commands}} | {{MC/Navbox commands}} | ||
de:Befehl/dedicatedwsserver | de:Befehl/dedicatedwsserver | ||
ja:コマンド/dedicatedwsserver | ja:コマンド/dedicatedwsserver | ||
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.10and port3000./dedicatedwsserver 192.168.1.10 3000
History
de:Befehl/dedicatedwsserver ja:コマンド/dedicatedwsserver pt:Comandos/dedicatedwsserver