Spigot plugin for minimizing lag caused by villagers by soft-disabling their AI on certain configurable blocks
- Soft-disables (
setAware(false)
) villagers when the block types of the blocks below or 1 or 2 blocks above them are found in thevillager-noai-blocks
in the config. - That's it.
Because this plugin uses reflection to access internal Minecraft features, it only works on a specific version.
Using PaperMC is recommended for your server because it fixes some Spigot and Vanilla bugs and improves performance.