From 23fe83ef578f306e6eef7a71b9fdf0e9a7511ba1 Mon Sep 17 00:00:00 2001 From: Poulette Date: Tue, 3 Jun 2025 14:50:45 +0200 Subject: [PATCH 1/2] Create basic-server.md --- docs/basic/create-server/basic-server.md | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/basic/create-server/basic-server.md diff --git a/docs/basic/create-server/basic-server.md b/docs/basic/create-server/basic-server.md new file mode 100644 index 00000000..8dd54add --- /dev/null +++ b/docs/basic/create-server/basic-server.md @@ -0,0 +1,26 @@ +--- +sidebar_position: 1 +title: Creating a server +description: How to create a simple server +keywords: [server, create, how to, guide, basic] +--- + +## What you need {#-what-you-need} + +To create a simple server, you need the following: + +- MCSS installed on your computer, in a folder where you have write permissions. **Do not run MCSS within the zip archive you downloaded** +- A server file, we recommend using `paper`. You can checkout the downloads and more information in the [Sourcing a server file](sourcing-server-file) section. +- The latest version of Java. Look at you [Java version guide] () for more information and download links. + +## Creating a server {#-creating-a-server} + +1. Open MCSS and click on the **Create Server** button. +2. In the **Create Server** window, select the server type you want to create. For this guide, we will use **Paper**. +3. Click on the **Select File** button to choose the server file you downloaded earlier. +4. Navigate to the folder where you saved the server file, select it, and click **Open**. +5. Enter a name for your server in the **Server Name** field. +6. Optionally, you can change the **Server Port** if you want to use a different port than the default (25565). +7. Click on the **Create** button to create the server. +8. Once the server is created, you will see it in the **Servers** list. +9. To start the server, select it from the list and click on the **Start Server** button. From a15766a3375d1c812cdd749ab76669500450b2b1 Mon Sep 17 00:00:00 2001 From: Leonito <64153223+Leonito2003@users.noreply.github.com> Date: Tue, 3 Jun 2025 15:54:25 +0200 Subject: [PATCH 2/2] Update basic-server.md added some links and forge details --- docs/basic/create-server/basic-server.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/basic/create-server/basic-server.md b/docs/basic/create-server/basic-server.md index 8dd54add..6d487605 100644 --- a/docs/basic/create-server/basic-server.md +++ b/docs/basic/create-server/basic-server.md @@ -11,12 +11,24 @@ To create a simple server, you need the following: - MCSS installed on your computer, in a folder where you have write permissions. **Do not run MCSS within the zip archive you downloaded** - A server file, we recommend using `paper`. You can checkout the downloads and more information in the [Sourcing a server file](sourcing-server-file) section. -- The latest version of Java. Look at you [Java version guide] () for more information and download links. +- The latest version of Java. Look at our [Java version guide](/advanced/java-version) for more information and download links. + +:::info +If you want to create a Forge or Fabric server, please use the specific instructions : +[- For forge](/basic/create-server/Forge/create-forge-server) +[- For Fabric](/basic/create-server/Fabric/create-fabric-server-manually) +::: ## Creating a server {#-creating-a-server} 1. Open MCSS and click on the **Create Server** button. 2. In the **Create Server** window, select the server type you want to create. For this guide, we will use **Paper**. + +:::tip +If the srver type doesn't appear in the list (for example Neoforge) don't worry ! +MCSS is still most likely capable of running it. Just select the "closest" available type (in this example Forge) +::: + 3. Click on the **Select File** button to choose the server file you downloaded earlier. 4. Navigate to the folder where you saved the server file, select it, and click **Open**. 5. Enter a name for your server in the **Server Name** field.