# 我的世界基岩开服器

{% hint style="warning" %}
**此工具处于 BETA 持续开发阶段。**

如遇到任何错误，请通过 [用户群](https://jq.qq.com/?_wv=1027\&k=A9YzWvbS) 或 [灵工艺社区](https://nullcraft.org/t/feedback) 进行反馈。
{% endhint %}

<pre class="language-csharp" data-title="Minecraft_Bedrock_Server.sln"><code class="lang-csharp">Software software = new Software();
software.Name = "我的世界基岩开服器";
software.ProjectID = "Minecraft Bedrock Server";
software.Release = "#";
software.ReleaseDate = DateTime.Parse("2023,6,01").ToString();
software.Language = new string[] { "简体中文" };
software.Program = "C#";
software.Framework = ".NET8";

NullCraftSoftwareList.add(software);

Trace.WriteLine(NullCraftSoftwareList.Items.Conut());

<strong>>>> 17
</strong></code></pre>

## 关于《我的世界基岩开服器》

### 下载《我的世界基岩开服器》

{% embed url="<https://nullcraft.org/d/72>" %}

### 使用教学

{% content-ref url="/pages/NliRUBFeR8W1VX2I9Nm2" %}
[我的世界基岩版开服教程](/tutorial/minecraft-bedrock-server.md)
{% endcontent-ref %}

### 更新日志

{% content-ref url="/pages/OJWPibBq1P8jGhgRBmMr" %}
[更新日志](/software/minecraft-bedrock-server/update.md)
{% endcontent-ref %}

### 软件图片

<figure><img src="/files/IoyUZNaC6kvnXy0ulR9x" alt=""><figcaption><p>我的世界基岩开服器 - 主页</p></figcaption></figure>

<figure><img src="/files/mFIOcbbTljAirNjYIZ0f" alt=""><figcaption><p>我的世界基岩开服器 - 控制台</p></figcaption></figure>

<figure><img src="/files/tWHeDgV2wa3hE9wUacch" alt=""><figcaption><p>我的世界基岩开服器 - 玩家列表</p></figcaption></figure>

<figure><img src="/files/hKizioD3lbRLkiuK8bqP" alt=""><figcaption><p>我的世界基岩开服器 - 服务端配置</p></figcaption></figure>

<figure><img src="/files/d3ViQKGQa2PiZyGSjpqt" alt=""><figcaption><p>我的世界基岩开服器 - 文件管理</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nullcraft.org/software/minecraft-bedrock-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
