mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 11:45:19 +01:00
Page:
Schematic on Claim
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
Schematic on Claim
NotMyFault edited this page 2021-05-07 15:37:50 +02:00
Table of Contents
Schematic on Claim
To have a schematic pasted on a plot when the plot is claimed you need to:
- Build in a plot. If you want an external schematic, then use WorldEdit to paste it in the plot (Tutorial)
- 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.
Note: If you activated the "specify_on_claim" option in the world.yml the user can define a plot-schematic with the claim-command.
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