TPGamesNL

Results 90 comments of TPGamesNL

This happens when downgrading server version, https://github.com/SkriptLang/Skript/issues/1815 These issues were usually closed saying how to fix it, but I agree that we should actually fix this. Downgrading prio because downgrading...

In its current impl, I don't think we should add this to the docs, it's not a condition after all. It's the same reason we don't have anything for `if...

As a workaround, specify the type of falling block, e.g. `falling stone`. `FallingBlockData#types` is nullable, but the spawn method doesn't deal with this properly.

Any arithmetic operation done with variables returns a non-integer type: because the return type of a variable isn't known at parsetime (besides that it has to be a number according...

The reason the test fails, is because the condition `air is a block` is parsed as the CondCompare between air, the item type, and block, the class info. Without this...

I don't think this should be in vanilla Skript, would prefer to leave this up to addons (e.g. SkQuery), unless this stuff is added to Bukkit. Closing for reason above...

Oh I didn't look at the Paper Javadocs, in that case I'm reopening this :)

Solution implemented in #5047 matches 'The LiteralList should have changed its type; because all syntaxes taking in %object(s)% (and therefore allowing UnparsedLiterals) should already defend their expressions, this is a...

Did another PR, but also not the main issue here \:) https://github.com/SkriptLang/Skript/pull/5052 It does fix the issue described above tho