tastybento / ASkyBlock-Bugs-N-Features

Bug Tracker for ASkyBlock and AcidIsland - note team is 100% working on next version BentoBox
6 stars 3 forks source link

Lags problems #435

Closed willperker closed 7 years ago

willperker commented 7 years ago

Hi ! I encountered a problem on my server. We use ASkyBlock and with have many lags, the server has just 10 TPS in average... We did a purge from 6 months, deleted the userdata from 6 months... That did'nt change anything. We saw there are many chunk loaded (4000 chunks for just 20 players..). I think the plugin ASkyBlock load some inutile chunk and create some lags, is it true?

Poslovitch commented 7 years ago

The plugin ASkyBlock doesn't load/unload any chunk (or at least, the only time where it could do that, is when it purges islands). You should then consider to optimize your server : prefer using PaperSpigot, configure bukkit.yml, spigot.yml and paper.yml properly, allocate more RAM.

The Skyblock mode is high-consuming, due to the huge amount of mob farms that are used simultaneously.

willperker commented 7 years ago

Okok,

thank you !