Ir para conteúdo

abidux

Desenvolvedores(as)
  • Total de itens

    761
  • Registro em

  • Última visita

Respostas na Comunidade

  1. abidux's postagem in VaultAPI was marked as the answer   
    @MatheusAbido descobri, pode fechar
  2. abidux's postagem in Como pegar prefix pelo vault was marked as the answer   
    já resolvi... (  chat.getPlayerPrefix(player)  )
  3. abidux's postagem in Evento de entidade morrer was marked as the answer   
    Aqui ta o codigo:
     
    @EventHandler
        public void aoMatar(EntityDeathEvent e) {
            
            if(e.getEntity().getKiller() instanceof Player) {
                
                Player p = e.getEntity().getKiller();
                if(e.getEntity() instanceof Zombie) {
                    
                    p.sendMessage("§3§lMATAR ZUMBIS EH ERRADO!");
                    
                }
                
            }
            
        }
  4. abidux's postagem in Entity Health was marked as the answer   
    Acho que isso pode ajudar!
×
×
  • Criar Novo...