Specify TCP or UDP for the defaults

It should make it easier for the people who are newer to networking.
This commit is contained in:
Loki 2023-01-14 11:46:13 -08:00 committed by GitHub
parent 24dd8fb2ee
commit 5667d75f36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,9 +11,9 @@ Purpur-GeyserMC-Floodgate is a drop-in replacement for Paper servers designed fo
## Server Ports
The minecraft server requires a single port for access (default 25565). GeyserMC requires an additional port (default 19132). Any other plugins you add may require extra ports to enabled for the server.
The minecraft server requires a single port for access (default 25565 TCP). GeyserMC requires an additional port (default 19132 UDP). Any other plugins you add may require extra ports to enabled for the server.
| Port | default |
|----------|---------|
| Java | 25565 |
| Bedrock | 19132 |
| Port | default | Protocol |
|----------|---------|----------|
| Java | 25565 | TCP |
| Bedrock | 19132 | UDP |