Solved Immediately Invisible ArmorStand

Discussion in 'Plugin Development' started by Itsmine, Aug 6, 2021.

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

    Itsmine

    I know way that have ArmorStand invisible,
    Code:
    armorStand = world.spawn(frontlocation,ArmorStand.class);
    armorStand.setVisible(false);
    armorStand.setGravity(false);
    But I can see Armor Stand for a moment.

    can you bring me solution about this problem?
     
  2. Offline

    timtower Administrator Administrator Moderator

    @Itsmine Spawn it somewhere else, teleport it to the correct location.
     
  3. Offline

    KarimAKL

    @Itsmine I believe using NMS would prevent this, but it is more of a hassle than just teleporting.
     
Thread Status:
Not open for further replies.

Share This Page