Plot Schematic on Claim
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 Plotworld Road Schematic.
Setup
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.
and in settings.yml
, add/update the following:
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.
Last updated