Skip to content

Latest commit

 

History

History
97 lines (78 loc) · 11.1 KB

README.md

File metadata and controls

97 lines (78 loc) · 11.1 KB

Placement

Overview

ezEdits provides multiple ways to quickly and precisely place clipboards, schematics, and expression-based shapes, which we refer to as 'structures'.

The relevant commands and brushes (introduced in version 0.12.0) are:

Command / BrushAbbreviationDescriptionSyntaxParameters
//ezplace//ezplPlaces a single structure at the player's position.//ezplace <structure> [<primary>][<secondary>]Accepts placement-parameters.md.
//ezbrush place//ezbr plBrush that places a single structure at each brush click's target.//ezbrush place <structure> [<primary>] [<secondary>]Accepts placement-parameters.md.
//ezscatter//ezscPlaces multiple structures within a selected region.//ezscatter<structure> [<primary>] [<secondary>]Accepts placement-parameters.md and scatter-parameters.md.
//ezbrush scatter//ezbr scBrush that places multiple structures in the area of each brush click's target.//ezbrush scatter<structure> [<primary>] [<secondary>]Accepts placement-parameters.md and scatter-parameters.md.
//ezarray//ezarPlaces multiple structures sequentially along a path.//ezarray<structure> [<primary>][<secondary>]Accepts placement-parameters.md and array-parameters.md.
//ezbrush array//ezbr arBrush that places multiple structures along a brush stroke.//ezbrush array<structure> [<primary>] [<secondary>]Accepts placement-parameters.md and array-parameters.md.

All six commands are based on the same underlying placement method. As a result, all six commands share the same syntax and parameters.

{% hint style="info" %} For completeness, one can also embed a structure or an array of structures into a shaped spline with the ezspline subcommand //ezspline structure (//ezsp structure). However, the structures are not "placed" as much as they are embedded into the spline path, meaning that the alignment settings and the placement parameters do not apply to that command. Which is why it is documented on the splines page instead. {% endhint %}


Subpage structure

This Placement wiki has multiple subpages. Below you find an overview of the subpages.

{% hint style="info" %} We suggest reading the Primary+Secondary Alignment page more carefully, as it covers one of the fundamental concepts of the tools. The remaining chapters can be treated as reference materials, useful for specific tasks or to delve deeper into the tool's capabilities. {% endhint %}

Here are the same flags again, but in alphabetical order:

{% hint style="warning" %} Note for server admins: The three placement brushes spawn BlockDisplay entities (only visible to the player using their brush) to help visualise the Alignment of the brushes. You may disable the visualisation entities entirely or change how often they are updated in the config.yml under visualisations.

Additionally, the command //ezdebug removeVisualiserEntities will remove any entities spawned by ezEdits from your world in case they got bugged somehow and were not despawned correctly, which should never happen, but there you go. {% endhint %}