mirror of
https://github.com/carm-outsource/TimeReward.git
synced 2026-06-04 15:28:16 +08:00
45346b093a
* refactor(update): 适配最新依赖版本 * feat(update): 更新 README,添加更多自定义语言文本。
24 lines
491 B
YAML
24 lines
491 B
YAML
main: cc.carm.plugin.timereward.Main
|
|
name: TimeReward
|
|
version: ${project.version}
|
|
author: CarmJos
|
|
website: ${project.url}
|
|
description: ${project.description}
|
|
|
|
api-version: 1.13
|
|
|
|
softdepend:
|
|
- PlaceholderAPI
|
|
|
|
permissions:
|
|
"TimeReward.admin":
|
|
description: "在线自动领奖的管理员权限。"
|
|
default: op
|
|
|
|
commands:
|
|
"TimeReward":
|
|
permission: "TimeReward.admin"
|
|
description: "在线自动领奖的基础指令。"
|
|
usage: "/TimeReward help"
|
|
aliases:
|
|
- tr |