forked from onebone/NPC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
33 lines (30 loc) · 1.01 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
name: NPC
author: onebone
api: [2.0.0, 2.1.0, 3.0.0-ALHA1, 3.0.0-ALPHA2, 3.0.0-ALHA3]
main: onebone\npc\Main
version: "1.4"
permissions:
npc:
description: Includes all permissions of NPC
children:
npc.command:
description: Allows all commands of NPC
children:
npc.command.npc:
description: Allows player to use /npc
children:
npc.command.npc.create:
description: Allows player to use /npc create
npc.command.npc.remove:
description: Allows player to use /npc remove
npc.command.npc.list:
description: Allows player to use /npc list
npc.command.npc.message:
description: Allows player to use /npc message
npc.command.npc.command:
description: Allows player to use /npc command
commands:
npc:
description: NPC master command
usage: /npc <create|remove|list|message|command>
permission: npc.command.npc;npc.command.npc.create;npc.command.npc.remove;npc.command.npc.list;npc.command.npc.message;npc.command.npc.command;