-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathplugin.yml
More file actions
30 lines (28 loc) · 768 Bytes
/
plugin.yml
File metadata and controls
30 lines (28 loc) · 768 Bytes
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
# STORMHEART NETWORK 2017
# WWW.STORMHEART.NET
name: STORMHEART-pluginStyle
main: net.stormheart.pluginStyle.pluginStyle
version: 1.0
prefix: STORMHEART
description: Plugin development guide.
website: http://www.stormheart.net
authors:
- josh@stormheart.net
- ben@stormheart.net
- klemms@stormheart.net
commands:
pluginStyle:
# usage: /<command>
description: Default style guide for plugin development.
aliases: [styleguide, ps]
permissions:
pluginStyle.*:
description: Grants access to all commands within this plugin.
children:
pluginStyle.admin: true
pluginStyle.admin:
description: Allows access to admin commands.
default: op
pluginStyle.user:
description: Allows access to default commands.
default: true