asd
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user