Set metadata to a block at X location

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

Xetar_03

Member
Apr 25, 2020
3
0
0
20
Hello, I tried to set a moved block a metadata
Code:
on piston extend:
  loop moved blocks:
    set {_loc} to loop-value's location
    broadcast "[old location of %loop-value%] %{_loc}%"
    set {_loc} to {_loc} ~ normalize vector from event-block to loop-value
    broadcast "[new location of %loop-value%] %{_loc}%"
    set metadata value "enderPearlBlock" of block at location at {_loc} in world "world" to true
    add {_loc} to {_blocks::*}

But when I reload my skript it says that I can't use a var in the line "set metadata value "enderPearlBlock" of block at location at {_loc} in world "world" to true"
 
Status
Not open for further replies.