Solved SkStuff Paste schematic no working?

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

Davi3684

Member
Dec 29, 2017
15
0
0
21
Minecraft Version:1.8



Full Code:

I'm trying to paste a ship which i have saved as a schematic using worldedit, but it doesn't paste? I'm thinking that it maybe could be an incompatibility between two addons. But i can't seem to find anything online...

code_language.skript:
command /spawnship:
    permission: "test"
    trigger:
        set {_session} to new edit session in player's world with limit -1
        paste schematic "plugins/WorldEdit/schematics/Ship1" below player using editsession {_session}

Errors on Reload:

code_language.skript:
'paste schematic "plugins/WorldEdit/schematics/Ship1" below player using editsession {_session}' is not a boolean

Other Useful Info:

Addons using:[
SkQuery
SkStuff
Skellett
SkRayFall
Umbaska
/B]


Troubleshooting:

Have you tried searching the docs? Yes
Have you tried searching the forums? Yes

[doublepost=1532680978,1532678499][/doublepost]Got it to work

Dont use below player
just use at player it does the same =)
 
Status
Not open for further replies.