Merge pull request #2063 from Loki-101/patch-1

Purpur-Geyser-Floodgate: Specify TCP or UDP for the default ports
This commit is contained in:
Quinten 2023-01-15 10:23:41 +01:00 committed by GitHub
commit 4e5b77d01d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ Purpur-GeyserMC-Floodgate is a drop-in replacement for Paper servers designed fo
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.
| Port | default |
|----------|---------|
| Java | 25565 |
| Bedrock | 19132 |
| Port | default | Protocol |
|----------|---------|----------|
| Java | 25565 | TCP |
| Bedrock | 19132 | UDP |