forked from Yoyu666/WorldEditPotato
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
83 lines (83 loc) · 2.62 KB
/
plugin.yml
File metadata and controls
83 lines (83 loc) · 2.62 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
name: WorldEditPotato
main: WorldEditor\WorldEditor
version: 1.5
api: 2.0.0
author: HuaYoyu
website: "https://github.com/Yoyu666/WorldEditPotato"
commands:
toggleeditwand:
description: Toggles the edit wand selection mode, allowing you to use the edit wand item normally.
usage: "//toggleeditwand"
permission: worldeditor.command
/cut:
description: Cuts the currently selected region.
usage: "//cut"
permission: worldeditor.command
/copy:
description: Copies the currently selected region. Be aware that it stores your position relative to the selection when copying.
usage: "//copy"
permission: worldeditor.command
/paste:
description: Pastes the clipboard.
usage: "//paste"
permission: worldeditor.command
/sphere:
description: make a potato.
usage: "//sphere <block> <radius>"
permission: worldeditor.command
/hsphere:
description: make a potato with no have insde block.
usage: "//hsphere <block> <radius>"
permission: worldeditor.command
/desel:
description: Deselects the current selection.
usage: "//desel"
permission: worldeditor.command
/limit:
description: Set a maximum number of blocks to change at most for all operations. This only affects yourself. Use this to prevent catastrophic accidents.
usage: "//limit <limit>"
permission: worldeditor.command
/pos1:
description: Set selection position (1) to the block above the one that you are standing on.
usage: "//pos1"
permission: worldeditor.command
/pos2:
description: Set selection position (2) to the block above the one that you are standing on.
usage: "//pos2"
permission: worldeditor.command
/set:
description: Set all blocks inside the selection region to a specified block(s).
usage: "//set <blockID>"
permission: worldeditor.command
/replace:
description: Replace all blocks of the specified block with another block(s) inside the region.
usage: "//replace <fromBlock> <toBlock>"
permission: worldeditor.command
/help:
description: Show list of commands.
usage: "//help"
permission: worldeditor.command
/wand:
description: Gives you the "edit wand".
usage: "//wand"
permission: worldeditor.command
/undo:
description:
usage: "//undo"
permission: worldeditor.command
/tree:
description:
usage: "//tree <size>"
permission: worldeditor.command
/flower:
description:
usage: "//flower <size>"
permission: worldeditor.command
permissions:
worldeditor:
default: op
description: "All the permissions to use the World Editor"
children:
worldeditor.command:
default: op
description: "Allow the usage of the WorldEditor command"