From 9d329fcb157cba230601c2a76c21305ee3aa4c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Mon, 21 Jan 2019 09:59:17 +0100 Subject: [PATCH] Updated Usage: Schematic on claim (markdown) --- Usage:-Schematic-on-claim.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Usage:-Schematic-on-claim.md b/Usage:-Schematic-on-claim.md index c7da035..cb4729c 100644 --- a/Usage:-Schematic-on-claim.md +++ b/Usage:-Schematic-on-claim.md @@ -29,7 +29,7 @@ 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 ([Tutorial](http://wiki.sk89q.com/wiki/WorldEdit/Clipboard)) 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. +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. ```YAML # The following is a slice from the plotworld settings, change this for each plotworld schematic: @@ -38,4 +38,12 @@ schematic: # If you want it on claim on_claim: true` ``` +and in `settings.yml`, add/update the following: +```yaml +# 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. \ No newline at end of file