forked from alexandreblin/PluginReloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
25 lines (25 loc) · 831 Bytes
/
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
name: PluginReloader
main: im.mcft.pluginreloader.PluginReloader
version: 1.0.0
commands:
plugin:
description: Load, unload or reload the specified plugins.
usage: |
/<command> ACTION PLUGIN1 [PLUGIN2 ...]
Available actions: load, unload, reload
permissions:
pluginreloader.*:
description: Gives access to all /plugin actions
children:
pluginreloader.load: true
pluginreloader.unload: true
pluginreloader.reload: true
pluginreloader.load:
description: Allows you to use the /plugin load command
default: op
pluginreloader.unload:
description: Allows you to use the /plugin unload command
default: op
pluginreloader.reload:
description: Allows you to use the /plugin reload command
default: op