This repository has been archived by the owner on Oct 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Usage: Schematic export
NotMyFault edited this page Feb 16, 2020
·
3 revisions
#Step 1: Choosing a directory.
The following is the line which corresponds to the schematic export directory. An absolute path is required for the save_path
node.
For example:
C:/xampp/htdocs/schematics/
or C:/wamp/www/schematics
or C:/minecraft/plugins/PlotSquared/schematics
schematics:
save_path: /var/www/schematics
#Step 2: Exporting a schematic
Use the command /plot schematic save
while standing in a plot to save the plot to a schematic. To export all plots use /plot schematic exportall
(from console)