forked from presentkim-pm/Humanoid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
38 lines (37 loc) · 1.11 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
---
name: Humanoid
main: presentkim\humanoid\Humanoid
version: 1.0.4
api: [3.0.0, 3.0.0-ALPHA10, 3.0.0-ALPHA11]
author: PresentKim
website: https://github.com/PMMPPlugin/Humanoid
description: A plugin add humanoid entity
load: STARTUP
softdepend: ['GeometryAPI']
permissions:
humanoid.cmd:
description: Humanoid main command
default: op
children:
humanoid.cmd.add:
description: Humanoid command - add
default: op
humanoid.cmd.set:
description: Humanoid command - set
default: op
humanoid.cmd.remove:
description: Humanoid command - remove
default: op
humanoid.cmd.copy:
description: Humanoid command - copy
default: op
humanoid.cmd.cancel:
description: Humanoid command - cancel
default: op
humanoid.cmd.lang:
description: Humanoid command - lang
default: op
humanoid.cmd.reload:
description: Humanoid command - reload
default: op
...