Advertisement
Guest User

Untitled

a guest
May 20th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. if (((Integer)this.antimacro.get(e.getPlayer())).intValue() >= 8) {
  2.  
  3. Player staff = (Player) Bukkit.getOnlinePlayers();
  4. if (staff.hasPermission("detect.macro")) {
  5. staff.sendMessage(ChatColor.GRAY + "[ANTI-MACRO]" + ChatColor.AQUA + e.getPlayer() + " might be using macros! " + ChatColor.BLUE + "CPS: " + ChatColor.AQUA + This is where I need the exact players CPS);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement