-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
48 lines (44 loc) · 1.49 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
36
37
38
39
40
41
42
43
44
45
46
name: ${project.name}
main: io.github.totemo.doppelganger.Doppelganger
version: ${project.version}
description: ${project.description}
author: totemo
website: ${project.url}
api-version: 1.14
commands:
doppel:
description: Describes, finds, spawns and kills doppelgangers. See /doppel help.
usage: /doppel [help|info|coords|kill|spawn|maintain] <subcommand arguments>
permission: doppelganger.help
permissions:
doppelganger.*:
description: Permission to use doppelganger commands.
children:
doppelganger.help: true
doppelganger.reload: true
doppelganger.info: true
doppelganger.coords: true
doppelganger.kill: true
doppelganger.spawn: true
doppelganger.maintain: true
doppelganger.help:
description: Allows you to see Doppelganger command help and needed to use all other /doppel commands.
default: op
doppelganger.reload:
description: Allows you to reload the Doppelganger configuration.
default: op
doppelganger.info:
description: Allows you to list doppelganger types and their attibutes.
default: op
doppelganger.coords:
description: Allows you to get the coordinates of a doppelganger.
default: op
doppelganger.kill:
description: Allows you to kill a doppelganger.
default: op
doppelganger.spawn:
description: Allows you to spawn a doppelganger.
default: op
doppelganger.maintain:
description: Allows you to kill/spawn a doppelganger to maintain a stable population of 1.
default: op