Skip to content

Movement


Taking care of fitness

Since Taterzens extend the Minecraft's vanilla PathfinderMob, they can perform pathfinding.

Movement of Taterzens could be divided in 3 categories:

If you don't want the Taterzen to move, you can use /npc edit movement NONE (default).

Strict Movement

Looking at player

Makes the Taterzen look at a player in radious of 4 blocks

/npc edit movement FORCED_LOOK

  1. For following the path strictly with no rests
    /npc edit movement FORCED_PATH
    

Follow Movement

  1. Specifying any target

    /npc edit movement FOLLOW <target to follow>
    

  2. Specifying specific target

    /npc edit movement FOLLOW UUID <uuid of the target to follow>
    

Free Movement

  1. If you have a non-escapable area, you can use the following command
    /npc edit movement FREE
    
    as it makes the Taterzen move around freely with no restrictions.
  1. For following the path but enabling long rests and looking around, use
    /npc edit movement PATH
    
Back to top