Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup_bedrock_edition.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

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

## Windows

Expand Down
20 changes: 16 additions & 4 deletions setup_java_edition.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,20 @@
This section assumes that you already have JRE installed. If not, see [Dependencies](/setup_package.md).
:::

## Download Server Core
## Deployment from Market
1. Go to the `Instances` page and click the `Create` button.
2. Select `Minecraft`, select your desired software and version and click `Install`.

You will be automatically redirected to the instance page after installation.

[Start your Minecraft Server](./setup_java_edition.md#starting-minecraft-server)

## Manual Deployment
### Download Server Core

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.

We will use Paper core as an example. Here are some popular versions
We will use Paper core as an example. Here are some popular versions:

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

## Deployment

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`.
- Once uploaded, enter the following in the `Startup Command` field"
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.

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

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

After filling in the startup command, click `Create` to create the instance.

Go to `File Management` and upload the server core file you downloaded earlier.

## Starting Minecraft Server

Expand Down
5 changes: 5 additions & 0 deletions setup_steam.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ No matter which Steam game server you want to run, `PalWorld`, `CS2`, `ARK`, or

## Create an Instance

:::tip
We also offer Steam Game Server templates on the Market for popular games.
To use a template, head to the `Instances` page, select a game and press `Install`.
:::

1. Go to the `Instances` page and click the `Create` button.
2. Select `Steam Game Server`.
3. Select the machine (node) where you would like to deploy the server.
Expand Down
2 changes: 1 addition & 1 deletion zh_cn/setup_bedrock_edition.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

`Windows` 端建议使用 `Windows server 2016`,`Windows 10` 及以上版本。
`Windows` 端建议使用 `Windows server 2016`,`Windows 11` 及以上版本。

## Windows 版本

Expand Down