-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathplugin.yml
35 lines (32 loc) · 1.02 KB
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: ${project.name}
version: ${project.version}
author: totemo
authors: [totemo]
description: ${project.description}
website: ${project.url}
main: io.totemo.wingcommander.WingCommander
api-version: 1.15
permissions:
wingcommander.fly:
description: Permission to use powered flight.
default: false
wingcommander.gauge:
description: Permission to use /gauge and see gauges.
default: false
wingcommander.tnt:
description: Permission to throw or drop TNT while flying.
default: false
wingcommander.admin:
description: Permission to administer the plugin.
default: op
commands:
wingcommander:
description: ${project.name} administrative command.
permission: wingcommander.admin
usage: |
/<command> reload: Reload the configuration.
gauge:
description: Toggle or set visibility of a specific gauge or all gauges.
permission: wingcommander.gauge
usage: |
/<command> [altitude|speed|wings|pitch] [off|on]: Toggle or set visibility of a specific gauge or all gauges.