metabrix

Results 22 comments of metabrix

@Jannyboy11 here's what we've found: 1. Chunks don't need to be newly generated. 2. From what we can see using our custom `/whois` command, the world change happens when the...

_I finally found what the problem is_ ## Player world info loss Paper moves the world loading from `Entity#load(CompoundTag)` to `PlayerList#placeNewPlayer(Connection, ServerPlayer, CommonListenerCookie)` since [`1.20.2` build `272`](https://github.com/PaperMC/Paper/commit/0cdce89d595a2c1c097c9e2a5ff96687977b3b25): https://github.com/PaperMC/Paper/blob/d348cb88a9fe8d19e46102c8b9febe18f746d46b/patches/server/0343-Move-player-to-spawn-point-if-spawn-in-unloaded-worl.patch (the patch...