@SuperGamer1 Then on shell type this > nix-env -iA nixpkgs.wget. Then type this on shell too wget -q -O - https://get.pmmp.io | bash -s -. Then start the server use ./start.sh command
@SuperGamer1Does Minecraft use UDP? In the case of Minecraft servers, just a reminder that the default ports vary depending on the version of the game: Minecraft Java Edition uses TCP/25565 while Minecraft Bedrock Edition uses UDP/19132
you can read their docs: https://pmmp.readthedocs.io/en/rtfd/installation.html
but make sure it doesn't use too much resources, or else it will crash.
@Coder100 Do U know how to find the ip Adress?
I already run a
PMMP Minecraft Server
but I cant find the iP adress@HaphyScream I do, but first please show me how to run the server lol
@SuperGamer1 Make a Nix Repl.
On shell, type
mkdir server
andcd server
. Then typemkdir -p bin/php7/bin
andcd bin/php7/bin
@SuperGamer1 Then on shell type this >
nix-env -iA nixpkgs.wget
. Then type this on shell toowget -q -O - https://get.pmmp.io | bash -s -
. Then start the server use./start.sh
command@SuperGamer1 If you can't execute the
./start.sh
then just typechmod +x start.sh
then run./start.sh
again.@SuperGamer1 And how to find the ip? Minecraft PE/BEDROCK cannot use
Ngrok
causeNgrok
are for TCP (Java Edition) but PE/Bedrock use UDP@SuperGamer1 If U can help me with the ip problem.. then I can run Vanilla Bedrock Server too.
@SuperGamer1
Does Minecraft use UDP? In the case of Minecraft servers, just a reminder that the default ports vary depending on the version of the game: Minecraft Java Edition uses TCP/25565 while Minecraft Bedrock Edition uses UDP/19132