Allay Follow Always
This mod completely changes the behavior of allays in Minecraft, making them constantly follow the player who gave them an item. Now your faithful assistants will accompany you everywhere, including traveling through portals between dimensions.
Main Features
The mod offers numerous settings for fine-tuning allay behavior. You can adjust follow distance, movement speed, and teleportation parameters. Allays can automatically teleport to the player if the distance becomes too large, while the system considers various dangerous situations.
Behavior Configuration
All parameters are configured through commands with permission level 4. Use /allayfollowalways options to view all available settings.
Follow Distance: Multiply the standard allay follow distance (64 blocks in Minecraft 1.19) by the rangeFactor coefficient. Default value: 1.
/allayfollowalways rangeFactor [double]
Movement Speed: Change allay movement speed using the movementSpeedFactor multiplier. Default value: 1.
/allayfollowalways movementSpeedFactor [float]
Teleportation System
Allays can automatically teleport to the player when exceeding the set distance. This feature does not exist in the standard game.
Teleportation Enable: Activate or deactivate teleportation. Default value: true.
/allayfollowalways teleportEnabled [boolean]
Teleportation Distance: Set the minimum distance for teleportation. Default value: 65.
/allayfollowalways teleportDistance [float]
Danger Protection: Allays can avoid teleporting into water, lava, or walls. All these options are enabled by default.
/allayfollowalways avoidTeleportingIntoWater [boolean]
/allayfollowalways avoidTeleportingIntoLava [boolean]
/allayfollowalways avoidTeleportingIntoWalls [boolean]
Follow Modes
The mod offers three allay behavior modes:
NONE- standard game behaviorFOLLOW- allay follows the player (like dogs)DIRECTIONAL_SLOW_DOWN- allay slows down when moving away from the player
The generalLeashMode prevents leash breakage when the allay moves away. Directional slowdown mode is set by default.