mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-25 23:33:00 +08:00
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:
parent
24dd8fb2ee
commit
5667d75f36
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user