reduce time to load nether while entering portals. overwise, sometimes (below 50% cases) - player can hear footsteps sounds for a minute or so, and then after loading to Nether can fall down to lava through blocks below the portal.
So, developers, server need more time to load - just add more seconds in a process, or make some subrouting to check memory loading. High CPU = unzipping and reading too more chunks in one moment.
can confirm that
server.properties:
client-side-chunk-generation-enabled=false
reduce time to load nether while entering portals.
overwise, sometimes (below 50% cases) - player can hear footsteps sounds for a minute or so, and then after loading to Nether can fall down to lava through blocks below the portal.
So, developers, server need more time to load - just add more seconds in a process, or make some subrouting to check memory loading.
High CPU = unzipping and reading too more chunks in one moment.
IMO