# 像素工厂开服器

{% code title="Mindustry Server.sln" %}

```csharp
Software software = new Software();
software.Name = "像素工厂开服器";
software.ProjectID = "Mindustry Server";
software.Release = "https://nullcraft.org/d/107";
software.ReleaseDate = DateTime.Parse("2025,03,10").ToString();
software.Language = new string[] { "简体中文" };
software.Program = "C#";
software.Framework = ".NET8";

NullCraftSoftwareList.add(software);

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

>>> 25
```

{% endcode %}

## 关于《像素工厂开服器》 <a href="#guan-yu-mo-zu-jia-zai-qi-zhong-xin" id="guan-yu-mo-zu-jia-zai-qi-zhong-xin"></a>

### 下载《像素工厂开服器》 <a href="#xia-zai-mo-zu-jia-zai-qi-zhong-xin" id="xia-zai-mo-zu-jia-zai-qi-zhong-xin"></a>

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

### 使用教学

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

### 软件介绍 <a href="#jie-shao-yu-shi-yong" id="jie-shao-yu-shi-yong"></a>

一款灵工艺风格的游戏：像素工厂(Mindustry)开服工具。

### 更新日志 <a href="#geng-xin-ri-zhi" id="geng-xin-ri-zhi"></a>

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

### 软件图片 <a href="#ruan-jian-tu-pian" id="ruan-jian-tu-pian"></a>

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2FFLBbelZnOIOb4im4bHM2%2Fmain.png?alt=media&#x26;token=168669fa-034c-4b11-82f3-0ce364036743" alt=""><figcaption><p>[灵工艺] 像素工厂(Mindustry)开服器 | 主页面</p></figcaption></figure>

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2FF0mGJjy4RVYyjzEkL56r%2Fserver-properties.png?alt=media&#x26;token=76938d78-a935-48ee-a3a8-7579f681eb8b" alt=""><figcaption><p>[灵工艺] 像素工厂(Mindustry)开服器 | 服务器配置页面</p></figcaption></figure>

<figure><img src="https://3120800205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw0VwoV0yDZshBzmKvNc%2Fuploads%2FaH4uleu8QUMuD3ytV71V%2Ftrigger.png?alt=media&#x26;token=ba24bb7a-6d81-4633-8427-ee2af89bd475" alt=""><figcaption><p>[灵工艺] 像素工厂(Mindustry)开服器 | 触发事件</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/mindustry-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.
