PlotSquared
  • README
  • Getting Started
    • Why should you switch to PlotSquared?
    • Installation
  • Features
    • Block Buckets
    • ChestShop Compatibility
    • Commands
    • Plot backups
    • Plot flags
    • Plot membership tiers
    • UUID conversion
    • Vanilla tags
    • WorldEdit & FastAsyncWorldEdit features
  • API
    • API documentation
    • Event API
    • Flag API
  • Configuration
    • General Settings
    • Storage Configuration
    • World Configuration
  • Customization
    • Placeholders
    • Plot component presets
    • Plot components
    • Single plot area
  • Optimization
    • Chunk Processor
    • Plot Analysis
    • World Reduction
  • Permissions
    • Bypass Permissions
    • Permission Packs
  • Schematics
    • Plotworld Road Schematics
    • Schematic export
    • Plot Schematic on Generation
    • Plot Schematic on Claim
Powered by GitBook
On this page
Edit on GitHub
  1. Features

WorldEdit & FastAsyncWorldEdit features

PreviousVanilla tagsNextAPI documentation

Last updated 1 year ago

If you want to make other aspects of WorldEdit async as well, you could consider installing . All permissions to allow FAWE in plots, you can find .

PlotSquared offers several options related to WorldEdit. By default, it will do the following if you don't have the bypass permission:

  • Restrict WorldEdit to plots

  • Block access to potentially harmful WorldEdit commands

  • Limits the max iterations with several brushes so people can't crash the server

  • Limits the max volume to 50 million

The bypass permission is plots.worldedit.bypass, the use /plot toggle worldedit.

To further extend this, PlotSquared comes with a WE processor you can enable:

  • Limits max block states and entities with editing (enable chunk-processor)

  • Faster and async WorldEdit changes (enable experimental-fast-async-worldedit) (bypass this with /plot toggle worldedit)

FasAsyncWorldEdit
here