This commit is contained in:
2025-02-16 18:51:06 +01:00
parent 5e03040b1b
commit f5772425ce
4 changed files with 3 additions and 3 deletions

View File

@@ -45,9 +45,9 @@ public class WolfFfaCommand implements CommandExecutor, TabCompleter {
player.getInventory().setItem(0, sword);
World world = Bukkit.getWorld("world");
double x = 0;
double y = 1;
double z = 1000;
double x = 0.5;
double y = 1.0;
double z = 1000.5;
float yaw = (float) 0;
float pitch = (float) 0;
Location loc = new Location(world, x, y, z, yaw, pitch);

Binary file not shown.

Binary file not shown.