esku utolso

This commit is contained in:
2025-02-24 17:03:56 +01:00
parent 89cc8612d9
commit 979ffdfba2

View File

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