Added more brush shapes.

This commit is contained in:
sk89q
2011-01-30 00:34:13 -08:00
parent 5fb442c7c5
commit 11b00e1165
14 changed files with 482 additions and 61 deletions

View File

@@ -2,6 +2,18 @@ name: WorldEdit
main: com.sk89q.worldedit.bukkit.WorldEditPlugin
version: "WEVERSIONMACRO"
commands:
/sb:
description: Choose the sphere brush
usage: /<command> [-h] <block> [radius]
aliases: ['/sphereb']
/cb:
description: Choose the cylinder brush
usage: /<command> [-h] <block> [radius] [height]
aliases: ['/cylb']
/cbb:
description: Choose the clipboard brush
usage: /<command> [-a]
aliases: ['/copyb']
chunkinfo:
description: Get information about the chunk that you are inside
usage: /<command>
@@ -197,12 +209,12 @@ commands:
cycler:
description: Block data cycler tool
usage: /<command>
brush:
description: Build spheres from far away
usage: /<command> <block> [radius] [no-replace?]
rbrush:
/brush:
description: Build from far away
usage: /<command> [-r]
/rbrush:
description: Brush tool that will only replace blocks
usage: /<command> <block> [radius]
usage: /<command>
recur:
description: Enable the recursive super pickaxe pickaxe mode
usage: /<command> <radius>