- 版权类型
- 转载
- 插件中文名称
- -
- 插件英文名称
- VillagerAnnouncer
- 支持的核心
- Spigot
- 前置组件
- DiscordSRV(非必需)
- 资源语言
- 英语
- 适配版本
- 1.16
- 1.17
- 1.18
- 1.19
- 1.20
- 1.20.6
- 1.21
[MD]# VillagerAnnouncer
## 插件介绍
插件功能非常简单,就是在村民死亡时向玩家发送消息。
![_image_](https://i.ibb.co/wwpd3YC/VA-Examples2.png)
如果你还安装了 DiscordSRV,则插件还会向指定频道发送村民死亡的消息。
## 配置文件
```YAML
enabled: true
play-sound: true
sound-name: 'ENTITY_VILLAGER_DEATH'
# 设置为 0 表示不限半径
max-broadcast-radius: 0
# 如果你之前与村民交易过,则你会收到他的死亡消息
# 仅对 Paper 及以上分支有效
only-broadcast-if-traded-with: false
# 仅在某个世界发送公告
broadcast-worlds: ['*']
# 仅对正常村民的死亡消息发送公告
broadcast-zombie-villager-deaths: true
# 对应权限 villagerannouncer.receive-broadcasts
players-require-premissions: false
# 若安装 DiscordSRV,是否在村民死亡时发送消息到文字频道
discordsrv-send-message-to-main-channel: true
# 仅在使用了指定世界或玩家权限的情况下有用
log-messages-to-console: true
messages:
# 内建变量 %villager% 的返回值:
villager: '村民'
baby-villager: '幼年村民'
zombie-villager: '僵尸村民'
baby-zombie-villager: '幼年僵尸村民'
# 内建变量 %location% 的返回值:
location: '&r( &6坐标: %x% %y% %z%, &r&e位于世界 &r&a%world-name%&r)'
villager-message-with-profession: '&e%villager%已死亡! 职业: %villager-profession%, 等级: %villager-level% %location%'
villager-message: '&e%villager%已死亡! %location%'
villager-infection-with-profession: '&e%villager%被转变为僵尸村民! 职业: %villager-profession%, 等级: %villager-level% %location%'
villager-infection: '&e%villager%被转变为僵尸村民! %location%'
death-by-entity: '&e%villager%被%entity%击杀 %location%'
death-by-misc: '&e%villager%死于%death-cause% %location%'
```[/MD]
## 插件介绍
插件功能非常简单,就是在村民死亡时向玩家发送消息。
![_image_](https://i.ibb.co/wwpd3YC/VA-Examples2.png)
如果你还安装了 DiscordSRV,则插件还会向指定频道发送村民死亡的消息。
## 配置文件
```YAML
enabled: true
play-sound: true
sound-name: 'ENTITY_VILLAGER_DEATH'
# 设置为 0 表示不限半径
max-broadcast-radius: 0
# 如果你之前与村民交易过,则你会收到他的死亡消息
# 仅对 Paper 及以上分支有效
only-broadcast-if-traded-with: false
# 仅在某个世界发送公告
broadcast-worlds: ['*']
# 仅对正常村民的死亡消息发送公告
broadcast-zombie-villager-deaths: true
# 对应权限 villagerannouncer.receive-broadcasts
players-require-premissions: false
# 若安装 DiscordSRV,是否在村民死亡时发送消息到文字频道
discordsrv-send-message-to-main-channel: true
# 仅在使用了指定世界或玩家权限的情况下有用
log-messages-to-console: true
messages:
# 内建变量 %villager% 的返回值:
villager: '村民'
baby-villager: '幼年村民'
zombie-villager: '僵尸村民'
baby-zombie-villager: '幼年僵尸村民'
# 内建变量 %location% 的返回值:
location: '&r( &6坐标: %x% %y% %z%, &r&e位于世界 &r&a%world-name%&r)'
villager-message-with-profession: '&e%villager%已死亡! 职业: %villager-profession%, 等级: %villager-level% %location%'
villager-message: '&e%villager%已死亡! %location%'
villager-infection-with-profession: '&e%villager%被转变为僵尸村民! 职业: %villager-profession%, 等级: %villager-level% %location%'
villager-infection: '&e%villager%被转变为僵尸村民! %location%'
death-by-entity: '&e%villager%被%entity%击杀 %location%'
death-by-misc: '&e%villager%死于%death-cause% %location%'
```[/MD]