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

Bug: "armor stands" not reconigzed as plural(?) #2723

Closed
jaylawl opened this issue Dec 23, 2019 · 2 comments
Closed

Bug: "armor stands" not reconigzed as plural(?) #2723

jaylawl opened this issue Dec 23, 2019 · 2 comments
Labels
aliases For mistakes or requested additions in the aliases themselves, not the code driving the aliases. bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. completed The issue has been fully resolved and the change will be in the next Skript update. priority: low Issues that are not harmful to the experience but are related to useful changes or additions.

Comments

@jaylawl
Copy link
Contributor

jaylawl commented Dec 23, 2019

Description

The code below worked in the previous skript version (i think 2.3.6). After updating to 2.4, it will not.

Steps to Reproduce

Does not work:

command /as:
    trigger:
        loop all armor stands:
            broadcast "%loop-entity%"

This code however does work:

command /as:
    trigger:
        loop (armor stands in world "survival"):
            broadcast "%loop-entity%"

Expected Behavior

Loop all armor stands.

Errors / Screenshots

Can't loop armor stand because it's only a single value

Server Information

  • Server version/platform: 1.14 papr
  • Skript version: 2.4
@nopeless
Copy link

armor stands is recognized as plural.
but specifically for armor stands, the world does not default to the world of executer
more like a very low priority bug

@Runakai1
Copy link

Also there is no armor stand entity alias. Setting a variable to an Armor stand only makes it an item

@Wealthyturtle Wealthyturtle added bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. priority: low Issues that are not harmful to the experience but are related to useful changes or additions. labels Dec 30, 2019
@Wealthyturtle Wealthyturtle added the aliases For mistakes or requested additions in the aliases themselves, not the code driving the aliases. label Jul 10, 2020
@TPGamesNL TPGamesNL added the PR available Issues which have a yet-to-be merged PR resolving it label Aug 9, 2021
@TPGamesNL TPGamesNL added completed The issue has been fully resolved and the change will be in the next Skript update. and removed PR available Issues which have a yet-to-be merged PR resolving it labels Mar 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aliases For mistakes or requested additions in the aliases themselves, not the code driving the aliases. bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. completed The issue has been fully resolved and the change will be in the next Skript update. 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

6 participants