-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
46 lines (40 loc) · 974 Bytes
/
Copy pathplugin.yml
File metadata and controls
46 lines (40 loc) · 974 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: LibWorld
version: 1.0.0-dev
authors:
- ImperaZim
api: 5.0.0
main: imperazim\world\LibWorld
load: STARTUP
depend:
- LibCommons
- LibCommand
extensions:
Core: ">=8.2"
autoload:
psr-4:
imperazim\\world\\: src/imperazim/world
permissions:
libworld.command:
default: op
description: Access LibWorld commands
libworld.command.world:
default: op
description: Manage worlds and backups
libworld.command.selection:
default: op
description: Manage LibWorld selections
libworld.command.edit:
default: op
description: Run LibWorld edit operations
libworld.command.clipboard:
default: op
description: Manage LibWorld clipboards
libworld.command.schematic:
default: op
description: Manage LibWorld schematics
libworld.command.history:
default: op
description: Manage LibWorld edit history
libworld.command.operation:
default: op
description: Inspect and control LibWorld operations