## 中文
**EnderaOpenChat** 是一个现代且快速的 Minecraft 聊天插件。
## 命令
- `/msg (昵称) (消息)` - 向玩家发送私信。
- `/echat reload` - 重新加载插件的配置。
## 权限
- `echat.msg` – 允许发送私信。
- `echat.reload` – 允许重新加载插件的配置。
- `echat.<聊天频道名称>.send` – 允许向聊天频道发送消息。
- `echat.<聊天频道名称>.view` – 允许查看发送到聊天频道的消息。
## 配置
插件支持在配置文件中自定义消息和其他参数。 确保在安装后查看配置。
示例:
```yaml
channels:
- name: "local"
prefix: ""
send-to-discord: false
use-permission: false
range: 100
format: "[L] {player}: {message}"
- name: "global"
prefix: "!"
send-to-discord: true
use-permission: false
range: -2
format: "[G] {player}: {message}"
personal-messages:
format: "[{sender} -> {target}]: {message}"
sound: "entity.player.levelup"
volume: 1.0
pitch: 1.0
custom-leave-join-death:
join-message:
enabled: true
message: "[+] {player} joined the game"
leave-message:
enabled: true
message: "[-] {player} left the game"
death-message:
enabled: true
message: "[☠] {player} has died"
messages:
prefix: "[EChat]"
reload: "{prefix} Plugin configuration reloaded"
usage:
msg: "{prefix} Command usage: /msg (player) (message)"
nochannelpermission: "{prefix} You do not have permission to use this channel"
localnoone: "No players nearby!"
playernotfound: "{prefix} Player not found"
```
这个插件需要:[EnderaLib](https://modrinth.com/plugin/enderalib)
## 俄语
**EnderaOpenChat** — это удобный и быстрый Minecraft плагин на чат.
## Команды
- `/msg (ник) (сообщение)` - Отправляет личное сообщение игроку.
- `/echat reload` - Перезагружает конфигурацию плагина.
## Права
- `echat.msg` - Позволяет отправлять личные сообщения.
- `echat.reload` - Позволяет перезагружать конфигурацию плагина.
## Конфигурация
Плагин поддерживает настройку сообщений и других параметров в конфигурационном файле. Убедитесь, что вы ознакомились с конфигурацией после установки.
Для работы плагина требуется: [EnderaLib](https://modrinth.com/plugin/enderalib)
