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.

Solved Help Needed / Error in my skript?

Discussion in 'Skript' started by NotNinjaTalon, Mar 15, 2020.

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

    NotNinjaTalon Member

    Joined:
    Mar 2, 2020
    Messages:
    12
    Likes Received:
    1
    I'm trying to make a code that replaces the block beneath yourself upon doing the command "/is" For some reason I can't seem to get it to work, any suggestion. All replies appreciated!

    on command "is":
    Execute console command "/execute positioned as %player% run setblock ~ ~-1 ~ minecraft:bedrock"
     
  2. PanHack

    PanHack Active Member

    Joined:
    Dec 18, 2019
    Messages:
    143
    Likes Received:
    8
    Hope it works for you :emoji_grinning:
    if it does please set status of threat to solved !
    Code (Text):
    1. command /is:
    2.     trigger:
    3.         loop all blocks under player:
    4.             set all blocks under the player to air
     
  3. Jolt

    Jolt New Member

    Joined:
    Oct 19, 2019
    Messages:
    9
    Likes Received:
    0
    1. command /is:
    2. trigger:
    3. set block below player to air
     
  4. PanHack

    PanHack Active Member

    Joined:
    Dec 18, 2019
    Messages:
    143
    Likes Received:
    8
    it will only set 1 block to air so you must loop all blocks
     
  5. TPGamesNL

    Moderator Supporter Addon Developer Dev Programme

    Joined:
    Jan 20, 2018
    Messages:
    1,501
    Likes Received:
    108
    Medals:
    Where did you read that OP wanted to set all blocks below the player to air?
     
Thread Status:
Not open for further replies.

Share This Page

Loading...