-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Minor
-
None
-
Affects Version/s: None
When a players leaves the server in PlayerQuitEvent or the server shuts down in Plugin.onDisable(), it is no longer possible to teleport the player using player.teleport(Location). the teleport method returns false and does not change the players location.
This breaks most minigame plugins, because it is no longer possible to force a player out of an arena. In 1.8 this worked.