Solved My structure spawning skript won't work

  • 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.
Oct 28, 2019
24
0
1
Code:
on place of light gray concrete powder:
  make console execute command "/summon endermite %event-location%"
  make console execute command "/execute @e[type=endermite] ~ ~ ~ setblock ~ ~ ~ structure_block 0 replace {mode:"LOAD",posX:0,posY:0,posZ:0,sizeX:3 ,sizeY:5 sizeZ:3 name:"stonegen",powered:0b}"
  make console execute command "/execute @e[type=endermite] ~ ~ ~ setblock ~ ~1 ~ redstone_block"
  make console execute command "/kill @e[type=endermite]"
 

Attachments

  • 2019-12-05_01.45.18.png
    2019-12-05_01.45.18.png
    707.5 KB · Views: 184
Status
Not open for further replies.