mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 11:45:19 +01:00
Page:
WorldEdit processing
Pages
API Documentation
API Flag
Backups
BlockBucket
Bypass Permissions
Changelog
ChestShop Compatibility
Chunk processor
Commands and Permissions
Commands
Events
FAWE
Fix plot borders
Getting an instance of PlotSquared
Home
Installation
Merging all plots
Migrating from an older major release
Permission Packs
Placeholders
Plot Component Presets
Plot Components
Plot Membership Tiers
Plot analysis
Plot flags
Plot web interface
PlotSquared web API
PlotSquared.use_THIS.yml
Printing the furthest plot
Resetting plot biomes
Schematic Generation
Schematic on Claim
Scripting
Set a plotworld as default world
Setting all signs
Single Plot Area
UUID conversion
Updating from 1.12 to 1.13
Usage
Usage: Schematic export
Vanilla Tags
Why should you switch to PlotSquared?
World reduction
WorldEdit processing
commands.yml
settings.yml
style.yml
worlds.yml
7
WorldEdit processing
NotMyFault edited this page 2021-04-27 18:35:14 +02:00
Table of Contents
Overview
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
or /plot wea
To further extend this, PlotSquared comes with a WE processor you can enable:
- Limits max blockstates and entities with editing (enable chunk-processor)
- Faster and async WorldEdit changes (enable experimental-fast-async-worldedit) (bypass this with
/plot wea
)
Other notes:
If you want to make other aspects of WorldEdit async as well, you could consider installing FAWE
Home
Installation
API documentation
Further installation
- Road schematics
- settings.yml
- commands.yml
- worlds.yml
- style.yml
- UUID conversion
- Set a plot world as default world
- ChestShop Compatibility