- 版权类型
- 转载
- 支持的核心
- Paper
- 前置组件
- Skript 2.7.0+(必须)、DecentHolograms(必须)
- 资源语言
- 英语
- 其他
- 适配版本
- 1.20
- 1.20.6
[MD]# 插件介绍
这个插件带来了 Skript 与悬浮字插件的联动。
目前插件只支持 [DecentHolograms](https://modrinth.com/plugin/decentholograms)。
## 插件语法
* 编辑悬浮字行:`set line 1 of hologram "cat" to "meow"`
* 创建悬浮字:
```Skript
create a new hologram:
name: "jumpscare"
location: 1 meter in front of player
lines: "&cRAHH!", "&7Get jumpscared!"
```
* 隐藏悬浮字:`hide hologram "ghost" from player`
更多示例可在插件的开源代码中分别找到。
如果你有什么好建议或是发现了漏洞,欢迎你前往 [Github](https://github.com/keishispl/skologram) 发起议题![/MD]
这个插件带来了 Skript 与悬浮字插件的联动。
目前插件只支持 [DecentHolograms](https://modrinth.com/plugin/decentholograms)。
## 插件语法
* 编辑悬浮字行:`set line 1 of hologram "cat" to "meow"`
* 创建悬浮字:
```Skript
create a new hologram:
name: "jumpscare"
location: 1 meter in front of player
lines: "&cRAHH!", "&7Get jumpscared!"
```
* 隐藏悬浮字:`hide hologram "ghost" from player`
更多示例可在插件的开源代码中分别找到。
如果你有什么好建议或是发现了漏洞,欢迎你前往 [Github](https://github.com/keishispl/skologram) 发起议题![/MD]