> For the complete documentation index, see [llms.txt](https://docs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superiormc.cn/new-user-doc/pei-zhi-de-xue-xi/2.4-xiang-bu-dao-he-xin-ye-neng-pei-zhi.md).

# 2.4 - 想不到：核心也能配置

## 经验：常见问题的解决

* 关闭正版验证：`server.properties` 文件下的 `online-mode` 选项改为 false。
*

## 经验：Purpur.yml 大有用处

这里只提一嘴，许多小功能都可以通过核心配置实现修改。要求 **Purpur** 及以其为基础的服务端核心。

在 MCBBS 联机教程版块已经有若干关于 `purpur.yml` 文件的教程了，这里我不做多谈，只是想说，用好这个文件可以节省你很多事情。

* 禁止村民交易。
* 禁止 BUG 价的村民。
* 禁止末影人传送。
* 末影人进 2 格。
* 末影箱多大按照权限节点决定。
* 使用哭泣黑曜石建造下界传送门。
* 附魔超过等级限制。
* 关闭龙蛋传送。

等等...


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.superiormc.cn/new-user-doc/pei-zhi-de-xue-xi/2.4-xiang-bu-dao-he-xin-ye-neng-pei-zhi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
