TPGamesNL
TPGamesNL
Currently extra information is usually given in the assert error message, for example https://github.com/SkriptLang/Skript/blob/e9d04e7604c13d0de8d210f88ea0f021cdace009/src/test/skript/tests/regressions/4672-looping-expression-list-single-variables.sk#L10 Though this context is definitely not added in every message, it could be. Does this not...
Sounds good 👍
Wouldn't it be better to have an expression to invert a Direction instead? It's more universal
> I don't know how to achieve something like yet, if it's a simple thing that you can put me on the right path to it I might be able...
We'll mostly need reviews from Polish speaking people, don't think Shane qualifies for that One thing I can say @Zabujca997 is that it's better to leave the comments (starting with...
> Shane as in making sure all the language components were handled. Any team member can do that, you just need to compare the file to one of the existing...
@Zabujca997 looks good 👍 one small thing: change the `` at the top back to `` , this entry was just added to the language files so users can modify...
The issue is that Skript only registered an event if there is not already a superclass of that event registered: https://github.com/SkriptLang/Skript/blob/31bc6c4d5b73fd055535b937e2698c10a086f37d/src/main/java/ch/njol/skript/SkriptEventHandler.java#L259-L274 However, this is not how Bukkit determines which listeners...
The method should probably also be named `getArray` (or mb getConvertedArray) so reflect which method it uses internally.
I think because Expression has multiple get methods (such as getArray and getAll, having different behaviour), it's better to be explicit in the naming which to use. Therefore, I think...