This is my code:
if(e.getMessage().startsWith("/reciclar") || e.getMessage().startsWith("/ereciclar")){
e.setCancelled(true);
p.sendMessage("§cComando Bloqueado/Em Manutenção!");
}
But if you use / RECYCLE uppercase or in a different sentence Type / ReciClaR works as well, I want to know if to ignore cases in the startsWith in a way that enters the if ()