I am using nucleus for my server atm, but /rtp creates massive lag for a few seconds. Was wondering if there is a different /rp or /rtp plugin that works smoother than nucleus’ /rtp.
You could ask the developer of nucleus if he can improve the command.
Its not nucleus problem, pregen yours world chunks…
Recently did some work on random teleports in Project Portals. Could use it to create a random warp entry.
/warp create <name> -c random
And yes pregen your chunks. It makes a pretty significant difference.
Prgenning will help you a lot, and I’m hoping to PR some work I’ve done using personal mixins into Sponge at some point soon to try to improve that for everyone, if the Sponge guys are up for that.
For the interested -
It’s worth nothing that I did a lot of work on making /rtp not cause huge amounts of lag. I split the work over multiple ticks to reduce lag - so I only make one attempt at finding a safe spot per tick - for the interested parties, the code I use is here. I even rewrote the Sponge safe teleport routines to try to make things better.
I can vouch for /rtp to being fine if you pregen your world. Note, that it does depend on a lot of other things - for example, I use Pixelmon in conjunction with Sponge, so random teleporting will create momentary lag for the user due to it loading in chunks as well as Pokemon.
What Spongeforge version are you using? Some are better optimized for chunk loading and unloading.
1.8.9, I am openning a pixelmon server version 4.2.7 soon. Currently working on the plugins and having players join for testing and one of the complaints that was mentioned was the /rtp lag.
Well, make sure that your players are able to properly run Pixelmon. Then, see to pre-generating the whole map.
Will do that, thank you for this information.