Pikachu920

Results 69 comments of Pikachu920

~~i'm not totally sure if this is possible to implement since like @oskarkk said we would need to do `max durability - damage`... but `Damageable` has no method to get...

> I want to add that ExprDurability is a really weird expression, since it also gets data values of blocks from MC

this only allows simple variablestrings to be used as literals, right? also, what about a case where a variablestring is not simple but it only consists of literal text and...

this actually already exists: https://github.com/SkriptLang/Skript/blob/e72349ec8dda606a947c3568b3f387fb5007863d/src/main/java/ch/njol/skript/expressions/ExprCommand.java#L54

> You don't need the entity type in the pattern along with location, converters will take care of that it's there on purpose because otherwise if you do, for example,...

have a sec to review pls? @APickledWalrus

Addressed reviews, but this is now pending #5077 as the test is failing due to an NPE in `ExprSets`

how about `all statistics` which returns all statistic names so you can easily make a statistic checker or something

maybe instead ```vb try to import: non.existent.class ``` to keep with the `try` convention