Jump to content

Pasting a schematic using Skematic and fawe not working


RedSindox

Recommended Posts

I have a function that should paste a schematic at a specific location, but it doesn't do anything. From what I understand I am using the correct syntax.

 

function parkourPaste():
    broadcast "test"
    paste schematic "parkour.schem" at location 0, 10, 0 in world "world"

This gives the following error in the console: [Skript] Schematic parkour.schem doesn't exist! But when I check the schematics folder in the fawe directory it does exist.

Any help would be appreciated.

Link to comment
Share on other sites

11 hours ago, RedSindox said:

I have a function that should paste a schematic at a specific location, but it doesn't do anything. From what I understand I am using the correct syntax.

 


function parkourPaste():
    broadcast "test"
    paste schematic "parkour.schem" at location 0, 10, 0 in world "world"

This gives the following error in the console: [Skript] Schematic parkour.schem doesn't exist! But when I check the schematics folder in the fawe directory it does exist.

Any help would be appreciated.

What I think is, you need to have the schematic file in your /plugins/Worldedit/schematics folder, and not the one in FAWE.

Hello there! If you're reading this, hope you're having a wonderful day!

 

Feel free to contact me via Discord (CoolProgrammer#1920) for any help.

My DMs are always open for help.

You can also message via. forum messages for help.

1604908226_ScreenShot2021-01-28at10_32_28AM.png.2646ad6be239a9d0756a99e8e15602ab.png

Also, don't hesitate to leave a like on my post if I helped you in any way.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...