This commit is contained in:
2025-03-06 21:07:32 +01:00
parent 838c002a8c
commit 757cdc86b6

View File

@@ -147,7 +147,7 @@ public class TpToFfaCommand implements CommandExecutor, TabCompleter {
World world = Bukkit.getWorld("world");
double x = 1000.5;
double y = 3.0;
double z = -1000.5;
double z = -999.5;
float yaw = (float) 0;
float pitch = (float) 0;
Location loc = new Location(world, x, y, z, yaw, pitch);