PlotSquared
  • README
  • Getting Started
    • Why should you switch to PlotSquared?
    • Installation
  • Features
    • Block Buckets
    • ChestShop Compatibility
    • Commands
    • Plot backups
    • Plot flags
    • Plot membership tiers
    • UUID conversion
    • Vanilla tags
    • WorldEdit & FastAsyncWorldEdit features
  • API
    • API documentation
    • Event API
    • Flag API
  • Configuration
    • General Settings
    • Storage Configuration
    • World Configuration
  • Customization
    • Placeholders
    • Plot component presets
    • Plot components
    • Single plot area
  • Optimization
    • Chunk Processor
    • Plot Analysis
    • World Reduction
  • Permissions
    • Bypass Permissions
    • Permission Packs
  • Schematics
    • Plotworld Road Schematics
    • Schematic export
    • Plot Schematic on Generation
    • Plot Schematic on Claim
Powered by GitBook
On this page
  • Step 1: Choosing a directory
  • Step 2: Exporting a schematic
Edit on GitHub
  1. Schematics

Schematic export

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).

PreviousPlotworld Road SchematicsNextPlot Schematic on Generation

Last updated 1 year ago