Ir para conteúdo

Hard

Membros
  • Total de itens

    277
  • Registro em

  • Última visita

Respostas na Comunidade

  1. Hard's postagem in Banners was marked as the answer   
    //null

  2. Hard's postagem in Nick do villager nao aparece was marked as the answer   
    @ Um aldeão é um LivingEnty.
    LivingEntity entity = player.getWorld().spawnCreature(player.getLocation(), EntityType.VILLAGER); entity.setCustomName(""); entity.setCustomNameVisible(true);
  3. Hard's postagem in Dúvida was marked as the answer   
    @EventHandler(priority = EventPriority.HIGHEST)
    public void Respawn(PlayerDeathEvent e) {
    final Player p = e.getEntity();
    Bukkit.getScheduler().runTaskLater(Main.plugin, new Runnable() {
    @Override
    public void run() {
    p.spigot().respawn();
    Location loc = new Location(Bukkit.getWorld("Spawn"), 164.500D, 122D, -1498.500, 90.0F, 0.0F);
    p.teleport(loc);
    }
    }, 1L);
    }

     
  4. Hard's postagem in \n e enchant. was marked as the answer   
    ItemStack Espada = new ItemStack(Material.DIAMOND_SWORD); ItemMeta meta = Espada.getItemMeta(); meta.addEnchant(Enchantment.DAMAGE_ALL, 1, true); Espada.setItemMeta(meta); Lore com encantamento.
    getConfig().getString("").replace("\n", "\n"); Em sua config coloque "Exempo \n Exemplar"
  5. Hard's postagem in ChestCommands configurado ( Pago ) was marked as the answer   
    me chama no pv:   live:matheus55teixaraujo_1
  6. Hard's postagem in Plugin para limitar funil em terreno/área was marked as the answer   
    Use a própria configuração da spigot.

     


×
×
  • Criar Novo...