Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public static void SpawnPlayer(Player p)
  2. {
  3. Location loc = plugin.locations.get(0);
  4. p.teleport(loc);
  5. p.sendMessage("§aSuccessful teleport!");
  6. plugin.locations.get(0);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement