Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.74 KB | None | 0 0
  1.                         LocationFileSettings.set("Lobby.World", player.getLocation().getWorld().getName());
  2.                         LocationFileSettings.set("Lobby.X", (new StringBuilder(String.valueOf(player.getLocation().getX()))).toString());
  3.                         LocationFileSettings.set("Lobby.Y", (new StringBuilder(String.valueOf(player.getLocation().getY()))).toString());
  4.                         LocationFileSettings.set("Lobby.Z", (new StringBuilder(String.valueOf(player.getLocation().getZ()))).toString());
  5.                         LocationFileSettings.set("Lobby.Yaw", (new StringBuilder(String.valueOf(player.getLocation().getYaw()))).toString());
  6.                         LocationFileSettings.set("Lobby.Pitch", (new StringBuilder(String.valueOf(player.getLocation().getPitch()))).toString());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement