diff --git a/README.md b/README.md index 8dad5d6..308bb75 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,16 @@ You can find the original Spigot page [here](https://www.spigotmc.org/resources/ LagAssist is a plugin that provides tools to be used to analyse, prevent and resolve lag. +## Recommended Plugins + +I've been using these plugins for my Minecraft Server and they are highly recommended for optimization. + +- [LagFixer](https://modrinth.com/plugin/lagfixer) this plugin removes AI for passive mobs to reduce lags +and has other optimization features. +- [ChunkSpawnerLimiter](https://modrinth.com/plugin/chunkspawnerlimiter) this plugin reduces mobs spawn which useful +to prevent big mob farms instead of using StackMob that usually doesn't optimize that much. +- [Chunky](https://modrinth.com/plugin/chunky) this plugin pre-generates chunks efficiently to reduce lags + ## Credits - [Stefatorus](https://github.com/Stefatorus) for the plugin and permission to publish this plugin for free - [erxson](https://github.com/erxson) for adding gradle support