mirror of
https://github.com/CarmJos/TimeForFlight.git
synced 2026-06-04 15:18:16 +08:00
30 lines
754 B
YAML
30 lines
754 B
YAML
|
|
main: cc.carm.plugin.timeforflight.Main
|
|
|
|
name: ${project.name}
|
|
version: ${project.version}
|
|
description: ${project.description}
|
|
author: CarmJos
|
|
website: ${project.url}
|
|
|
|
commands:
|
|
TimeForFlight:
|
|
permission: timeforflight.admin
|
|
description: 管理员指令
|
|
permission-message: "§c抱歉!§7但您没有这么做的权限。"
|
|
aliases:
|
|
- flighttime
|
|
ToggleFly:
|
|
aliases:
|
|
- ToggleFlight
|
|
|
|
permissions:
|
|
timeforflight.admin:
|
|
default: op
|
|
timeforflight.unlimited:
|
|
default: op
|
|
description: "无限制飞行,不计算飞行时间"
|
|
timeforflight.allowflight:
|
|
description: "拥有此权限的玩家允许飞行"
|
|
timeforflight.getflighttime:
|
|
description: "拥有次权限的玩家会获赠飞行时间" |