"Randar" is an exploit for Minecraft which uses LLL lattice reduction to crack the internal state of an incorrectly reused java.util.Random in the Minecraft server, then works backwards from that to locate other players currently loaded into the world.
(the number comes from the , which is the 2b2t world seed + the magic value used for seeding the Woodland region (as shown earlier). For any other world you would just put your own seed instead into this equation.)-4172144997891902323-4172144997902289642 + 10387319
But how to get the server world seed from client? Minecraft.getMinecraft().theWorld.getSeed() returns 0
Thanks
(the number comes from the , which is the 2b2t world seed + the magic value used for seeding the Woodland region (as shown earlier). For any other world you would just put your own seed instead into this equation.)-4172144997891902323-4172144997902289642 + 10387319
But how to get the server world seed from client? Minecraft.getMinecraft().theWorld.getSeed() returns 0 Thanks