1
mirror of https://github.com/CarmJos/TimeForFlight.git synced 2026-06-04 15:18:16 +08:00

项目完成,首次提交

This commit is contained in:
carm
2021-10-22 07:48:36 +08:00
parent 1f3a67d14c
commit 090329db19
32 changed files with 1029 additions and 550 deletions
-3
View File
@@ -1,6 +1,3 @@
#权限节点
#
settings:
interval: 60 #赠送飞行时间的在线时长间隔(秒)
+11 -4
View File
@@ -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: "无限制飞行,不计算飞行时间"