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
  • Introduction
  • Setup
Edit on GitHub
  1. Schematics

Plot Schematic on Claim

PreviousPlot Schematic on Generation

Last updated 1 year ago

Introduction

With PlotSquared you can generate a predefined plot-schematic when a player gets a new plot (/plot claim, /plot auto, ...).

The plot-schematics only affect the plot itself. For instructions on how to set up road-schematics for the plotworld, see the article .

Setup

To have a schematic pasted on a plot when the plot is claimed you need to:

  1. Build in a plot. If you want an external schematic, then use WorldEdit to paste it in the plot ().

  2. Use /plot schematic save to save the schematic. You can find a list of saved schematics by using /plot schematic list

Now you have a working schematic file. To have it paste on claim you'll need to configure your worlds.yml, here is a simple snippet explaining how to do that.

# The following is a slice from the plotworld settings, change this for each plotworld
schematic:
    # File name (without .schem)
        file:
           - "<schematic name>"
        # If you want it on claim
        on_claim: true

and in settings.yml, add/update the following:

# Schematic Settings
schematics:
  # Whether schematic based generation should paste schematic on top of plots, or from Y=1
  paste-on-top: false

You can use the same schematic for more than one plotworld.

If you activated the specify_on_claim option in the worlds.yml the user can define a plot-schematic with the claim-command.

Plotworld Road Schematic
Tutorial