
# WorldCaster
这是一个独立的广播插件,最近从WorldChatter移植而来!
# 特性
## 广播系统!
允许你向你想要的地方发送不同的消息,并使用常见的消息来发送!
```yml
broadcast:
enabled: true
shufflemessages: true # 每个玩家显示不同的消息,false将使所有玩家显示相同的消息
places: # 代表 bukkit/spigot 中的世界,但在 bungeecord 中代表服务器!
"world": # 在这里输入地点名称
messages: ["消息 1", "消息 2", "消息 3"] # 地点消息
timer: 10 # 发送消息的时间间隔!
randomized: true # 在 0 到 timer 中添加的数字范围内随机化
"world_nether": # 在这里输入地点名称
messages: ["地狱 1", "地狱 2", "地狱 3"] # 地点消息
timer: 10 # 发送消息的时间间隔!
randomized: true # 在 0 到 timer 中添加的数字范围内随机化
```
## 前缀广播消息
这会在任何消息的开头添加前缀,使用新的命令 "/broadcast [消息]"!
```yml
prefix: "&7[&eWorldCaster&7]&r "
```
## 命令!
广播命令支持 WorldChatter 的 MiniMessage、彩色文本和文本替换!
只有发送者具有 "worldchatter.control" 权限时才有效!
## 配置
它支持 WorldChatter 的重新加载命令,将会与 WorldChatter 一起重新加载!
**支持 WorldChatter 3.0.12 及以上版本。**