2011-01-01 03:38:51 +01:00
|
|
|
name: WorldEdit
|
|
|
|
main: com.sk89q.worldedit.bukkit.WorldEditPlugin
|
2011-01-22 03:24:38 +01:00
|
|
|
version: "WEVERSIONMACRO"
|
|
|
|
commands:
|
2011-02-19 00:14:43 +01:00
|
|
|
sphere:
|
2011-01-30 09:34:13 +01:00
|
|
|
description: Choose the sphere brush
|
|
|
|
usage: /<command> [-h] <block> [radius]
|
2011-02-19 00:14:43 +01:00
|
|
|
aliases: ['s']
|
|
|
|
cylinder:
|
2011-01-30 09:34:13 +01:00
|
|
|
description: Choose the cylinder brush
|
|
|
|
usage: /<command> [-h] <block> [radius] [height]
|
2011-02-19 00:14:43 +01:00
|
|
|
aliases: ['cyl', 'c']
|
|
|
|
clipboard:
|
2011-01-30 09:34:13 +01:00
|
|
|
description: Choose the clipboard brush
|
|
|
|
usage: /<command> [-a]
|
2011-02-19 00:14:43 +01:00
|
|
|
aliases: ['copy']
|
2011-01-29 21:40:42 +01:00
|
|
|
chunkinfo:
|
|
|
|
description: Get information about the chunk that you are inside
|
2011-01-22 03:24:38 +01:00
|
|
|
usage: /<command>
|
2011-01-29 21:40:42 +01:00
|
|
|
listchunks:
|
|
|
|
description: List chunks that your selection includes
|
|
|
|
usage: /<command>
|
|
|
|
delchunks:
|
|
|
|
description: Delete chunks that your selection includes
|
|
|
|
usage: /<command>
|
|
|
|
clearclipboard:
|
|
|
|
description: Clear your clipboard
|
2011-01-22 03:24:38 +01:00
|
|
|
usage: /<command>
|
|
|
|
/load:
|
2011-01-29 21:40:42 +01:00
|
|
|
description: Load a schematic into your clipboard
|
2011-01-22 03:24:38 +01:00
|
|
|
usage: /<command> <filename>
|
|
|
|
/save:
|
2011-01-29 21:40:42 +01:00
|
|
|
description: Save a schematic into your clipboard
|
2011-01-22 03:24:38 +01:00
|
|
|
usage: /<command> <filename>
|
2011-01-29 21:40:42 +01:00
|
|
|
/copy:
|
|
|
|
description: Copy the selection to the clipboard
|
|
|
|
usage: /<command>
|
|
|
|
/flip:
|
|
|
|
description: Flip the contents of the clipboard
|
|
|
|
usage: /<command> [dir]
|
|
|
|
/rotate:
|
|
|
|
description: Rotate the contents of the clipboard
|
|
|
|
usage: /<command> <angle-in-degrees>
|
|
|
|
/cut:
|
|
|
|
description: Cut the selection to the clipboard
|
|
|
|
usage: /<command> [leave-id]
|
|
|
|
/paste:
|
|
|
|
description: Paste the clipboard's contents
|
|
|
|
usage: /<command> [-ao]
|
|
|
|
toggleplace:
|
|
|
|
description:
|
|
|
|
usage: /<command>
|
2011-01-30 06:31:07 +01:00
|
|
|
searchitem:
|
|
|
|
description: Search for an item
|
2011-01-30 07:07:56 +01:00
|
|
|
usage: /<command> [-bi] <query>
|
2011-01-30 06:31:07 +01:00
|
|
|
aliases: ['/l']
|
2011-01-29 21:40:42 +01:00
|
|
|
/limit:
|
|
|
|
description: Modify block change limit
|
|
|
|
usage: /<command> <limit>
|
2011-02-19 00:14:43 +01:00
|
|
|
/sphere:
|
|
|
|
description: Generate a filled sphere
|
|
|
|
usage: /<command> <block> <radius> [raised?]
|
2011-01-22 03:24:38 +01:00
|
|
|
/cyl:
|
2011-01-29 21:40:42 +01:00
|
|
|
description: Generate a cylinder
|
|
|
|
usage: /<command> <block> <radius> [height]
|
2011-02-19 00:14:43 +01:00
|
|
|
/hcyl:
|
|
|
|
description: Generate a hollow cylinder
|
|
|
|
usage: /<command> <block> <radius> [height]
|
2011-01-22 03:24:38 +01:00
|
|
|
/hsphere:
|
2011-01-29 21:40:42 +01:00
|
|
|
description: Generate a hollow sphere
|
|
|
|
usage: /<command> <block> <radius> [raised?]
|
2011-01-22 03:24:38 +01:00
|
|
|
forestgen:
|
2011-01-29 21:40:42 +01:00
|
|
|
description: Generate a forest
|
2011-01-30 23:54:42 +01:00
|
|
|
usage: /<command> [size] [type] [density]
|
2011-01-22 03:24:38 +01:00
|
|
|
pumpkins:
|
2011-01-29 21:40:42 +01:00
|
|
|
description: Generate pumpkin patches
|
2011-01-22 03:24:38 +01:00
|
|
|
usage: /<command> [size]
|
2011-01-29 21:40:42 +01:00
|
|
|
clearhistory:
|
|
|
|
description: Clear your history
|
|
|
|
usage: /<command>
|
|
|
|
/redo:
|
|
|
|
description: Redoes the last action (from history)
|
|
|
|
usage: /<command>
|
|
|
|
/undo:
|
|
|
|
description: Undoes the last action
|
|
|
|
usage: /<command>
|
2011-01-22 03:24:38 +01:00
|
|
|
unstuck:
|
2011-01-29 21:40:42 +01:00
|
|
|
description: Escape from being stuck inside a block
|
|
|
|
usage: /<command>
|
2011-01-22 03:24:38 +01:00
|
|
|
ascend:
|
2011-01-29 21:40:42 +01:00
|
|
|
description: Go up a floor
|
|
|
|
usage: /<command>
|
2011-01-22 03:24:38 +01:00
|
|
|
descend:
|
2011-01-29 21:40:42 +01:00
|
|
|
description: Go down a floor
|
|
|
|
usage: /<command>
|
2011-01-22 03:24:38 +01:00
|
|
|
thru:
|
2011-01-29 21:40:42 +01:00
|
|
|
description: Passthrough walls
|
|
|
|
usage: /<command>
|
|
|
|
jumpto:
|
|
|
|
description: Teleport to a location
|
|
|
|
usage: /<command>
|
2011-01-22 03:24:38 +01:00
|
|
|
ceil:
|
2011-01-29 21:40:42 +01:00
|
|
|
description: Go to the celing
|
|
|
|
usage: /<command> [clearance]
|
2011-01-22 03:24:38 +01:00
|
|
|
up:
|
2011-01-29 21:40:42 +01:00
|
|
|
description: Go upwards some distance
|
|
|
|
usage: /<command> <block>
|
|
|
|
/overlay:
|
|
|
|
description: Set a block on top of blocks in the region
|
|
|
|
usage: /<command> <block>
|
|
|
|
/walls:
|
|
|
|
description: Build the four sides of the selection
|
|
|
|
usage: /<command> <block>
|
|
|
|
/faces:
|
|
|
|
description: Build the walls, ceiling, and roof of a selection
|
|
|
|
usage: /<command> <block>
|
2011-01-29 21:46:22 +01:00
|
|
|
aliases: ['/outline']
|
2011-01-29 21:40:42 +01:00
|
|
|
/smooth:
|
|
|
|
description: Smooth the elevation in the selection
|
|
|
|
usage: /<command> [iterations]
|
|
|
|
/replace:
|
|
|
|
description: Replace all blocks in the selection with another
|
|
|
|
usage: /<command> [from-block] <to-block>
|
|
|
|
/stack:
|
|
|
|
description: Repeat the contents of the selection
|
|
|
|
usage: /<command> [-a] [count] [direction]
|
|
|
|
/set:
|
|
|
|
description: Set all the blocks inside the selection to a block
|
|
|
|
usage: /<command> <block>
|
|
|
|
/move:
|
|
|
|
description: Move the contents of the selection
|
|
|
|
usage: /<command> [count] [direction] [leave-id]
|
|
|
|
.s:
|
|
|
|
description: Execute last CraftScript
|
|
|
|
usage: /<command> [args...]
|
|
|
|
cs:
|
|
|
|
description: Execute a CraftScript
|
|
|
|
usage: /<command> <filename> [args...]
|
|
|
|
/chunk:
|
|
|
|
description: Set the selection to your current chunk
|
|
|
|
usage: /<command>
|
|
|
|
/pos1:
|
|
|
|
description: Set position 1
|
|
|
|
usage: /<command>
|
|
|
|
/pos2:
|
|
|
|
description: Set position 2
|
|
|
|
usage: /<command>
|
|
|
|
/hpos1:
|
|
|
|
description: Set position 1 to targeted block
|
|
|
|
usage: /<command>
|
|
|
|
/hpos2:
|
|
|
|
description: Set position 2 to targeted block
|
|
|
|
usage: /<command>
|
|
|
|
/wand:
|
|
|
|
description: Get the wand object
|
|
|
|
usage: /<command>
|
|
|
|
toggleeditwand:
|
|
|
|
description: Toggle functionality of the edit wand
|
|
|
|
usage: /<command>
|
|
|
|
/contract:
|
|
|
|
description: Contract the selection area
|
|
|
|
usage: /<command> <amount> [reverse-amount] [direction]
|
|
|
|
/distr:
|
|
|
|
description: Get the distribution of blocks in the selection
|
|
|
|
usage: /<command>
|
|
|
|
//count:
|
|
|
|
description: Counts the number of a certain type of block
|
|
|
|
usage: /<command> <block>
|
|
|
|
/size:
|
|
|
|
description: Get information about the selection
|
|
|
|
usage: /<command>
|
|
|
|
/shift:
|
|
|
|
description: Shift the selection area
|
|
|
|
usage: /<command> <amount> [direction]
|
|
|
|
/expand:
|
|
|
|
description: Expand the selection area
|
|
|
|
usage: /<command> <amount> [reverse-amount] <direction>
|
|
|
|
/use:
|
|
|
|
description: Choose a snapshot to use
|
|
|
|
usage: /<command> <snapshot>
|
2011-01-22 03:24:38 +01:00
|
|
|
listsnapshots:
|
2011-01-29 21:40:42 +01:00
|
|
|
description: List snapshots
|
2011-01-22 03:24:38 +01:00
|
|
|
usage: /<command> [num]
|
|
|
|
/restore:
|
2011-01-29 21:40:42 +01:00
|
|
|
description: Restore the selection from a snapshot
|
|
|
|
usage: /<command> [snapshot]
|
2011-01-22 03:24:38 +01:00
|
|
|
area:
|
2011-01-29 21:40:42 +01:00
|
|
|
description: Enable the area super pickaxe pickaxe mode
|
|
|
|
usage: /<command> <radius>
|
2011-02-19 00:14:43 +01:00
|
|
|
recur:
|
|
|
|
description: Enable the recursive super pickaxe pickaxe mode
|
|
|
|
usage: /<command> <radius>
|
|
|
|
aliases: ['recursive']
|
|
|
|
single:
|
|
|
|
description: Enable the single block super pickaxe mode
|
|
|
|
usage: /<command>
|
2011-01-22 03:24:38 +01:00
|
|
|
none:
|
2011-01-29 21:40:42 +01:00
|
|
|
description: Turn off all superpickaxe alternate modes
|
|
|
|
usage: /<command>
|
2011-01-22 03:24:38 +01:00
|
|
|
repl:
|
2011-01-29 21:40:42 +01:00
|
|
|
description: Block replacer tool
|
|
|
|
usage: /<command> <block>
|
2011-01-30 07:07:56 +01:00
|
|
|
cycler:
|
|
|
|
description: Block data cycler tool
|
|
|
|
usage: /<command>
|
2011-02-19 00:14:43 +01:00
|
|
|
brush:
|
|
|
|
description: Brush tool
|
2011-01-30 09:34:13 +01:00
|
|
|
usage: /<command>
|
2011-02-19 00:14:43 +01:00
|
|
|
aliases: ['b']
|
2011-01-29 21:40:42 +01:00
|
|
|
info:
|
|
|
|
description: Block information tool
|
|
|
|
usage: /<command>
|
|
|
|
tree:
|
|
|
|
description: Tree generator tool
|
2011-01-30 23:54:42 +01:00
|
|
|
usage: /<command> [type]
|
2011-02-19 00:14:43 +01:00
|
|
|
tool:
|
|
|
|
description: Select a tool to bind
|
|
|
|
usage: /<command>
|
|
|
|
aliases: ['t']
|
|
|
|
/:
|
|
|
|
description: Toggle the super pickaxe pickaxe function
|
|
|
|
usage: /<command>
|
|
|
|
aliases: [',']
|
2011-02-19 00:23:22 +01:00
|
|
|
superpickaxe:
|
2011-02-19 00:14:43 +01:00
|
|
|
description: Select super pickaxe mode
|
|
|
|
usage: /<command>
|
2011-02-19 00:23:22 +01:00
|
|
|
aliases: ['pickaxe', 'sp']
|
2011-02-19 00:14:43 +01:00
|
|
|
mask:
|
|
|
|
description: Set the brush mask
|
|
|
|
usage: /<command> [mask]
|
2011-01-29 21:40:42 +01:00
|
|
|
/fillr:
|
|
|
|
description: Fill a hole recursively
|
|
|
|
usage: /<command> <block> <radius> [depth]
|
|
|
|
fixlava:
|
|
|
|
description: Fix lava to be stationary
|
|
|
|
usage: /<command> <radius>
|
|
|
|
fixwater:
|
|
|
|
description: Fix water to be stationary
|
|
|
|
usage: /<command> <radius>
|
|
|
|
removeabove:
|
|
|
|
description: Remove blocks above your head.
|
|
|
|
usage: /<command> [size] [height]
|
|
|
|
removebelow:
|
|
|
|
description: Remove blocks below your head.
|
|
|
|
usage: /<command> [size] [height]
|
|
|
|
removenear:
|
|
|
|
description: Remove blocks near you.
|
|
|
|
usage: /<command> <block> [size]
|
|
|
|
replacenear:
|
|
|
|
description: Replace nearby blocks
|
|
|
|
usage: /<command> <size> <from-id> <to-id>
|
|
|
|
snow:
|
|
|
|
description: Simulates snow
|
|
|
|
usage: /<command> [radius]
|
|
|
|
thaw:
|
|
|
|
description: Thaws the area
|
|
|
|
usage: /<command> [radius]
|
|
|
|
ex:
|
|
|
|
description: Extinguish nearby fire
|
|
|
|
usage: /<command> [radius]
|
2011-01-29 21:46:22 +01:00
|
|
|
aliases: ['ext', 'extinguish']
|
2011-01-29 21:40:42 +01:00
|
|
|
butcher:
|
|
|
|
description: Kill all or nearby mobs
|
|
|
|
usage: /<command> [radius]
|
2011-02-19 05:31:49 +01:00
|
|
|
remove:
|
|
|
|
description: Remove all entities of a type
|
|
|
|
usage: /<command> <type> <radius>
|
|
|
|
aliases: ['rem', 'rement']
|
2011-01-29 21:40:42 +01:00
|
|
|
/fill:
|
|
|
|
description: Fill a hole
|
|
|
|
usage: /<command> <block> <radius> [depth]
|
|
|
|
/drain:
|
|
|
|
description: Drain a pool
|
|
|
|
usage: /<command> <radius>
|