Custom AI not working on Villagers
Summary
Describe the bug encountered in detail.
Steps to reproduce
Use the following configuration options to make a villager stop wandering around:
AIGoalSelectors:
- clear
Options:
MovementSpeed: 0
Current behavior
If adding a custom AI like clear
the villager will still walk around. Setting the option MovementSpeed to 0 won't work either.
Intended correct behavior
Prevent the Villager from walking around.
Server log file
https://pastebin.com/DErr7yCw https://pastebin.com/vr30wgcC
Debug log snippet
On plugin reload.
Proposed fixes
Preventing a villagers' walking movement should be re-enabled in some way.