> 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/jian-ru-jia-jing/3.4-shi-zhan-fu-kong-zi.md).

# 3.4 - 实战：浮空字

## 插件选择：DecentHolograms

没得选，现在就这个。

{% embed url="<https://www.spigotmc.org/resources/decentholograms-1-8-1-20-1-papi-support-no-dependencies.96927/>" %}

## 经验：如何使用这个插件创建浮空字

在需要创建浮空字的地方输入指令 `/dh create 浮空字id`，然后会在 `plugins\DecentHolograms\holograms` 生成对应的浮空字配置文件。

location 为浮空字位置，试着为 NPC 头顶上方创建一个浮空字吧！

```
location: world:-13.500:73.800:-52.500
enabled: true
display-range: 48
update-range: 48
update-interval: 20
facing: 0.0
down-origin: false
pages:
- lines:
  - content: '&f'
    height: 0.3
  - content: '&#ff3300&l常惠然'
    height: 0.3
  - content: '&#B0C4DE农作物玩法 NPC'
    height: 0.3
  actions: {}
```


---

# 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/jian-ru-jia-jing/3.4-shi-zhan-fu-kong-zi.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.
