Guest User

Untitled

a guest
Apr 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. PlayerListener:
  2. if (!al.battleStatus.containsKey(player)) {
  3. return;
  4. }
  5.  
  6. if (al.battleStatus.containsValue(Boolean.TRUE)) {
  7. Bukkit.broadcastMessage(ChatColor.RED + player.getDisplayName() + ChatColor.BLUE + " logged out during combat.");
  8. }
  9. }
Add Comment
Please, Sign In to add comment