Skip to content

Commit

Permalink
Added some lines for UHC 5 spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooN committed Mar 3, 2014
1 parent 22f5c3a commit 7386d8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/me/azenet/UHPlugin/UHPluginListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ public void onPlayerInteract(PlayerInteractEvent ev) {
pl.sendMessage(ChatColor.GRAY+"The compass points to the nearest player.");
pl.setCompassTarget(nearest.getLocation());
}
else if(ev.getClickedBlock().getY() == 42 && ev.getClickedBlock().getX() == 6 && (ev.getClickedBlock().getZ() == -8 || ev.getClickedBlock().getZ() == -9 || ev.getClickedBlock().getZ() == -10))
ev.setCancelled(true);
}

@EventHandler
Expand Down

0 comments on commit 7386d8a

Please sign in to comment.