HuskHomes
HuskHomes copied to clipboard
Allow teleportPlayer to teleport a player without calling setPlayerLastPosition
It would be usefull to be able to call teleportPlayer method through the API without saving last location. A plugin may want to teleport a player without saving player's last position.
e.g. public void teleportPlayer(Player player, TeleportationPoint point, boolean timed, bool saveLastLocation)