## 什么是 EmotesChat
EmotesChat 是一款允许玩家在聊天中发送表情符号的插件。**PlaceholderAPI 兼容**
### 示例

### 指令和权限
| 指令 | 描述 | 权限 |
| ---- | --- | --- |
| /emoteschat | EmotesChat 主指令 | emoteschat.reload |
| /emotes | 列出可用的表情符号 | none |
默认配置
```yaml
config:
#这是启用的表情符号列表。当你添加一个时,你需要在这里添加它。
emotes:
#这是一个表情符号示例。表情符号的部分名称需要位于 emotes-list (第 3 行) 中。
happy:
#这将被表情符号替换
code: ':happy:'
#这是表情符号
emote: '☺'
#玩家使用表情符号所需的权限 (如果不需要,可以留空)。
permission: 'emoteschat.emote.happy'
heart:
code: ':heart:'
emote: '♡'
permission: ''
messages:
emotes-list-header: '&a&l表情符号列表'
emotes-list-no-emotes: '&c&l你不能使用任何表情符号。'
emotes-list-emote-identifier: '%EMOTECODE% &e&l- &r%EMOTE%'
```