Skip to content
Jesse Boyd edited this page Apr 11, 2017 · 65 revisions

These are just the commands FAWE adds (or improves functionality of). For the commands already in WorldEdit, see here:

Anvil commands

Anvil commands are used to manipulate entire worlds, or billions of blocks very quickly. It works by directly modifying the world region files.


!! These commands operate on entire worlds !!

  • The world should not be in use when performing these (unload the world)
  • It is recommended to run these from console

//anvil countall <world> <blocks>

Perm: worldedit.anvil.countall
Desc: Count all the blocks in a world

//anvil replaceAll <world> [from-blocks] <to-blocks>

Perm: worldedit.anvil.replaceall
Desc: Replace all blocks in a world

//anvil replaceAllPattern <world> [from-blocks] <to-pattern>

Perm: worldedit.anvil.replaceall
Desc: Replace All blocks in a world that match [from] with a specified pattern

//anvil deleteallold <world> <age-ticks> [file-age=60000]

Perm: worldedit.anvil.deleteallold
Desc: Delete all chunks which haven't been occupied for age-ticks and have been accessed since file-age (ms) after creation

(PlotSquared) /plot trimchunks <world> <trim-unowned>

Perm: Console
Desc: It will output a duplicate world with all the trimmed chunks removed
Example: /plot trimchunks plotworld true
Note: You need spare disk space to use this


!! These commands operate within existing worlds !!

  • The server will be frozen while they perform
  • Increase spigot's timeout-time if you need to do anything large
  • These commands can operate at larger scales than normal WorldEdit commands.

//anvil replace [from] <to>

Perm: anvil.replace
Desc: Replace blocks in your selection using Anvil

//anvil copy

Perm: anvil.copy
Desc: Copy a region to your anvil clipboard

//anvil paste

Perm: anvil.paste
Desc: Paste your anvil clipboard

(PlotSquared) /plot replaceall <from-blocks> <to-blocks>

Perm: plots.replaceall
Desc: Replace all blocks in the plot world Note: Requires enabled-components.worlds in the PlotSquared settings.yml

(PlotSquared) /plot createfromimage <url>

Perm: plots.createfromimage
Desc: Starts world creation from a heightmap image. Example: /2 cfi <setbiome|setoverlay|setmain|setfloor|setcolumn|addcaves|addore[s]|addschems|done|cancel>
Example: https://www.youtube.com/watch?v=cJZk1GTig7A
Note: Requires enabled-components.worlds in the PlotSquared settings.yml

General commands

//fast

Perm: worldedit.fast
Desc: Toggles WorldEdit undo

//wea

Perm: fawe.admin Always Bypass Perm: fawe.bypass

//wer

Perm: fawe.worldeditregion Desc: Select your current worldedit region

//fawe [reload|version|threads|debugpaste]:

Perm: fawe.reload

//cancel

Perm: fawe.cancel Desc: Cancel your current edit

Region commands

//fixlighting

Perm: worldedit.light.fix
Desc: Fix light in a selection, or radius 8 chunks if no selection exists

//removelighting

Perm: worldedit.light.remove
Desc: Remove light in a selection

//setblocklight <value>

Perm: worldedit.light.set
Desc: Set the block light in a selection

//setskylight <value>

Perm: worldedit.light.set
Desc: Set the sky light in a selection

Navigation commands

//jumpto [world,x,y,z]

Perm: worldedit.navigation.jumpto.command
Desc: Jumpt to a position

History commands

//frb <user> <radius> <time>

Perm: worldedit.history.rollback
Desc: Rollback a specific edit. The time uses s, m, h, d, y.
Usage: //frb Empire92 20 5s

//frb #import 0 0

Perm: worldedit.history.import
Desc: Import old history files to the database

Clipboard commands

//lazycopy

Perm: worldedit.clipboard.lazycopy
Desc: Use the selected area as your clipboard

//place

Perm: worldedit.clipboard.place
Desc: Pastes without tranforming the clipboard

//download

Perm: worldedit.clipboard.download
Desc: Downloads your clipboard through the configured web interface

Selection commands

//sel fuzzy[:<mask]

Desc: Left click to select all connected blocks, right click to add all connected blocks to the existing selection. To select an air cavity, use //pos1. Selections are limited to 2048x256x2048 and 16777216 blocks.
Usage: //sel fuzzy

Brushes/Tools

FAWE adds a lot of brushes and changes the mechanics of them:

Masks

Masks are used for brushes and other commands:

Patterns

Patterns are used with brushes and other commands:

Transforms

Transforms are used with brushes and other commands:

This Wiki is for Legacy Versions (1.8 - 1.12.2). Check here for 1.13+ versions: https://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/

Clone this wiki locally