mirror of
https://github.com/CarmJos/TimeForFlight.git
synced 2026-06-04 15:18:16 +08:00
项目完成,首次提交
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
#权限节点
|
||||
#
|
||||
|
||||
|
||||
settings:
|
||||
interval: 60 #赠送飞行时间的在线时长间隔(秒)
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
name: TimeForFlight
|
||||
main: com.carmwork.plugin.timeforflight.Main
|
||||
version: 1.0.0 - SNAPSHOT
|
||||
|
||||
main: cc.carm.plugin.timeforflight.Main
|
||||
|
||||
name: ${project.name}
|
||||
version: ${project.version}
|
||||
description: ${project.description}
|
||||
author: CarmJos
|
||||
depend: [ProtocolLib]
|
||||
website: ${project.url}
|
||||
|
||||
commands:
|
||||
TimeForFlight:
|
||||
permission: timeforflight.admin
|
||||
@@ -13,7 +17,10 @@ commands:
|
||||
ToggleFly:
|
||||
aliases:
|
||||
- ToggleFlight
|
||||
|
||||
permissions:
|
||||
timeforflight.admin:
|
||||
default: op
|
||||
timeforflight.unlimited:
|
||||
default: op
|
||||
description: "无限制飞行,不计算飞行时间"
|
||||
|
||||
Reference in New Issue
Block a user