⏳Transmition
Teleport the user ahead x amount of distance.
Overview
Method
public static void create(Player player, double distance)Parameters
// Define the player to be teleported
Player player = ...
// Define the distance (in blocks) to teleport the player
double distance = 10.0;
// Perform the teleportation
Transmition.create(player, distance);Notes
Last updated