DvHPlugins Postado Outubro 25, 2017 Denunciar Compartilhar Postado Outubro 25, 2017 (editado) Nick dos meus villager nao aparece Villager npc = (Villager)p.getWorld().spawnEntity(new Location(p.getWorld(), p.getLocation().getX(), p.getLocation().getY(), p.getLocation().getZ(), p.getLocation().getYaw(), p.getLocation().getPitch()), EntityType.VILLAGER); npc.setCustomName("§e§lSPAWNERS LOJA");npc.setCustomNameVisible(true); npc.setProfession(Villager.Profession.BLACKSMITH); Nao sei o q esta acontecendo Editado Outubro 25, 2017 por DvHPlugins™ 1 Link para o comentário Compartilhar em outros sites More sharing options...
Hard Postado Outubro 25, 2017 Denunciar Compartilhar Postado Outubro 25, 2017 (editado) @ Um aldeão é um LivingEnty. LivingEntity entity = player.getWorld().spawnCreature(player.getLocation(), EntityType.VILLAGER); entity.setCustomName(""); entity.setCustomNameVisible(true); Editado Outubro 25, 2017 por Hard 1 Link para o comentário Compartilhar em outros sites More sharing options...
Caique1394 Postado Outubro 25, 2017 Denunciar Compartilhar Postado Outubro 25, 2017 Tente isso: Entity npc = p.getWorld().spawnEntity(p.getLocation(), EntityType.VILLAGER); ((Villager)npc).setCustomName("§e§lSPAWNERS LOJA"); ((Villager)npc).setCustomNameVisible(true); Link para o comentário Compartilhar em outros sites More sharing options...
Keverson Postado Outubro 25, 2017 Denunciar Compartilhar Postado Outubro 25, 2017 Sua dúvida foi marcada como [Resolvido] e movido à área de dúvidas resolvidas.Atenciosamente,Gamer's Board Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
DvHPlugins
Nick dos meus villager nao aparece
Villager npc = (Villager)p.getWorld().spawnEntity(new Location(p.getWorld(), p.getLocation().getX(), p.getLocation().getY(), p.getLocation().getZ(), p.getLocation().getYaw(), p.getLocation().getPitch()), EntityType.VILLAGER);
npc.setCustomName("§e§lSPAWNERS LOJA");
npc.setCustomNameVisible(true);
npc.setProfession(Villager.Profession.BLACKSMITH);
Nao sei o q esta acontecendo
Editado por DvHPlugins™Link para o comentário
Compartilhar em outros sites
3 respostass a esta questão
Posts Recomendados