Plex-FAWE/src/main/resources/plugin.yml

408 lines
14 KiB
YAML
Raw Normal View History

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