TF-EssentialsX/Essentials
MD a92ca63ca9
Replace UserTeleportEvent with more sane events (#3192)
This PR replaces UserTeleportEvent with two new teleport events called at different stages:
- TeleportWarmupEvent; called before a user's teleport warmup begins and allows plugins to skip it or prevent a teleportation
- PreTeleportEvent; called after the warmup completes but before any safety checks are carried out

This is a **breaking change** as it removes UserTeleportEvent, but the previous event isn't useful or descriptive in its current form and was only recently introduced, so it's unlikely that many plugins already depend on this.

Closes #2506.
2020-07-08 19:51:00 +01:00
..
src Replace UserTeleportEvent with more sane events (#3192) 2020-07-08 19:51:00 +01:00
test/com/earth2me/essentials Update to 1.16.1 (#3408) 2020-06-27 12:17:35 -07:00
pom.xml Update to 1.16.1 (#3408) 2020-06-27 12:17:35 -07:00