Skip to content

Commit 806e0dd

Browse files
authored
Merge pull request #107 from SkyKingPX/main
fix: Updated Guides to match newer MCSM Versions
2 parents 75236de + de05525 commit 806e0dd

5 files changed

Lines changed: 23 additions & 13 deletions

File tree

package-lock.json

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup_bedrock_edition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
To help prevent errors, we recommend using the **latest popular Linux distributions**, such as `Ubuntu 22.04 LTS`.
66

7-
For Windows, we suggest using `Windows Server 2016`, `Windows 10`, or the latest stable version.
7+
For Windows, we suggest using `Windows Server 2016`, `Windows 11`, or the latest stable version.
88

99
## Windows
1010

setup_java_edition.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,20 @@
44
This section assumes that you already have JRE installed. If not, see [Dependencies](/setup_package.md).
55
:::
66

7-
## Download Server Core
7+
## Deployment from Market
8+
1. Go to the `Instances` page and click the `Create` button.
9+
2. Select `Minecraft`, select your desired software and version and click `Install`.
10+
11+
You will be automatically redirected to the instance page after installation.
12+
13+
[Start your Minecraft Server](./setup_java_edition.md#starting-minecraft-server)
14+
15+
## Manual Deployment
16+
### Download Server Core
817

918
The server core is the essential part of a Minecraft server. In general, all other required files will be generated by the core once started.
1019

11-
We will use Paper core as an example. Here are some popular versions
20+
We will use Paper core as an example. Here are some popular versions:
1221

1322
- [1.18.2](https://api.papermc.io/v2/projects/paper/versions/1.18.2/builds/388/downloads/paper-1.18.2-388.jar)
1423
- [1.19.4](https://api.papermc.io/v2/projects/paper/versions/1.19.4/builds/524/downloads/paper-1.19.4-524.jar)
@@ -20,9 +29,9 @@ We will use Paper core as an example. Here are some popular versions
2029

2130
## Deployment
2231

23-
Start by clicking the `Create` button on the top of the page, and select `Minecraft Java Edition`. Pick the `node` you want and click on `Upload Server Core`.
24-
- Once uploaded, enter the following in the `Startup Command` field"
32+
Start by clicking the `Create` button on the top right of the `Instances` page, and select `Create Directly`. Pick the `node` you want the server to run on and fill out the required information.
2533

34+
- When creating the instance, enter the following in the `Startup Command` field:
2635

2736
```bash
2837
java -Dfile.encoding=UTF-8 -jar "paper-<version>.jar"
@@ -32,6 +41,9 @@ java -Dfile.encoding=UTF-8 -jar "paper-<version>.jar"
3241
You can provide many more arguments in the startup command. Feel free to explore more possibilities!
3342
:::
3443

44+
After filling in the startup command, click `Create` to create the instance.
45+
46+
Go to `File Management` and upload the server core file you downloaded earlier.
3547

3648
## Starting Minecraft Server
3749

setup_steam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ No matter which Steam game server you want to run, `PalWorld`, `CS2`, `ARK`, or
1414

1515
## Create an Instance
1616

17+
:::tip
18+
We also offer Steam Game Server templates on the Market for popular games.
19+
To use a template, head to the `Instances` page, select a game and press `Install`.
20+
:::
21+
1722
1. Go to the `Instances` page and click the `Create` button.
1823
2. Select `Steam Game Server`.
1924
3. Select the machine (node) where you would like to deploy the server.

zh_cn/setup_bedrock_edition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
`Linux` 建议使用较新版本的 Linux 发行版,否则容易出现环境不兼容导致无法启动,建议使用 `Ubuntu 22.04` 及以上版本。
66

7-
`Windows` 端建议使用 `Windows server 2016``Windows 10` 及以上版本。
7+
`Windows` 端建议使用 `Windows server 2016``Windows 11` 及以上版本。
88

99
## Windows 版本
1010

0 commit comments

Comments
 (0)