diff --git a/src/me/ellbristow/SimpleSpawn/SimpleSpawn.java b/src/me/ellbristow/SimpleSpawn/SimpleSpawn.java index b8b6a7d..66a33ae 100644 --- a/src/me/ellbristow/SimpleSpawn/SimpleSpawn.java +++ b/src/me/ellbristow/SimpleSpawn/SimpleSpawn.java @@ -1604,7 +1604,7 @@ public void onPlayerJoin(PlayerJoinEvent event) { } } - @EventHandler(priority = EventPriority.NORMAL) + @EventHandler(priority = EventPriority.LOWEST) public void onPlayerRespawn(PlayerRespawnEvent event) { Player player = event.getPlayer(); Location respawn;