How 2 optimize hoppers??
My dev said hoppers were main cause of lag and i don't know how to optimize that.
Solution:Jump to solution
Sorry guys- A friend told me modifying https://docs.papermc.io/paper/reference/spigot-configuration#world_settings_default_ticks_per_hopper_check helped and so far things have been good 😄
Spigot Configuration | PaperMC Docs
An explanation of Spigot's configuration file.
5 Replies
!spark
Spark Profiler
Spark can be used to see why your server or client is lagging.
Users can share a spark report via
/spark profiler start --timeout 300
which creates a report after 5 minutes. The spark report is useful in debugging why your server is lagging, so ideally you should always provide one while asking for support.
Download | Website | Docs
Admincraft Canned Responses
We can help determine if thats the exact reason, but a few things some servers do is restrict the number of hoppers per chunk, or have your dev make/find plugins that will replace large hopper based systems with single machines that would likely be more efficient than the mass of hoppers.
think modded vaccum hoppers
The thing i was told was that i had too many hoppers and there was a paper setting for it but I couldn't find it
Solution
Sorry guys- A friend told me modifying https://docs.papermc.io/paper/reference/spigot-configuration#world_settings_default_ticks_per_hopper_check helped and so far things have been good 😄
Spigot Configuration | PaperMC Docs
An explanation of Spigot's configuration file.