Advertisement
Verbramd

Untitled

Jul 8th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. String x = e.getMessage();
  2. int z = x.length();
  3. for(int y = 0; y < z; y++){
  4. if(Character.isUpperCase(x.charAt(y))){
  5. e.getPlayer().sendMessage(ChatColor.GRAY + "[" + ChatColor.GOLD + "TimeuwGames" + ChatColor.GRAY + "] " + ChatColor.WHITE + "Let op je caps!");
  6. e.setMessage(e.getMessage().toLowerCase());
  7. break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement