The plugin allows you to
deactivate AI for specific mobs, boosting server performance. This optimization reduces lag, improves responsiveness, and enhances overall gameplay experience for all players.
Setting Up:
Firstly, you need to set up the groups in
config.yml.
Groups are basically just lists of mob types, or in other words categories.
For example: farm_animals, village_mobs, nether_mobs
After setting up the groups in config file, you can reload the plugin using
/optimizer reload command.
That's it!
Now you can disable the AI for specific group just by entering:
/optimizer disable <the_name_of_the_group>
To enable the AI, you can simply use
/optimizer enable <the_name_of_the_group>
Commands:
/optimizer disable <group_name> - deactivates AI for the given group
/optimizer enable <group_name> - activates AI for the given group
/optimizer reload - reloads the config file
/optimizer groups - Shows the list of available groups
Permissions:
optimizer.use - allows player to use /
optimizer command