Ir para conteúdo

Thelike

Membros
  • Total de itens

    1.587
  • Registro em

  • Última visita

Respostas na Comunidade

  1. Thelike's postagem in [Resolvido] [Duvida-Simples] Por que nao retorna a stringlist completa ? was marked as the answer   
    apaga os return true;
  2. Thelike's postagem in [Resolvido] Encantamento. was marked as the answer   
    ItemStack Espada = new ItemStack(Material.DIAMOND_SWORD); Espada.addEnchant(Enchantment.DAMAGE_ALL, 5); p.getInventory().addItem(Espada); nesse caso vai adicionar afiada 5 na espada .-.
  3. Thelike's postagem in [Resolvido] [Ajuda] Batatas was marked as the answer   
    Usa addItem
  4. Thelike's postagem in [Resolvido] PlayerCommandPreprocessEvent was marked as the answer   
    if (e.getMessage().toLowerCase().contains("/clan")) {

  5. Thelike's postagem in [Entregue] Pedido Scoreboard super simples was marked as the answer   
    passei pelo skype
  6. Thelike's postagem in [Resolvido] [Ajuda] O que tem de errado ? was marked as the answer   
    for(Player a : Bukkit.getOnlinePlayers()){
        a.hidePlayer(p);
        if(a.hasPermission("ver")){
            a.showPlayer(p);
        }
    }
  7. Thelike's postagem in [Resolvido] [Ajuda] Checar se acerta uma entidade was marked as the answer   
    tenta isso aqui (n testei)
    @EventHandler public void sla(EntityDamageByEntityEvent e){ if(e.getEntity() instanceof Player){ if(e.getCause() == DamageCause.PROJECTILE){ Projectile projectile = (Projectile) e.getDamager(); if(projectile.getShooter() instanceof Player){ if(projectile.getType() == EntityType.SNOWBALL){ Player p = (Player) e.getEntity(); p.damage(20); } } } } }
  8. Thelike's postagem in [Resolvido] pq isso está em vermelho? was marked as the answer   
    se eu não me engano é por que o topico esta ocultado, voce tem que colocar mostrar
  9. Thelike's postagem in [Entregue] [Pedido] Simples was marked as the answer   
    @Override public boolean onCommand(CommandSender sender, Command command, String label, String[] args) { if(command.getName().equalsIgnoreCase("oi")) { sender.sendMessage("tchau"); return true; acho que é isso
     
    (area errada)
  10. Thelike's postagem in [Resolvido] Como colocar Progress Bar was marked as the answer   
    http://gamersboard.com.br/topic/16978-assinatura-tutorial-criar-assinatura-de-progresso/
  11. Thelike's postagem in [Resolvido] [Eclipse/Erro] Me ajude , o meu eclipse está dando error was marked as the answer   
    tenta instalar o jdk, aqui dava isso instalei o jdk e parou
  12. Thelike's postagem in [Resolvido] intro was marked as the answer   
    sim tem gente que faz intro
×
×
  • Criar Novo...