forked from xvqrlz/SimpleEdit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
54 lines (53 loc) · 1.65 KB
/
Copy pathplugin.yml
File metadata and controls
54 lines (53 loc) · 1.65 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
50
51
52
53
54
name: SimpleEdit
main: xvqrlz\simpleedit\Loader
version: 1.0.1
api: ["3.0.0-ALPHA7", "3.0.0", "3.0.1"]
author: xvqrlz
website: https://t.me/xvqrlz
description: A simple and optimized WorldEdit plugin for PocketMine-MP
permissions:
simpleedit.command.pos1:
description: Allows setting the first position for region selection
default: op
simpleedit.command.pos2:
description: Allows setting the second position for region selection
default: op
simpleedit.command.set:
description: Allows setting blocks in the selected region
default: op
simpleedit.command.undo:
description: Allows undoing the last edit
default: op
simpleedit.command.copy:
description: Allows copying the selected region
default: op
simpleedit.command.paste:
description: Allows pasting the copied region
default: op
simpleedit.command.replace:
description: Allows replacing blocks in the selected region
default: op
simpleedit.command.expand:
description: Allows expanding the selected region
default: op
simpleedit.command.contract:
description: Allows contracting the selected region
default: op
simpleedit.command.sphere:
description: Allows creating a sphere
default: op
simpleedit.command.cylinder:
description: Allows creating a cylinder
default: op
simpleedit.command.pyramid:
description: Allows creating a pyramid
default: op
simpleedit.command.spiral:
description: Allows creating a spiral
default: op
simpleedit.command.walls:
description: Allows creating walls
default: op
simpleedit.command.rotate:
description: Allows rotating the selected region
default: op