No API Frozen Entities

Discussion in 'Plugin Development' started by micrlink, Mar 21, 2014.

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

    micrlink

    I want to know how to make it so mobs dont move and cant be pushed.
     
  2. Offline

    Mysticate

    Can't without NMS or remote entities
     
  3. Offline

    micrlink

    how do you use NMS
     
  4. Offline

    xTrollxDudex

    micrlink
    Remove Entity PathfinderGoal.
     
  5. Offline

    Mysticate

    Won't this just make it so it won't move to a target? It will still wander aimlessly and players can push it...
     
  6. Offline

    GameplayJDK

    micrlink There is no event which gets fired when you push an enity away. So you have no effective way to make it walk back to a specific location when necessary. - You can cancel EntityTargetEvent for the specific entity to prevent a distraction and control it using the Navigator from NMS. I'm not familiar with the exact usage of the Navighator, but xTrollxDudex knows about that.
     
  7. Offline

    xTrollxDudex

    Wandering aimlessly is also a pathfinder. Player will still be able to push it, but it is awfully easy to find the AxisAlignedBB and prevent that from happening.

    GameplayJDK
    You can't use Navigator or it will continue to move.
     
Thread Status:
Not open for further replies.

Share This Page