mirror of
https://github.com/carm-outsource/TimeReward.git
synced 2026-06-04 15:28:16 +08:00
29 lines
622 B
YAML
29 lines
622 B
YAML
main: cc.carm.plugin.timereward.Main
|
|
name: TimeReward
|
|
version: ${project.version}
|
|
authors:
|
|
- CarmJos
|
|
- Yurinann
|
|
website: ${project.url}
|
|
description: ${project.description}
|
|
|
|
api-version: 1.13
|
|
|
|
softdepend:
|
|
- PlaceholderAPI
|
|
|
|
permissions:
|
|
"TimeReward.admin":
|
|
description: "在线自动领奖的管理员权限。"
|
|
default: op
|
|
"TimeReward.claim":
|
|
description: "使用领奖指令的权限,若关闭则玩家不得直接通过指令领取奖励。"
|
|
default: true
|
|
|
|
commands:
|
|
"TimeReward":
|
|
description: "在线自动领奖的基础指令。"
|
|
usage: "/TimeReward help"
|
|
aliases:
|
|
- tr
|