-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
Thrown error when check if an event-entity is equal to a type of entity #3499
Comments
Oops, I made a mistake in my last comment which I deleted. |
This isn't actually a bug, but rather user error
On that note, it shouldn't throw the error it is throwing, it should throw a Skript error stating the syntax is incorrectly being used. I'm marking this as a low priority because the error only comes up when using incorrect code, therefor is not truly harmful. |
Are you using an addon? Does your addon list include Umbaska? There is a "bug" that requires you to put the letter a before an entity type. Seen this happen lots through the years, it has always been because of Umbaska, not so much anymore because Umbaska isn't used anymore. It's really weird, can you attempt the same issue with no add-ons please and thank you. Also hastebin link has expired. |
Description
If we miss to write the "a" from "a spider" , an error is thrown. It's not only for spider but all types of entities.
No skript parsing error.
Steps to Reproduce
This thrown a console error :
type of event-entity is a zombie or a skeleton or a creeper or a zombie villager or a drowned or a husk or spider
This works :
type of event-entity is a zombie or a skeleton or a creeper or a zombie villager or a drowned or a husk or a spider
Expected Behavior
With previous Skript version, we do not need to write the "a" or "an"
Errors / Screenshots
https://hastebin.com/vojexixame.md
Server Information
The text was updated successfully, but these errors were encountered: