Różnice między wybraną wersją a wersją aktualną.
Nowa wersja | Poprzednia wersja | ||
tutoriale:minecraft_server [2025/05/08 12:29] – created administrator | tutoriale:minecraft_server [2025/05/16 18:51] (aktualna) – administrator | ||
---|---|---|---|
Linia 1: | Linia 1: | ||
- | ====== Konfiguracja Domowego Serwera Minecraft ====== | + | ====== |
Pakiet wykorzystany do konfiguracji: | Pakiet wykorzystany do konfiguracji: | ||
Linia 12: | Linia 12: | ||
</ | </ | ||
- | AMP będzie usilnie próbował | + | AMP będzie usilnie próbował |
< | < | ||
Linia 22: | Linia 22: | ||
===== Udostępnienie serwera dla graczy Bedrock ===== | ===== Udostępnienie serwera dla graczy Bedrock ===== | ||
- | Przekierować port na routerze: '' | + | <WRAP left round tip 30%> |
+ | Aby granie z graczami bedrock działało poprawnie to serwer musi zawsze być w najnowszej wersji | ||
+ | </ | ||
- | Najpierw instalacja geysermc | ||
- | https:// | + | Port do przekierowania na routerze: '' |
+ | ==== Najpierw instalacja geysermc ==== | ||
+ | źródło: https:// | ||
- | Download the plugin from the download page. | + | pobieranie flodgate i geyser: https:// |
- | Place the Geyser-Spigot.jar in the plugins folder, and restart | + | |
- | Open your Geyser config, located in /plugins/Geyser-Spigot/config.yml, and find the following: | + | - Place the Geyser-Spigot.jar in the plugins folder, and restart |
+ | - Open your Geyser config, located in / | ||
+ | < | ||
bedrock: | bedrock: | ||
- | | + | # The IP address that will listen for connections. |
- | # Generally, you should only uncomment and change this if you want to limit what IPs can connect to your server. | + | # Generally, you should only uncomment and change this if you want to limit what IPs can connect to your server. |
- | #address: 0.0.0.0 | + | #address: 0.0.0.0 |
- | | + | # The port that will listen for connections. This is the port that Bedrock players will use to connect to your server. |
- | port: 19132 | + | port: 19132 |
+ | </ | ||
The vital part is the port. This is the port that Bedrock players will use to connect to your server! If you enable clone-remote-port, | The vital part is the port. This is the port that Bedrock players will use to connect to your server! If you enable clone-remote-port, | ||
Important: Other services/ | Important: Other services/ | ||
- | Connecting to your server | + | - Connecting to your server |
Connecting locally in the same network | Connecting locally in the same network | ||
Linia 55: | Linia 61: | ||
You will need to expose the port Geyser runs on to the Internet if you want players from outside your network to join. To achieve that, you have two options: | You will need to expose the port Geyser runs on to the Internet if you want players from outside your network to join. To achieve that, you have two options: | ||
- | | + | Port forwarding: Open the Geyser port (e.g. 19132) on the UDP protocol in your router/ |
- | | + | playit.gg: Instead of opening a port (which might not be an option/if you do not want to expose your home ip), you can use the playit.gg service to create a tunnel for you to route the traffic through. See our playit.gg guide. Ngrok will not work since it is TCP-only. |
Verify whether connections from other networks are possible by running geyser connectiontest <ip> < | Verify whether connections from other networks are possible by running geyser connectiontest <ip> < | ||
+ | |||
+ | ==== Potem instalacja floodgate ==== | ||
+ | - Download Floodgate-Spigot from the download page. | ||
+ | - Place the Floodgate-Spigot.jar in the plugins folder, and restart the server. | ||
+ | - Change auth-type in Geyser' | ||
+ | - Restart the server. | ||
+ | '' | ||