Why can't I loop a 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.

JaydenBee

Member
Nov 11, 2019
36
2
8
22
strawberry fields
Code:
every 3 seconds:
   loop all players:
      loop {gens.%loop-player's uuid%::*}:
         if block at loop-index is air:
            remove loop-index from {gens.%loop-player's uuid%::*}
            else:
               drop paper named "&b1 Crystal" with lore "&fCommon Banknote" at location 1 block above loop-index

upload_2019-12-29_14-31-43.png

upload_2019-12-29_14-32-17.png

stupid underdeveloped plugin
 
That depends on some things, but it doesn't have to be always XYZ values
 
Status
Not open for further replies.