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