-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
32 lines (32 loc) · 748 Bytes
/
plugin.yml
File metadata and controls
32 lines (32 loc) · 748 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
30
31
32
---
name: CoreAPI
version: 0.2.0
main: JonasWindmann\CoreAPI\CoreAPI
api: 5.28.0
src-namespace-prefix: JonasWindmann\CoreAPI
description: A utility plugin that provides a set of APIs for PocketMine-MP plugin developers
website: https://github.com/DerCooleVonDem/CoreAPI
permissions:
coreapi.admin:
default: op
coreapi.scoreboard.use:
default: op
coreapi.customitem.use:
default: op
coreapi.customitem.create:
default: op
coreapi.customitem.give:
default: op
coreapi.customitem.list:
default: op
coreapi.customitem.remove:
default: op
coreapi.customitem.info:
default: op
coreapi.customitem.export:
default: op
coreapi.customitem.import:
default: op
coreapi.npc.use:
default: op
...