# 我的世界开服器

{% hint style="info" %}
**此项目是《灵工艺》目前为《我的世界》开发的最新版开服工具。**

此工具的前身项目为：[灵工艺我的世界开服器Pro](https://docs.nullcraft.org/outdated/minecraft-server-pro)，由于年代久远，编码可读性差，性能优化问题等废弃。

目前已替换为当前版本。
{% endhint %}

```csharp
Software software = new Software();
software.Name = "我的世界开服器";
software.ProjectID = "Minecraft Server";
software.Release = "https://nullcraft.org/d/4";
software.ReleaseDate = DateTime.Parse("2015,12,10").ToString();
software.Language = new string[] { "简体中文" };
software.Program = "C#";
software.Framework = ".NET4.8";

//NullCraftSoftwareList.add(software);
NullCraftSoftwareList[0] = software;

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

>>> 1
```

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

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

#### 前往灵工艺官方下载：

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

#### 前往 MCBBS 论坛贴下载：

{% embed url="<https://www.mcbbs.net/thread-529520-1-1.html>" %}

### 如果你想知道最近更新了什么

{% content-ref url="minecraft-server/update" %}
[update](https://docs.nullcraft.org/software/minecraft-server/update)
{% endcontent-ref %}

### 开服上的常见问题

{% content-ref url="minecraft-server/faq" %}
[faq](https://docs.nullcraft.org/software/minecraft-server/faq)
{% endcontent-ref %}

### 软件图片

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2Fgit-blob-c45529d4a08938d2c784804711e7f1c85fba0455%2Fminecraft-server-lite_1.png?alt=media" alt=""><figcaption><p>我的世界开服器 - 主页</p></figcaption></figure>

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2Fgit-blob-4311c4e96e7a491916988083bc6c289190df5541%2Fminecraft-server-lite_2.png?alt=media" alt=""><figcaption><p>我的世界开服器 - 控制面板</p></figcaption></figure>

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2Fgit-blob-2a70f54f7fb10502027d96f7482291d10c21740c%2Fminecraft-server-lite_3.png?alt=media" alt=""><figcaption><p>我的世界开服器 - 配置文件</p></figcaption></figure>

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2Fgit-blob-5be1553a5b4968a6ca6c2ff81cbeabc6848024c1%2Fminecraft-server-lite_4_1.png?alt=media" alt=""><figcaption><p>我的世界开服器 - 文件管理 (插件)</p></figcaption></figure>

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2Fgit-blob-0336ae00a53e06cc8d0ac95bcbbe9289a7955660%2Fminecraft-server-lite_5.png?alt=media" alt=""><figcaption><p>我的世界开服器 - 计划任务</p></figcaption></figure>

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2Fgit-blob-3650d2a6e0e1be53672eb782dce6690c1a82297e%2Fminecraft-server-lite_6.png?alt=media" alt=""><figcaption><p>我的世界开服器 - 工具箱</p></figcaption></figure>

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2Fgit-blob-17e4a0fe74bafd651a3dd345f2c25ad325e30178%2Fminecraft-server-lite_7.png?alt=media" alt=""><figcaption><p>我的世界开服器 - 本体设置</p></figcaption></figure>

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2Fgit-blob-3b24a1c3d905c21d3f42b7173321a973b1650880%2Fminecraft-server-lite_8.png?alt=media" 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-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.
