Plugin Help SetCustomNameVisable won't work CraftBukkit 1.8

Discussion in 'Plugin Help/Development/Requests' started by Gamerdude157, Dec 9, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Gamerdude157

    I dont know why but this code wont spawn a villager with a custom name visable. Instead it just spawns a regular villager which only shows its name when you look at it.
    Code:
    Villager v = (Villager )<World>.spawnEntity(someloc, EntityType.VILLAGER);
    v.setCustomName("lol");
    v.setCustomNameVisable(true);
    
     
  2. Offline

    SwingDude

    It's spelled visible. What errors are coming up?
    EDIT: To clarify, v. setCustomNameVisible(true);
     
  3. Offline

    Gamerdude157

    Ya i was writing this code on my phone but its the same code i used in java . Btw no errors
    @SwingDude
     
  4. Offline

    SwingDude

    That is how names work, sadly. Please correct me if I am wrong.
     
  5. Offline

    Gamerdude157

    I know this is a new feature with 1.8 :( but is there any way with packets or something i can make it visible anyone?
     
  6. Offline

    CaptainUniverse

  7. Offline

    Gamerdude157

  8. Offline

    Gamerdude157

    Bumpity Bumpity BUMP
     
  9. Offline

    Gamerdude157

    BUMP!!!!!!!!!!!!!!!!!!
     
  10. Offline

    Gamerdude157

    Last edited by a moderator: Jun 29, 2016
  11. Offline

    mythbusterma

  12. Offline

    xTrollxDudex

    @Gamerdude157
    Due to the nature of Spigot, it might be best to ask on their forums. CraftBukkit doesn't exist for 1.8.
     
  13. Offline

    Gamerdude157

  14. Offline

    Jaaakee224

    @Gamerdude157
    The developers of Spigot made CraftBukkit, it is not created by the Bukkit Team. You should make a thread instead of posting it here.
     
  15. Offline

    rida12

    sorry I don't know about it
     
Thread Status:
Not open for further replies.

Share This Page