-
Notifications
You must be signed in to change notification settings - Fork 4
/
plugin.yml
48 lines (46 loc) · 1.44 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
47
48
name: ServerChannels
main: ServerChannels\ServerChannels
version: 2.3
api: [3.0.0]
load: STARTUP
author: EvolSoft
description: A powerful chat channelling plugin for PocketMine-MP
website: https://www.evolsoft.tk
commands:
serverchannels:
aliases: [serverch, sch]
description: ServerChannels commands.
permission: serverchannels
permissions:
serverchannels:
default: true
description: ServerChannels permissions.
children:
serverchannels.channels:
default: true
description: ServerChannels channels permissions.
serverchannels.commands:
default: true
description: ServerChannels commands permissions.
children:
serverchannels.commands.create:
default: op
description: ServerChannels command New permission.
serverchannels.commands.help:
default: true
description: ServerChannels command Help permission.
serverchannels.commands.info:
default: op
description: ServerChannels command Info permission.
serverchannels.commands.reload:
default: op
description: ServerChannels command Reload permission.
serverchannels.commands.list:
default: op
description: ServerChannels command List permission.
serverchannels.commands.join:
default: op
description: ServerChannels command Join permission.
serverchannels.commands.leave:
default: op
description: ServerChannels command Leave permission.