Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Loop exploded blocks giving error #2509

Closed
ghost opened this issue Oct 3, 2019 · 4 comments
Closed

Loop exploded blocks giving error #2509

ghost opened this issue Oct 3, 2019 · 4 comments
Labels
completed The issue has been fully resolved and the change will be in the next Skript update. enhancement Feature request, an issue about something that could be improved, or a PR improving something. priority: low Issues that are not harmful to the experience but are related to useful changes or additions.

Comments

@ghost
Copy link

ghost commented Oct 3, 2019

In previous versions you could loops blocks that were apart of an on explode: event. This seems to no longer be the case. Now it returns Can't under this loop: 'loop exploded blocks'.

on explode:
	loop exploded blocks:
		set location of loop-value to tnt

This returns the error listed here, in earlier versions this would've set the blocks looped to tnt, with the code above. I looked in the docs and github issues/changelog I didn't see any mention of a change to how loops work so I'm unsure why this no longer works.

Server Information

  • Server version/platform: 1.14.4-Spigot built from BuildTools 10/3/19
  • Skript version: 2.4-beta8
@ShaneBeee
Copy link
Contributor

If I'm not mistaken exploded blocks is part of SkQuery not Skript

@Whimsyturtle
Copy link
Member

Yes, Skript does not support the looping of exploded blocks, that’s SkQuery

@TheBentoBox
Copy link
Member

While the others are correct I guess we could take this in as an exploded blocks feature request. Would be a good addition!

@TheBentoBox TheBentoBox added enhancement Feature request, an issue about something that could be improved, or a PR improving something. priority: low Issues that are not harmful to the experience but are related to useful changes or additions. labels Oct 3, 2019
@ghost
Copy link
Author

ghost commented Oct 3, 2019

I'm sorry, didn't realize SkQuery was the one that added it. I suppose I'm just too stupid, I really don't deserve life.

@ghost ghost closed this as completed Oct 3, 2019
@FranKusmiruk FranKusmiruk reopened this Oct 4, 2019
@bensku bensku added the completed The issue has been fully resolved and the change will be in the next Skript update. label Nov 4, 2019
@Whimsyturtle Whimsyturtle reopened this Dec 22, 2019
@bensku bensku closed this as completed Jan 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
completed The issue has been fully resolved and the change will be in the next Skript update. enhancement Feature request, an issue about something that could be improved, or a PR improving something. priority: low Issues that are not harmful to the experience but are related to useful changes or additions.
Projects
None yet
Development

No branches or pull requests

5 participants