-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.yml
More file actions
49 lines (48 loc) · 1.5 KB
/
plugin.yml
File metadata and controls
49 lines (48 loc) · 1.5 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name: PocketMap
main: Hebbinkpro\PocketMap\PocketMap
version: 0.6.4
api: [ 5.36.0 ]
load: STARTUP
author: Hebbinkpro
description: A dynamic world map for PocketMine-MP
website: https://github.com/Hebbinkpro/PocketMap
permissions:
pocketmap.cmd:
description: Allows to execute pocketmap commands
default: true
pocketmap.cmd.render:
description: Allows to execute the render command
default: op
pocketmap.cmd.render.full:
description: Allows to execute the render full command
default: op
pocketmap.cmd.render.lookup:
description: Allows to execute the render lookup command
default: op
pocketmap.cmd.reload:
description: Allows to execute the reload command
default: op
pocketmap.cmd.reload.config:
description: Allows to execute the reload config command
default: op
pocketmap.cmd.reload.web:
description: Allows to execute the reload web command
default: op
pocketmap.cmd.reload.data:
description: Allows to execute the reload data command
default: op
pocketmap.cmd.marker:
description: Allows to execute the marker command
default: op
pocketmap.cmd.marker.add:
description: Allows to execute the marker add command
default: op
pocketmap.cmd.marker.remove:
description: Allows to execute the marker remove command
default: op
pocketmap.cmd.debug:
description: Allows to execute the debug command
default: op
pocketmap.cmd.debug.blocks:
description: Allows to execute the debug blocks command
default: op