Build schematic command

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

retronix

Supporter +
Aug 18, 2018
19
0
1
39
Im trying to figure out how you can spawn a schematic

Possibly like when they do /builder house (House is the schematic name)
It spawns and it displays where the player is looking.
when the player left clicks it builds the schematic.
[doublepost=1534829391,1534827726][/doublepost]Im mainly looking how to spawn the schematic and how to display the shape of the schematic
 
Im trying to figure out how you can spawn a schematic

Possibly like when they do /builder house (House is the schematic name)
It spawns and it displays where the player is looking.
when the player left clicks it builds the schematic.
[doublepost=1534829391,1534827726][/doublepost]Im mainly looking how to spawn the schematic and how to display the shape of the schematic

Maybe :
code_language.skript:
paste schematic "Name" at location at x, y, z in world "world"
 
Status
Not open for further replies.