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. Customization

Single plot area

This is a new feature added in PlotSquared v5.12.0, that allows you to create plots one by one inside of ordinary (not a plot world) worlds. The process is quite simple:

Setup

  1. Create a square/cuboid selection using WorldEdit's wand (//wand). The lowest Y value in the selection will be the plot height, and determines where you teleport by default, where the floor is generated when using /plot set, etc.

  2. Use /plot area single <name>, where <name> is a unique identifier. This will be used when teleporting to the area, etc.

  3. The area is now created.

When creating the area, PlotSquared saves a schematic which will be used when regenerating the area when using /plot clear, /plot delete and other regenerative commands. Thus, the plot can be cleared to restore it to its original state.

The plot area settings can be modified just like normal area settings.

PreviousPlot componentsNextChunk Processor

Last updated 1 year ago