sovdee
sovdee
> Failing on `CondIsWithin.sk` "failed within chunk # 1" 1.19.4 all other ones pass Fixed in #5587, not related to this PR.
@Efnilite will be taking this over
I don't mind as long as it calls SyntaxOrigin.of() itself
~~Note that the type `entitytype` in Skript refers to EntityData, not EntityType, confusingly.~~ My bad, I meant Skript's EntityType rather than Bukkit's. Not EntityData. Though the user pattern `entitytype` refers...
It shouldn't be an EntityType, that class is just an entity data with an amount (`3 zombies`), it should be EntityData for the event-value.
This can happen if you used /reload on your server, or used plugman. Does this persist after restarting?
We should be sure to add a few guard rails here, like preventing converters to/from Object and ensure that the chaining options are exposed. It's really easy to completely break...
Do you still intend to work on this?
Due to the get handlers using the same variables map for every exectution, meaning each execution modifies the next one. The reason it doesn't happen if line 6 is commented...
Closing due to change requests outstanding for 6 months (https://github.com/SkriptLang/Skript/pull/5646#pullrequestreview-2509968914)