loop blocks

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

  1. Komiiker

    Explosive shovel: Loop-blocks with wrong id for red sand

    on block break: if player's tool is diamond shovel with lore "&cExplosive": loop blocks in radius 1.9 of event-block: if loop-block is sand or red sand block or soul sand or dirt or grass block: give loop-block to player set...
  2. C

    Making a cuboid with 2 variables.

    This is the code I am using: every second: loop blocks between block at {Wood.1} and block at {Wood.2}: set loop-block to jungle wood bark block Here is what happens: https://gyazo.com/4ad849d30acae72353079b6ff8ab61c8 Here is what I want to happen...
  3. B

    Solved Loop between blocks

    Hey is there a way to loop all blocks between 2 cords in a square selection? I tried loop blocks between block at x and x: but that only loops the blocks between the 2 cords, I'm trying to loop the blocks in a square like matter like /fill, can anyone help? bump Solved, I did blocks within...