2011-05-27 04:17:51 +00:00
|
|
|
name: WorldEdit
|
|
|
|
main: com.sk89q.worldedit.bukkit.WorldEditPlugin
|
|
|
|
version: ${project.version}
|
|
|
|
commands:
|
|
|
|
chunkinfo:
|
|
|
|
description: Get information about the chunk that you are inside
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
listchunks:
|
|
|
|
description: List chunks that your selection includes
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
delchunks:
|
|
|
|
description: Delete chunks that your selection includes
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
/load:
|
|
|
|
description: Load a schematic into your clipboard
|
|
|
|
usage: /<command> <filename>
|
|
|
|
/save:
|
|
|
|
description: Save a schematic into your clipboard
|
|
|
|
usage: /<command> <filename>
|
|
|
|
/copy:
|
|
|
|
description: Copy the selection to the clipboard
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
/flip:
|
2011-09-17 22:57:34 +00:00
|
|
|
description: Flip the contents of the clipboard.
|
|
|
|
usage: /<command> [-p] [dir]
|
2011-05-27 04:17:51 +00:00
|
|
|
/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
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command> [-ao]
|
2011-05-27 04:17:51 +00:00
|
|
|
clearclipboard:
|
|
|
|
description: Clear your clipboard
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
/limit:
|
|
|
|
description: Modify block change limit
|
|
|
|
usage: /<command> <limit>
|
2011-08-07 00:40:48 +00:00
|
|
|
/gmask:
|
|
|
|
description: Set the global mask
|
|
|
|
usage: /<command> [mask]
|
|
|
|
aliases: ['gmask']
|
2011-05-27 04:17:51 +00:00
|
|
|
we:
|
|
|
|
description: WorldEdit commands
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
aliases: ['worldedit']
|
2011-08-07 00:40:48 +00:00
|
|
|
/fast:
|
|
|
|
description: Toggle fast mode
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
|
|
|
/toggleplace:
|
2011-09-18 05:29:12 +00:00
|
|
|
description: Switch between your position and pos1 for placement
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
|
|
|
aliases: ['toggleplace']
|
|
|
|
/searchitem:
|
2011-05-27 04:17:51 +00:00
|
|
|
description: Search for an item
|
|
|
|
usage: /<command> [-bi] <query>
|
2011-09-17 22:57:34 +00:00
|
|
|
aliases: ['/l', '/search', 'searchitem', 'search']
|
2011-05-27 04:17:51 +00:00
|
|
|
/hcyl:
|
|
|
|
description: Generate a hollow cylinder
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command> <block> <radius> [height]
|
2011-05-27 04:17:51 +00:00
|
|
|
/cyl:
|
|
|
|
description: Generate a cylinder
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command> <block> <radius> [height]
|
2011-05-27 04:17:51 +00:00
|
|
|
/hsphere:
|
2011-09-17 22:57:34 +00:00
|
|
|
description: Generate a hollow sphere.
|
|
|
|
usage: /<command> [-q] <block> <radius>[,<radius>,<radius>] [raised?]
|
2011-05-27 04:17:51 +00:00
|
|
|
/sphere:
|
2011-09-17 22:57:34 +00:00
|
|
|
description: Generate a filled sphere.
|
|
|
|
usage: /<command> [-q] <block> <radius>[,<radius>,<radius>] [raised?]
|
2011-05-27 04:17:51 +00:00
|
|
|
forestgen:
|
|
|
|
description: Generate a forest
|
|
|
|
usage: /<command> [size] [type] [density]
|
|
|
|
pumpkins:
|
|
|
|
description: Generate pumpkin patches
|
|
|
|
usage: /<command> [size]
|
2011-08-07 00:40:48 +00:00
|
|
|
/pyramid:
|
|
|
|
description: Generate a filled pyramid
|
2011-08-17 07:33:46 +00:00
|
|
|
usage: /<command> <block> <range>
|
|
|
|
/hpyramid:
|
|
|
|
description: Generate a hollow pyramid
|
|
|
|
usage: /<command> <block> <range>
|
2011-05-27 04:17:51 +00:00
|
|
|
/undo:
|
|
|
|
description: Undoes the last action
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command> [times] [player]
|
2011-05-27 04:17:51 +00:00
|
|
|
aliases: ['undo']
|
|
|
|
/redo:
|
|
|
|
description: Redoes the last action (from history)
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command> [times] [player]
|
2011-05-27 04:17:51 +00:00
|
|
|
aliases: ['redo']
|
2011-09-17 22:57:34 +00:00
|
|
|
/clearhistory:
|
2011-05-27 04:17:51 +00:00
|
|
|
description: Clear your history
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
|
|
|
aliases: ['clearhistory']
|
2011-05-27 04:17:51 +00:00
|
|
|
unstuck:
|
|
|
|
description: Escape from being stuck inside a block
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
|
|
|
aliases: ['!']
|
2011-05-27 04:17:51 +00:00
|
|
|
ascend:
|
|
|
|
description: Go up a floor
|
2011-08-07 00:40:48 +00:00
|
|
|
usage: /<command> [# of levels]
|
2011-05-27 04:17:51 +00:00
|
|
|
descend:
|
|
|
|
description: Go down a floor
|
2011-08-07 00:40:48 +00:00
|
|
|
usage: /<command> [# of floors]
|
2011-05-27 04:17:51 +00:00
|
|
|
ceil:
|
|
|
|
description: Go to the celing
|
|
|
|
usage: /<command> [clearance]
|
|
|
|
thru:
|
|
|
|
description: Passthrough walls
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
jumpto:
|
|
|
|
description: Teleport to a location
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
up:
|
|
|
|
description: Go upwards some distance
|
|
|
|
usage: /<command> <block>
|
|
|
|
/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> [-sa] [count] [direction]
|
|
|
|
/set:
|
|
|
|
description: Set all the blocks inside the selection to a block
|
|
|
|
usage: /<command> <block>
|
|
|
|
/overlay:
|
|
|
|
description: Set a block on top of blocks in the region
|
|
|
|
usage: /<command> <block>
|
2011-08-07 00:40:48 +00:00
|
|
|
/naturalize:
|
|
|
|
description: 3 layers of dirt on top then rock below
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
/walls:
|
|
|
|
description: Build the four sides of the selection
|
|
|
|
usage: /<command> <block>
|
|
|
|
/faces:
|
2011-08-17 07:33:46 +00:00
|
|
|
description: Build the walls, ceiling, and floor of a selection
|
2011-05-27 04:17:51 +00:00
|
|
|
usage: /<command> <block>
|
|
|
|
aliases: ['/outline']
|
|
|
|
/smooth:
|
|
|
|
description: Smooth the elevation in the selection
|
2011-08-17 07:33:46 +00:00
|
|
|
usage: /<command> [-n] [iterations]
|
2011-05-27 04:17:51 +00:00
|
|
|
/move:
|
|
|
|
description: Move the contents of the selection
|
|
|
|
usage: /<command> [-s] [count] [direction] [leave-id]
|
|
|
|
/regen:
|
|
|
|
description: Regenerates the contents of the selection
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
cs:
|
|
|
|
description: Execute a CraftScript
|
|
|
|
usage: /<command> <filename> [args...]
|
|
|
|
.s:
|
|
|
|
description: Execute last CraftScript
|
|
|
|
usage: /<command> [args...]
|
|
|
|
/count:
|
|
|
|
description: Counts the number of a certain type of block
|
|
|
|
usage: /<command> <block>
|
|
|
|
/size:
|
|
|
|
description: Get information about the selection
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
/shift:
|
|
|
|
description: Shift the selection area
|
|
|
|
usage: /<command> <amount> [direction]
|
2011-09-17 22:57:34 +00:00
|
|
|
/chunk:
|
2011-09-18 05:29:12 +00:00
|
|
|
description: Set the selection to your current chunk.
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command> [-s]
|
2011-05-27 04:17:51 +00:00
|
|
|
/expand:
|
|
|
|
description: Expand the selection area
|
|
|
|
usage: /<command> <amount> [reverse-amount] <direction>
|
|
|
|
/contract:
|
|
|
|
description: Contract the selection area
|
|
|
|
usage: /<command> <amount> [reverse-amount] [direction]
|
|
|
|
/pos1:
|
|
|
|
description: Set position 1
|
2011-08-17 07:33:46 +00:00
|
|
|
usage: /<command> [coordinates]
|
2011-05-27 04:17:51 +00:00
|
|
|
/pos2:
|
|
|
|
description: Set position 2
|
2011-08-17 07:33:46 +00:00
|
|
|
usage: /<command> [coordinates]
|
2011-05-27 04:17:51 +00:00
|
|
|
/hpos1:
|
|
|
|
description: Set position 1 to targeted block
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
/hpos2:
|
|
|
|
description: Set position 2 to targeted block
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
/wand:
|
|
|
|
description: Get the wand object
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
toggleeditwand:
|
|
|
|
description: Toggle functionality of the edit wand
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
/outset:
|
|
|
|
description: Outset the selection area
|
|
|
|
usage: /<command> [-hv] <amount>
|
|
|
|
/inset:
|
|
|
|
description: Inset the selection area
|
|
|
|
usage: /<command> [-hv] <amount>
|
|
|
|
/distr:
|
|
|
|
description: Get the distribution of blocks in the selection
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command> [-c]
|
|
|
|
/sel:
|
|
|
|
description: Choose a region selector
|
|
|
|
usage: /<command> [type]
|
|
|
|
aliases: [';']
|
2011-05-27 04:17:51 +00:00
|
|
|
snapshot:
|
|
|
|
description: Snapshot commands
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
aliases: ['snap']
|
|
|
|
restore:
|
|
|
|
description: Restore the selection from a snapshot
|
|
|
|
usage: /<command> [snapshot]
|
|
|
|
aliases: ['/restore']
|
|
|
|
size:
|
|
|
|
description: Set the brush size
|
|
|
|
usage: /<command> [pattern]
|
|
|
|
mask:
|
|
|
|
description: Set the brush mask
|
|
|
|
usage: /<command> [mask]
|
|
|
|
/:
|
|
|
|
description: Toggle the super pickaxe pickaxe function
|
2011-08-17 07:33:46 +00:00
|
|
|
usage: /<command> [on|off]
|
2011-05-27 04:17:51 +00:00
|
|
|
aliases: [',']
|
|
|
|
superpickaxe:
|
|
|
|
description: Select super pickaxe mode
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
aliases: ['pickaxe', 'sp']
|
|
|
|
tool:
|
|
|
|
description: Select a tool to bind
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
mat:
|
|
|
|
description: Set the brush material
|
|
|
|
usage: /<command> [pattern]
|
|
|
|
aliases: ['material', 'fill']
|
2011-09-17 22:57:34 +00:00
|
|
|
range:
|
|
|
|
description: Set the brush range
|
|
|
|
usage: /<command> [pattern]
|
2011-05-27 04:17:51 +00:00
|
|
|
info:
|
|
|
|
description: Block information tool
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
none:
|
|
|
|
description: Turn off all superpickaxe alternate modes
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
tree:
|
|
|
|
description: Tree generator tool
|
|
|
|
usage: /<command> [type]
|
|
|
|
repl:
|
|
|
|
description: Block replacer tool
|
|
|
|
usage: /<command> <block>
|
|
|
|
cycler:
|
|
|
|
description: Block data cycler tool
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-08-07 00:40:48 +00:00
|
|
|
floodfill:
|
|
|
|
description: Flood fill tool
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command> <pattern> <range>
|
2011-08-07 00:40:48 +00:00
|
|
|
aliases: ['flood']
|
2011-05-27 04:17:51 +00:00
|
|
|
brush:
|
|
|
|
description: Brush tool
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
aliases: ['br']
|
|
|
|
deltree:
|
|
|
|
description: Floating tree remover tool
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-08-17 07:33:46 +00:00
|
|
|
farwand:
|
|
|
|
description: Wand at a distance tool
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command>
|
2011-05-27 04:17:51 +00:00
|
|
|
remove:
|
|
|
|
description: Remove all entities of a type
|
|
|
|
usage: /<command> <type> <radius>
|
|
|
|
aliases: ['rem', 'rement']
|
|
|
|
/fill:
|
|
|
|
description: Fill a hole
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command> <block> <radius> [depth]
|
2011-05-27 04:17:51 +00:00
|
|
|
/fillr:
|
|
|
|
description: Fill a hole recursively
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command> <block> <radius> [depth]
|
2011-05-27 04:17:51 +00:00
|
|
|
/drain:
|
|
|
|
description: Drain a pool
|
|
|
|
usage: /<command> <radius>
|
2011-09-17 22:57:34 +00:00
|
|
|
/fixlava:
|
2011-05-27 04:17:51 +00:00
|
|
|
description: Fix lava to be stationary
|
|
|
|
usage: /<command> <radius>
|
2011-09-17 22:57:34 +00:00
|
|
|
aliases: ['fixlava']
|
|
|
|
/fixwater:
|
2011-05-27 04:17:51 +00:00
|
|
|
description: Fix water to be stationary
|
|
|
|
usage: /<command> <radius>
|
2011-09-17 22:57:34 +00:00
|
|
|
aliases: ['fixwater']
|
|
|
|
/removeabove:
|
|
|
|
description: Remove blocks above your head.
|
|
|
|
usage: /<command> [size] [height]
|
|
|
|
aliases: ['removeabove']
|
|
|
|
/removebelow:
|
2011-09-18 05:29:12 +00:00
|
|
|
description: Remove blocks below you.
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command> [size] [height]
|
|
|
|
aliases: ['removebelow']
|
|
|
|
/removenear:
|
2011-05-27 04:17:51 +00:00
|
|
|
description: Remove blocks near you.
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command> <block> [size]
|
|
|
|
aliases: ['removenear']
|
|
|
|
/replacenear:
|
2011-05-27 04:17:51 +00:00
|
|
|
description: Replace nearby blocks
|
2011-09-17 22:57:34 +00:00
|
|
|
usage: /<command> <size> <from-id> <to-id>
|
|
|
|
aliases: ['replacenear']
|
|
|
|
/snow:
|
2011-05-27 04:17:51 +00:00
|
|
|
description: Simulates snow
|
|
|
|
usage: /<command> [radius]
|
2011-09-17 22:57:34 +00:00
|
|
|
aliases: ['snow']
|
|
|
|
/thaw:
|
2011-05-27 04:17:51 +00:00
|
|
|
description: Thaws the area
|
|
|
|
usage: /<command> [radius]
|
2011-09-17 22:57:34 +00:00
|
|
|
aliases: ['thaw']
|
|
|
|
/green:
|
2011-08-17 07:33:46 +00:00
|
|
|
description: Greens the area
|
|
|
|
usage: /<command> [radius]
|
2011-09-17 22:57:34 +00:00
|
|
|
aliases: ['green']
|
|
|
|
/ex:
|
2011-05-27 04:17:51 +00:00
|
|
|
description: Extinguish nearby fire
|
|
|
|
usage: /<command> [radius]
|
2011-09-17 22:57:34 +00:00
|
|
|
aliases: ['/ext', '/extinguish', 'ex', 'ext', 'extinguish']
|
2011-05-27 04:17:51 +00:00
|
|
|
butcher:
|
|
|
|
description: Kill all or nearby mobs
|
|
|
|
usage: /<command> [-p] [radius]
|
2011-09-18 05:29:12 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Permissions aren't here. Read http://wiki.sk89q.com/wiki/WEPIF/DinnerPerms
|
|
|
|
# for how WorldEdit permissions actually work.
|