Server/Plugin Optimization

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Alto

Deactivated
Feedback score
1
Posts
16
Reactions
1
Resources
0
Howdy,
Our team at Midnight Services would love to help with this issue.
We have a highly experienced Plugin Development team that should be able to track down this issue and get it fixed as soon as possible.

You can join our Discord server to get a freelancer or even to just say hi!
https://discord.gg/XpByWcK
 

JaGv

Operator | OneShot MC jag-dev.github.io
Premium
Feedback score
1
Posts
48
Reactions
24
Resources
0
There could be a lot of things going on here. Is it only a specific world where players lag? Does the lag only happen when the world isn't pre-loaded in (with another player running around in it)? What would you describe happening to the players during the "lag" phase?

Based on the timings report alone, I see the "Mines" plugin is taking up a solid percentage. Consider if this lag is only happening in worlds where Mine tasks are being run.
 

Zorah

Premium
Feedback score
9
Posts
437
Reactions
172
Resources
0
There could be a lot of things going on here. Is it only a specific world where players lag? Does the lag only happen when the world isn't pre-loaded in (with another player running around in it)? What would you describe happening to the players during the "lag" phase?

Based on the timings report alone, I see the "Mines" plugin is taking up a solid percentage. Consider if this lag is only happening in worlds where Mine tasks are being run.
Mines dev is helping me later today fix that.

Every world. When a player lags, they teleport there but everything freezes for a second, nothing in chat comes through, nothing like that. If they move, then when the server catches back up it teleports them back to spawn.

It's not only happening in worlds where mines are.
 

JaGv

Operator | OneShot MC jag-dev.github.io
Premium
Feedback score
1
Posts
48
Reactions
24
Resources
0
Another thing to look at may be the version of Multiverse you are running. If there is a better version you can run while being compatible with your server, that may help.
 

Zorah

Premium
Feedback score
9
Posts
437
Reactions
172
Resources
0
anymore?
 

SpeedyQuickCoding

Feedback score
1
Posts
76
Reactions
15
Resources
0
There's definitely something in com.asylumdevs.mines.mine.Mine, whatever Mining plugin you're using that is halting on the server thread, that's why it lags when players are in mines, I would get in contact with the developer and make sure that everything that is important with data synchronization etc. is running asynchronously instead of on the Main Thread. You're telling me the whole server freezes for about a couple of seconds is because your main thread is being overloaded.

Try asking the developer of the plugin for plugin support or see if it's open sourced, and I'll take a look at what it could possibly be.

Thankyou,
 
Status
This thread has been locked.
Top