From c0bec4fca7f7871d39d04b40edcd8b91f121cd7f Mon Sep 17 00:00:00 2001 From: ShiroJR <36027822+JR1811@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:15:33 +0200 Subject: [PATCH] Small clean-up of "About Clients and Servers" page (#65) Co-authored-by: Calum H --- .../launching-the-game/clients-and-servers.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/getting-started/launching-the-game/clients-and-servers.mdx b/pages/getting-started/launching-the-game/clients-and-servers.mdx index 530c1f7..d8552e7 100644 --- a/pages/getting-started/launching-the-game/clients-and-servers.mdx +++ b/pages/getting-started/launching-the-game/clients-and-servers.mdx @@ -37,7 +37,7 @@ When launching the server for the first time, you need to agree to [Mojang's EUL eula=true ``` -Run the `runServer` task for the second time. Now it also should be added to the `Select Run/Debug` dropdown element at the top right of your IDE, right next to the run button, for easier access. +Run the `runServer` task for the second time. ### Disable Server Online Mode @@ -58,7 +58,7 @@ online-mode=false # ... ``` -Now, the server won't try to authenticate the client accounts who are joining the server. The set-up of the server is finished. The `runServer` Gradle task is used to launch the server, and the usual server files are located in the project's `run` folder. You can interact with the server by using the server console. +Now, the server won't try to authenticate the client accounts who are joining the server. The set-up of the server is finished. The `Minecraft Server` Run Configuration is used to launch the server, and the usual server files are located in the project's `run` folder. You can interact with the server by using the server console. ![server prompts](/getting-started/clients-and-servers_3.png) @@ -66,7 +66,7 @@ To join the server, use `localhost` as the `Server address` in-game. ### Set up the Client profile -Some testing requires multiple clients to interact in a multiplayer environment. Edit the `Minecraft Client` run configuration by pressing the white arrow. And modify the options to run multiple instances of this profile at the same time. +Some testing requires multiple clients to interact in a multiplayer environment. Edit the `Minecraft Client` Run Configuration by pressing the white arrow. And modify the options to run multiple instances of this profile at the same time. ![edit client configuration](/getting-started/clients-and-servers_4.png) @@ -79,7 +79,7 @@ Now you can launch your client profile as many times as you want and connect mul ## Avoiding file issues -This section is optional since in many cases the metnioned error won't occur. +This section is optional since in many cases the mentioned error won't occur. When installing external mods, which are not listed in the `build.gradle` file, using the `/run` directory, the following error may prevent multiple instances from starting.