geforkt von Mirrors/Paper
SPIGOT-1644: Add END_GATEWAY as a teleport reason
By: Thinkofdeath <thinkofdeath@spigotmc.org>
Dieser Commit ist enthalten in:
Ursprung
34646e3aeb
Commit
f941b8b7ad
@ -60,6 +60,11 @@ public class PlayerTeleportEvent extends PlayerMoveEvent {
|
||||
* Entity/Player via the specatator menu
|
||||
*/
|
||||
SPECTATE,
|
||||
/**
|
||||
* Indicates the teleportation was caused by a player entering an End
|
||||
* gateway
|
||||
*/
|
||||
END_GATEWAY,
|
||||
/**
|
||||
* Indicates the teleportation was caused by an event not covered by
|
||||
* this enum
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren