loop entity

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

    Solved Looping all fox named "Forest Fox" and displaying how many there are

    Hello! I don't know if it's possible, what I want is a command where the command I wrote will send a mesage showing how many foxes there are with the name "&cForest Fox" in the 200 block radius of player. command /enfox <text>: trigger: if player is op: if arg 1 is...
  2. X

    Loop all entities?

    Hi and thanks for clicking on my post. I got this code: every 5 seconds: loop all entities: sunlight level at the loop-entity is greater than 10 ignite loop-entity for 5 seconds broadcast "Ignited 1 entity" And it is not working at all, but Skript is not giving...
  3. M

    Solved loop entities in radius around command sender not working in command block

    Skript Version (do not put latest): Skript 2.4.1 Skript Author: Bensku Minecraft Version: 1.12.2 Code: command /test: trigger: broadcast "1" loop all entities in radius 5 around command sender: broadcast "%loop-entity%" if "%loop-entity%" is...
  4. TheBlazeTuber

    Solved Repeat Loop

    Skript Version: Skript 2.2 bensku-dev36 Skript Author: TheBlazeTuber Minecraft Version: 1.12.2 if player is holding blaze rod named "&4Nether Wand: &5Blaze Aura" with lore "&5Blaze Aura": set line 1 of lore of player's tool to "&5Blaze Aura: &4Off" stop if player is holding...