1. 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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Set Block at (x y z)

Discussion in 'Skript' started by zeibo, May 17, 2017.

Thread Status:
Not open for further replies.
  1. zeibo

    zeibo Member

    Joined:
    May 16, 2017
    Messages:
    11
    Likes Received:
    0



    How can I set the block to block-2 at the specified coordinates(red point)?
    Assuming that I already know the coordinate of the yellow point, what should I do?

    Code (Skript):
    1. on leftclick on a grass:
    2.     player is holding {city_center}
    3.     set {lx.citycenter} to the event-block's x-coordinate
    4.     set {ly.citycenter} to the event-block's y-coordinate
    5.     set {lz.citycenter} to the event-block's z-coordinate
    6.     set the block to air
     
  2. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Code (Skript):
    1. set block at location at 50, 50, 50 in world "world" to air
    Just put in your wanted coordinates instead of 50 50 50
     
Thread Status:
Not open for further replies.

Share This Page

Loading...