



### 1. 介绍
> RiceNotice - 一个非常实用的全局公告插件
1. 专注于极简的配置 (简单,更简单,最简单)
2. 支持 RGB 颜色(例如 FF0000)服务器版本 1.16+
```yaml
# Timing interval (in seconds)
# 定时间隔 (以秒为单位)
time: 600
# Announcement configuration (can be infinitely expanded with multiple groups, randomly selects one group)
# 公告配置 (可以使用多个分组无限扩展,随机选择一个分组)
notice:
# First group configuration
# 第一组配置
group1:
- "Content 1"
- "Content 2"
# Second group configuration
# 第二组配置
group2:
- "Content 3"
- "Content 4"
```
### 3. 文档
[点击查看](https://ricedoc.handyplus.cn/wiki/RiceNotice/README)