Solved How can I paste schematics in 1.13+ using skript?

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

TheCubPlays

Member
Jun 22, 2021
42
3
8
23
Hello, lately I've been trying to find a way to paste schematics using skript and I found this addon "SkSchematic" but the problem with it is that it doesn't support versions 1.13+ and my server is in 1.16.5, so I was wondering if there is a way to paste a schematic using skript in versions above 1.13?
[doublepost=1631641843,1630579299][/doublepost]Nevermind, I figured that out well not a way to paste a schematic but a way to save a structure and load it at another location which is good enough.
 
Hi, how have you done it?
Because I have the same problem right now :emoji_slight_smile:
You can do that using these 2 expressions:

Code:
        save structure between {_loc} and {_loc2} as "structure"
        load "structure" at player's location

Pretty much it saves a structure between 2 locations and then it loads it wherever you want.
 
  • Like
Reactions: Quik2007
You can do that using these 2 expressions:

Code:
        save structure between {_loc} and {_loc2} as "structure"
        load "structure" at player's location

Pretty much it saves a structure between 2 locations and then it loads it wherever you want.
Ok thank you!!!
I hope this will work for me, I’m searching the whole day for a WorldEdit Addon for 1.17…
 
Status
Not open for further replies.