DemonLevelReward/README.md
2025-07-12 01:48:57 +08:00

30 lines
997 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# DemonLevelReward
一个玩家提升等级后可领取奖励的插件
## 快速开始
1.将插件放入`/plugins`目录下
2.使用命令`/plugman reload DemonLevelReward` 重载插件
3.若存在就数据需要输入`/levelreward convert`将老数据转移到新数据中
4.然后再手动将插件中的`config.yml`配置文件放入插件目录下
5.并输入重载命令`/levelreward reload`即可完成使用
6.打开奖励界面`/levelreward open`即可领取奖励
## 其他说明
- 对接了`QuestStoryline.jar`进行15级任务监听未完成任务无法领取
- 土豪助力礼包需充值1288元关联插件`AuRechargeData.jar`
- 奖励领取事件监听`LevelRewardReceiveEvent`
—————————————————————————————————————
# 更新日志
## [2.0.9] - 2025-07-12
### 优化内容
- 删除礼包需隔天领取机制
- 支持语言文件自定义
- 支持界面图标自定义
- 插件源码完成注释