Save item placement data correctly?

Okay imagine this picture below:
say someone places an item on their plot, A, then when the server loads their plot in the next time they play, and this time they have plot B, the items will have to be spawned in correctly,

how do i save the placement data to account for this:
plot Position and
plot Orientation can be different each play session

im not good with math. thank you so much for any help

1 Like

You could try putting a invisible block in each of the plots where the center of the save goes. Then when you saving, instead of getting the position and orientation of the part. Get the position offset and orientation offset from the invisible block.

1 Like

okay thanks i think that could work