Advertisement
Guest User

teszt

a guest
Jan 12th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public static void setCords(Player player, String stat) throws IOException {
  2. Config.set("Spawns.locs", Location Utils.serializeFully );
  3. save();
  4. }
  5.  
  6. public static Location getCords(Player player) {
  7. return LocationUtils.deserializeFully(Config.getString("Spawns.locs"));
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement