Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Unable to get blocks under Y0 #4477

Closed
1 task done
XenonsEU opened this issue Dec 23, 2021 · 2 comments
Closed
1 task done

Unable to get blocks under Y0 #4477

XenonsEU opened this issue Dec 23, 2021 · 2 comments
Labels
duplicate For bugs or requests that have already been made and are currently open.

Comments

@XenonsEU
Copy link

Skript/Server Version

Skript Version 2.6

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

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.
@XenonsEU
Copy link
Author

I just realized that 2.6 was not 1.18 support
apologies for that my brain automatically connected the 2 for some reason

if this is already in works then feel free to delete this <3

@TPGamesNL
Copy link
Member

Indeed, Skript 2.6 does not support 1.18. However, there is an unofficial version available that should work on 1.18 in the skUnity Discord https://discord.gg/0l3WlzBPKX7WNjkf / https://discord.com/channels/135877399391764480/836220485175607306/913842052188479518

Duplicate of #4324 / #4466

@TPGamesNL TPGamesNL added the duplicate For bugs or requests that have already been made and are currently open. label Dec 26, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
duplicate For bugs or requests that have already been made and are currently open.
Projects
None yet
Development

No branches or pull requests

2 participants