Narzędzia użytkownika

Narzędzia witryny


tutoriale:minecraft_server

Różnice

Różnice między wybraną wersją a wersją aktualną.

Odnośnik do tego porównania

Nowa wersja
Poprzednia wersja
tutoriale:minecraft_server [2025/05/08 12:29] – created administratortutoriale:minecraft_server [2025/05/16 18:51] (aktualna) administrator
Linia 1: Linia 1:
-====== Konfiguracja Domowego Serwera Minecraft ======+====== Minecraft: Konfiguracja Domowego Serwera Minecraft ======
  
 Pakiet wykorzystany do konfiguracji: https://cubecoders.com/AMP Pakiet wykorzystany do konfiguracji: https://cubecoders.com/AMP
Linia 12: Linia 12:
 </code> </code>
  
-AMP będzie usilnie próbował napisywać to ustawienie jednym rozwiązaniem jakie u mnie działa to zabranie uprawnień do pliku+AMP będzie usilnie próbował nadpisywać to ustawienie jednym rozwiązaniem jakie u mnie działa to zabranie uprawnień do pliku
  
 <code> <code>
Linia 22: Linia 22:
 ===== Udostępnienie serwera dla graczy Bedrock ===== ===== Udostępnienie serwera dla graczy Bedrock =====
  
-Przekierować port na routerze: ''19132''+<WRAP left round tip 30%> 
 +Aby granie z graczami bedrock działało poprawnie to serwer musi zawsze być w najnowszej wersji  
 +</WRAP>
  
-Najpierw instalacja geysermc 
  
-https://geysermc.org/+Port do przekierowania na routerze''19132''
  
 +==== Najpierw instalacja geysermc ====
  
 +źródło: https://geysermc.org/
  
-Download the plugin from the download page.+pobieranie flodgate i geyser: https://geysermc.org/download/
  
-Place the Geyser-Spigot.jar in the plugins folder, and restart the server.+  Download the plugin from the download page.
  
-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 the server.
  
 +  - Open your Geyser config, located in /plugins/Geyser-Spigot/config.yml, and find the following:
 +<code>
 bedrock:  bedrock: 
-    # The IP address that will listen for connections.  +# 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. +# 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  
 +</code>
  
 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 port will be overridden and the Java port is used. Since you are self-hosting, you can choose the port freely - the default port is 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 port will be overridden and the Java port is used. Since you are self-hosting, you can choose the port freely - the default port is 19132.
 Important: Other services/plugins that rely on ports with UDP, such as Voice Chats or Query, cannot share the port with Geyser. Important: Other services/plugins that rely on ports with UDP, such as Voice Chats or Query, cannot share the port with Geyser.
  
-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/modem, and in the Windows/Linux firewall. Our port forwarding guide explains how to do this in detail. After doing this, players can connect with your public IPv4 + port to your server.+Port forwarding: Open the Geyser port (e.g. 19132) on the UDP protocol in your router/modem, and in the Windows/Linux firewall. Our port forwarding guide explains how to do this in detail. After doing this, players can connect with your public IPv4 + port to your server.
  
-    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.+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> <port> in the console. Verify whether connections from other networks are possible by running geyser connectiontest <ip> <port> in the console.
 +
 +==== 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's config to floodgate.
 +  - Restart the server.
  
  
 +''Miłej gry razem z graczami bedrock''
  
tutoriale/minecraft_server.1746700188.txt.gz · ostatnio zmienione: przez administrator