-
Total de itens
1.587 -
Registro em
-
Última visita
Respostas na Comunidade
-
Thelike's postagem in [Resolvido] [Duvida-Simples] Por que nao retorna a stringlist completa ? was marked as the answer
apaga os return true;
-
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 .-.
-
Thelike's postagem in [Resolvido] PlayerCommandPreprocessEvent was marked as the answer
if (e.getMessage().toLowerCase().contains("/clan")) {
-
Thelike's postagem in [Entregue] Pedido Scoreboard super simples was marked as the answer
passei pelo skype
-
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);
}
}
-
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); } } } } } -
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
-
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)
-
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/
-
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