# 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: {}
```
