May 18, 20169 yr Author if (c.getType() == Message.MessageType.GAME) { String t = c.getMessage().toLowerCase(); try { if (t.contains("you get some logs")) antiBan(); } catch (Exception e) { e.printStackTrace(); } } Edited May 18, 20169 yr by GaetanoH
Create an account or sign in to comment