From 5667d75f36e256f32b7ec1a0fb386034db1a65ad Mon Sep 17 00:00:00 2001 From: Loki <59907407+Loki-101@users.noreply.github.com> Date: Sat, 14 Jan 2023 11:46:13 -0800 Subject: [PATCH] Specify TCP or UDP for the defaults It should make it easier for the people who are newer to networking. --- .../crossplay/purpur-geysermc-floodgate/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/game_eggs/minecraft/crossplay/purpur-geysermc-floodgate/README.md b/game_eggs/minecraft/crossplay/purpur-geysermc-floodgate/README.md index d3a5e98c..cde2e340 100644 --- a/game_eggs/minecraft/crossplay/purpur-geysermc-floodgate/README.md +++ b/game_eggs/minecraft/crossplay/purpur-geysermc-floodgate/README.md @@ -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 |