Skip to content

Commit 7785289

Browse files
committed
docs(join): update usage instructions to include protocol version
1 parent db3bf0c commit 7785289

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

docs/docs/usage/commands/join.mdx

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,25 @@ There are currently only some debug outputs.
1818
## Usage
1919

2020
```bash
21-
./ServerRawler join <ADDRESS>
21+
./ServerRawler join <ADDRESS> <PROTOCOL VERSION>
2222
```
2323

2424
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)
2526

2627
## Examples
2728

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:
2930

3031
```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
3833
```
3934

4035
### Example output:
41-
*No output due to development status*
36+
```bash
37+
[SUCCESS] [Join] Join-Check completed for 192.168.1.1:
38+
• Auth-Type: Offline-Mode (Cracked)
39+
• Whitelist: Enabled
40+
• Kick-Reason:
41+
"You are not whitelisted on this server!"
42+
```

0 commit comments

Comments
 (0)