-
Notifications
You must be signed in to change notification settings - Fork 230
Commands
These are just the commands FAWE adds (or improves functionality of). For the commands already in WorldEdit, see here:
Anvil commands are used to manipulate entire worlds, or billions of blocks very quickly. It works by directly modifying the world region files.
- The world should not be in use when performing these (unload the world)
- It is recommended to run these from console
Perm: worldedit.anvil.countall
Desc: Count all the blocks in a world
Perm: worldedit.anvil.replaceall
Desc: Replace all blocks in a world
Perm: worldedit.anvil.replaceall
Desc: Replace All blocks in a world that match [from]
with a specified pattern
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
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
- 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.
Perm: anvil.replace
Desc: Replace blocks in your selection using Anvil
Perm: anvil.copy
Desc: Copy a region to your anvil clipboard
Perm: anvil.paste
Desc: Paste your anvil clipboard
Perm: plots.replaceall
Desc: Replace all blocks in the plot world
Note: Requires enabled-components.worlds
in the PlotSquared settings.yml
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
Perm: worldedit.fast
Desc: Toggles WorldEdit undo
Perm: fawe.admin
Always Bypass Perm: fawe.bypass
Perm: fawe.worldeditregion
Desc: Select your current worldedit region
Perm: fawe.reload
Perm: fawe.cancel
Desc: Cancel your current edit
Perm: worldedit.light.fix
Desc: Fix light in a selection, or radius 8 chunks if no selection exists
Perm: worldedit.light.remove
Desc: Remove light in a selection
Perm: worldedit.light.set
Desc: Set the block light in a selection
Perm: worldedit.light.set
Desc: Set the sky light in a selection
Perm: worldedit.navigation.jumpto.command
Desc: Jumpt to a position
Perm: worldedit.history.rollback
Desc: Rollback a specific edit. The time uses s
, m
, h
, d
, y
.
Usage: //frb Empire92 20 5s
Perm: worldedit.history.import
Desc: Import old history files to the database
Perm: worldedit.clipboard.lazycopy
Desc: Use the selected area as your clipboard
Perm: worldedit.clipboard.place
Desc: Pastes without tranforming the clipboard
Perm: worldedit.clipboard.download
Desc: Downloads your clipboard through the configured web interface
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
FAWE adds a lot of brushes and changes the mechanics of them:
Masks are used for brushes and other commands:
- FAWE adds a lot of mask functionality https://github.com/boy0001/FastAsyncWorldedit/wiki/WorldEdit---FAWE-mask-list
Patterns are used with brushes and other commands:
- FAWE adds a lot of pattern functionality https://github.com/boy0001/FastAsyncWorldedit/wiki/WorldEdit-and-FAWE-patterns
Transforms are used with brushes and other commands:
- FAWE adds the transform command https://github.com/boy0001/FastAsyncWorldedit/wiki/Transforms
This wiki is outdated, move to https://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/
This Wiki is for Legacy Versions (1.8 - 1.12.2). Check here for 1.13+ versions: https://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/