···209209 BlockPos safeBlockPos = teleportData.get();
210210 Vec3 teleportPos = new Vec3(safeBlockPos.getX() + 0.5, safeBlockPos.getY(), safeBlockPos.getZ() + 0.5);
211211212212- teleportCommands.teleporter.teleportQueue(toSentPlayer, destinationPlayer.serverLevel(), teleportPos);
212212+ teleportCommands.teleporter.queue(toSentPlayer, destinationPlayer.serverLevel(), teleportPos);
213213 } else {
214214 // if no safe location then just teleport to the player
215215- teleportCommands.teleporter.teleportQueue(toSentPlayer, destinationPlayer.serverLevel(), destinationPlayer.position());
215215+ teleportCommands.teleporter.queue(toSentPlayer, destinationPlayer.serverLevel(), destinationPlayer.position());
216216 }
217217218218 // if the player teleported then these messages get sent && the request gets removed
···5252 "commands.teleport_commands.tpa.accepted": "Request accepted",
5353 "commands.teleport_commands.tpa.denied": "Request denied",
54545555+ "commands.teleport_commands.teleport.go": "Teleporting",
5656+ "commands.teleport_commands.teleport.progress": "Teleporting in %0% seconds (%1% ticks)",
5757+ "commands.teleport_commands.teleport.delay": "You are already teleporting! (%0% seconds / %1% ticks left)",
5858+ "commands.teleport_commands.teleport.ready": "Teleportation cooldowns have expired.",
5959+ "commands.teleport_commands.teleport.onCooldown": "You are still on cooldown!\nPlease wait %0% seconds (%1% ticks) before teleporting.",
6060+ "commands.teleport_commands.teleport.moving": "Teleportation has been canceled.\nPlease remain still while teleporting!",
6161+ "commands.teleport_commands.teleport.fighting": "Teleportation has been canceled.\nPlease do not fight while teleporting!",
6262+5563 "commands.teleport_commands.common.teleport": "Teleporting",
5664 "commands.teleport_commands.common.error": "An error occurred while teleporting!",
5765 "commands.teleport_commands.common.noSafeLocation": "No safe location has been found!",