You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/usage/commands/join.mdx
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,24 +18,25 @@ There are currently only some debug outputs.
18
18
## Usage
19
19
20
20
```bash
21
-
./ServerRawler join <ADDRESS>
21
+
./ServerRawler join <ADDRESS><PROTOCOL VERSION>
22
22
```
23
23
24
24
The `<ADDRESS>` should be in the format `<IP>[:PORT]`. If the port is unset, `25565` (the default Minecraft port) will be used.
25
+
The `<PROTOCOL VERSION>` is the version on what the server is currently running. If you are unsure wich version is wich protocol, use [this](https://minecraft.wiki/w/Minecraft_Wiki:Projects/wiki.vg_merge/Protocol_version_numbers)
25
26
26
27
## Examples
27
28
28
-
To perform a join check on a server at a specific IP address:
29
+
To perform a join check on a server at a specific IP address with the protocol version from 1.21.11:
29
30
30
31
```bash
31
-
./ServerRawler join 192.168.1.1
32
-
```
33
-
34
-
To perform a join check on a server at a specific IP address and port:
35
-
36
-
```bash
37
-
./ServerRawler join example.org:25565
32
+
./ServerRawler join 192.168.1.1 774
38
33
```
39
34
40
35
### Example output:
41
-
*No output due to development status*
36
+
```bash
37
+
[SUCCESS] [Join] Join-Check completed for 192.168.1.1:
0 commit comments