2.0.0
This commit is contained in:
parent
6ddd6866c0
commit
588017f676
26
README.md
Normal file
26
README.md
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# DemonPlayerMail
|
||||||
|
一款玩家物品邮箱系统,便于发放物品给离线玩家
|
||||||
|
|
||||||
|
## 快速开始
|
||||||
|
1.将插件放入`/plugins`目录下
|
||||||
|
|
||||||
|
2.重启服务器后插件自动生效
|
||||||
|
|
||||||
|
3.玩家邮箱数据自动存储在 `plugins/AuData/MailData/xxxx.yml`
|
||||||
|
|
||||||
|
4.发送邮件命令 `/dpmail to <玩家名>`
|
||||||
|
|
||||||
|
5.打开收件箱命令 `/dpmail open`
|
||||||
|
|
||||||
|
## 其他说明
|
||||||
|
- 语言文件尚未自定义,由 `LangUtil.java` 进行管理
|
||||||
|
- 插件自带API `DMailAPI` 可通过API进行邮件物品发送
|
||||||
|
|
||||||
|
—————————————————————————————————————
|
||||||
|
# 更新日志
|
||||||
|
|
||||||
|
## [2.0.0] - 2025-07-19
|
||||||
|
### 初版发布
|
||||||
|
- 修复DMailAPI无法发送物品bug
|
||||||
|
- 修复邮箱卡主无法点击取出物品bug
|
||||||
|
- 优化结构单个玩家独立数据存储
|
Loading…
Reference in New Issue
Block a user