-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.yml
More file actions
31 lines (30 loc) · 1.06 KB
/
plugin.yml
File metadata and controls
31 lines (30 loc) · 1.06 KB
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
name: PluginManager
version: 1.0.5
main: de.buddelbubi.PluginManagerInstance
api: 1.0.13
author: Buddelbubi
description: PluginManager is a plugin management plugin for nukkit.
load: STARTUP
website: https://www.cloudburstmc.org/resources/pluginmanager.776/
permissions:
pluginmanager.ui:
description: "The permission to open the PluginManager UI"
default: op
pluginmanager.load:
description: "The permission to be able to load a plugin"
default: op
pluginmanager.unload:
description: "The permission to be able to unload a plugin"
default: op
pluginmanager.enable:
description: "The permission to be able to enable a plugin"
default: op
pluginmanager.disable:
description: "The permission to be able to disable a plugin"
default: op
pluginmanager.reload:
description: "The permission to be able to reload a plugin"
default: op
pluginmanager.config.*:
description: "e.g. pluginmanager.config.home.server.plugins.exampleplugin.config.yml"
default: op