Skript

Skript

788k Downloads

loop entities in chunk

Closed this issue ยท 3 comments

commented

Skript/Server Version

[17:10:17 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[17:10:17 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[17:10:17 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[17:10:17 INFO]: [Skript] Server Version: 1.21.4-225-0767902 (MC: 1.21.4)
[17:10:17 INFO]: [Skript] Skript Version: 2.11.2 (skriptlang-github)
[17:10:17 INFO]: [Skript] Installed Skript Addons:
[17:10:17 INFO]: [Skript]  - skript-reflect v2.6 (https://github.com/SkriptLang/skript-reflect)
[17:10:17 INFO]: [Skript]  - SkBee v3.11.3 (https://github.com/ShaneBeee/SkBee)
[17:10:17 INFO]: [Skript]  - DiSky v4.23.0
[17:10:17 INFO]: [Skript]  - SkQuery v4.3.2
[17:10:17 INFO]: [Skript]  - skRayFall v1.9.28 (https://sk.rayfall.net/)
[17:10:17 INFO]: [Skript]  - skript-yaml v1.6.1
[17:10:17 INFO]: [Skript] Installed dependencies:
[17:10:17 INFO]: [Skript]  - WorldGuard v7.0.13+82fdc65

Bug Description

"loop event-chunk's entities" doesn't work. Skript doesn't recognize this line. It worked in "skript 2.9.x".

Expected Behavior

Looping all entities in event-chunk

Steps to Reproduce

on chunk enter:
loop event-chunk's entities:
broadcast "%loop-value%"

Errors or Screenshots

Image

Other

No response

Agreement

  • I have read the guidelines above and affirm I am following them with this report.
commented

I have never seen that syntax before, but you should be able to use all entities in event-chunk

commented

Used this code on chunk enter: loop all entities in event-chunk: broadcast "%loop-value%"

Image

it work but after reload skript send a error message

commented

Try removing skquery and skrayfall then try