Cancel Antity move (freeze mob)

Discussion in 'Plugin Development' started by clavat, Jun 11, 2012.

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

    clavat

    Hi,

    I searching on the bukkit API, but i don't find the even't to call for cancel move of any mob.

    Is it possible with EntityEvent ?
    Or other way to do this ?

    Just freeze, not place at other locations.
     
  2. Offline

    clavat

  3. Offline

    Jacek

    There is no entity move event, and no clean way to do this :(
     
  4. Offline

    FTWin01Gurl

    You could do a scheduled entity, that takes an entity's location, waits five seconds, gets new location, compares, then does its action.
     
  5. create an new net.minecraft.server entity, and blocks his movement, I know there is somewhere an tut for it how to do it whit an zombie
     
  6. Offline

    Jacek

Thread Status:
Not open for further replies.

Share This Page