# 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: 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.superiormc.cn/new-user-doc/jian-ru-jia-jing/3.4-shi-zhan-fu-kong-zi.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.
