
                                             ███████╗ ██╗░░██╗ ██╗░░░██╗ ██████╗░ ░█████╗░ ███╗░░██╗
                                             ██╔════╝ ╚██╗██╔╝ ╚██╗░██╔╝ ██╔══██╗ ██╔══██╗ ████╗░██║
                                             █████╗░░ ░╚███╔╝░ ░╚████╔╝░ ██████╔╝ ██║░░██║ ██╔██╗██║
                                             ██╔══╝░░ ░██╔██╗░ ░░╚██╔╝░░ ██╔══██╗ ██║░░██║ ██║╚████║
                                             ███████╗ ██╔╝╚██╗ ░░░██║░░░ ██║░░██║ ╚█████╔╝ ██║░╚███║
                                             ╚══════╝ ╚═╝░░╚═╝ ░░░╚═╝░░░ ╚═╝░░╚═╝ ░╚════╝░ ╚═╝░░╚══╝


If you're having any issues installing the setup, feel free to reach out for help on our discord: discord.gg/gyRJbeRutP ## 516559


# List of public plugins that coulde be optimized by changing it's setings.

1. WorldGuard:
 - If you're using WorldGuard and your server doesn't have any areas that players cannot enter without permission (deny-entry flag)
You can set "use-player-move-event:" in config.yml to "false". This should help your server to save a lot of resources by basically 
not listening to player's move.
 - If you're using custom plots plugin that's not based on worldguard, you could think about disabling hopper item transaction event in WorldGuard
to grately improve worldguard's performance. If so, change "ignore-hopper-item-move-events:" to "true" in configuration file.

2. RoseStacker:
 - If you're having issues with RoseStacker plugin and your server has a lot of stacked entities/spawners, You could try setting
"data-storage-type:" to "SIMPLE". With this approach, saving data for stacked entities should be a lot faster.

3. CoreProtect:
 - If you're running CoreProtect you can save some resources by disabling logging of hopper item transactions. To do that
all you have to do is changing "hopper-transactions:" to "false". 

4. Any "Lag Fixing" plugins:
 - Basically, using such plugins usually produces more mess than anything useful, so it's better to keep away from such plugins.

5. MMO/RPG/Skills plugins:
 - Make sure that the plugin you're going to use is stable and safe. Many plugins of this type are known to be poorly coded and having 
pretty big impact on your server's performance.