Skip to content

Instantly share code, notes, and snippets.

@EricZeiberg
Created January 14, 2014 02:42
Show Gist options
  • Save EricZeiberg/8412124 to your computer and use it in GitHub Desktop.
Save EricZeiberg/8412124 to your computer and use it in GitHub Desktop.
Spawn
@EventHandler
public void onRespawn(PlayerRespawnEvent e){
e.getPlayer().teleport(new Location(PizzaSpleef.get().getServer().getWorld("Lobby"), -17, 72, -69, 2, 180));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment