From 45ae925fa7c8bc50d0768ae96b3184578c2fc639 Mon Sep 17 00:00:00 2001 From: Alvin Dimas Praditya Date: Sat, 10 Aug 2024 15:51:02 +0700 Subject: [PATCH] readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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