From 120258057841a08413faa19b0fa4e71066a06bd7 Mon Sep 17 00:00:00 2001 From: Tangent Date: Wed, 6 May 2026 22:20:36 -0600 Subject: [PATCH] Update luanti-server/ReadMe.md --- luanti-server/ReadMe.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/luanti-server/ReadMe.md b/luanti-server/ReadMe.md index 406c1cb..5db9d0c 100644 --- a/luanti-server/ReadMe.md +++ b/luanti-server/ReadMe.md @@ -17,3 +17,11 @@ and `/revokeme creative` if you don't want creative mode. Worlds cannot start with a number or have spaces in their name, and can only be selected by path for some reason. + +## Schematics +Assuming WorldEdit is installed, you can move things between worlds using schematics: +1. Select corners of a volume by standing where you want them and running `//pos1` and `//pos2`. + The selection box will be at your feet. +2. Save schematics with `//mtschemcreate SCHEMATIC_NAME`. +3. Schematics are placed in a world's `schems` directory. Copy them and rename them as necessary. +4. Use `//pos1` to select a start point, and `//mtschemplace SCHEMATIC_NAME` to place it.