Phill310
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...
### 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
### 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 :)...
### 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
### 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...
### 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)...