You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to loop blocks around player and broadcast them with their location
Looping above Y=0 works just fine but under it doesn't return anything
Since 1.18 introduced blocks under Y=0 skript should also support that
Expected Behavior
blocks should be broadcasted with their location
Steps to Reproduce
command /testloop:
trigger:
loop all blocks in radius 10 around player:
if loop-block is not air:
broadcast "%loop-block% - %location of loop-block%"
go bellow Y=0 to try the command
Errors or Screenshots
No errors
Other
No response
Agreement
I have read the guidelines above and confirm I am following them with this report.
The text was updated successfully, but these errors were encountered:
Skript/Server Version
Bug Description
Trying to loop blocks around player and broadcast them with their location
Looping above Y=0 works just fine but under it doesn't return anything
Since 1.18 introduced blocks under Y=0 skript should also support that
Expected Behavior
blocks should be broadcasted with their location
Steps to Reproduce
go bellow Y=0 to try the command
Errors or Screenshots
No errors
Other
No response
Agreement
The text was updated successfully, but these errors were encountered: