I fixed my world
Also I updated my survival server and changed the ReadPosition code to
(because xofts code doesn't work with negative coordinates)
Also I updated my survival server and changed the ReadPosition code to
Code:
a_PosX = Value >> 38;
a_PosY = Value << 26 >> 52;
a_PosZ = Value << 38 >> 38;