ltz

Results 5 issues of ltz

### What feature do you want to see added? Spigot have options to show specified entity types in specified range around player (trackingRange) I suggest to add same feature to...

Feature Request

when you drop down inside sign (any non-solid block) it give you damage

false-positive
unverified

**Describe the bug** You can't do anything in parse section. Variables isn't saved to use it in check section, you cant get literals and e.t.c **To reproduce** ``` event "custom_event":...

In general, at the time of declaring a custom event, you can specify whether the skript should process this event only synchronously. ex: ``` custom event "evt" pattern: "my_evt" sync-only:...

**Describe the bug** In next Skript update 'raw text' expression conflicts with 'raw expression' expression. https://github.com/TPGamesNL/skript-reflect/blob/2.x/src/main/java/com/btk5h/skriptmirror/skript/custom/ExprRawExpression.java https://github.com/SkriptLang/Skript/blob/master/src/main/java/ch/njol/skript/expressions/ExprRawString.java