Results 6 issues of Phill310

### Description Checks if a vector is zero before calling Vector#normalize() in order to avoid creating vectors with infinite components (stemming from dividing by 0). Currently, syntax that would cause...

bug
2.8
patch-ready

### Description This PR adds the `enderman (enrage|anger) event (EndermanAttackPlayerEvent)` to skript with event values `event-player` and `event-entity` (the enderman) --- **Target Minecraft Versions:** any **Requirements:** Paper **Related Issues:** #3847

feature
feature-ready

### Description Creates a clamp expression to clamp values between a min and a max. This is my first time working with skript so any help/tips would be appreciated :)...

up for debate

### Description Adds the delete changer to message expression (so you can do stuff like `clear death message`) --- **Target Minecraft Versions:** any **Requirements:** none **Related Issues:** #5919

enhancement
feature-ready
2.9

### Description Adds the ability to get entities from a cuboid. I feel like there might be a way to simplify the code but I can't think of it right...

enhancement

### Description Add worldborder syntax to Skript. Continuation of #5229 Player's worldborder is always virtual Conditions: - [x] updated IsWithin condition Effects: - [x] expand/shrink worldborder (maybe add grow/contract aliases)...

feature