From 60558e3056258a052848368063c2c455782dbfd9 Mon Sep 17 00:00:00 2001 From: Yannik <80621863+vaporvee@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:38:56 +0200 Subject: [PATCH] Created How to host Multiplayer (markdown) --- How-to-host-Multiplayer.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 How-to-host-Multiplayer.md diff --git a/How-to-host-Multiplayer.md b/How-to-host-Multiplayer.md new file mode 100644 index 0000000..e081108 --- /dev/null +++ b/How-to-host-Multiplayer.md @@ -0,0 +1,20 @@ +# Free Method (Simplest method) +The Modpack contains a mod called "World Host". +This mod has a server that your client connects to, this server is used to communicate with other clients using World Host. + +1. Open a single player world. +2. Add your friend like in the following: + + 1.
Hit the [esc] key on your keyboard and press "World host online"
+ + 2.
Press the "**Friends**" button on the bottom left
+ + 3.
Add your friend(s) and let them add you back
+3.
Open your world like you would with open to LAN but now that button is called "Open to Friends"
+4. Now your friend(s) can join over the **main menu** on the "**Multiplayer**" button and then on the "**Friends**" button on the top right. I don't have enough friends to show you though. + +# Own dedicated server (Minecraft server hoster) +Guide coming very soon... + +# Linux root server (Docker) +Guide coming very soon... \ No newline at end of file