Hundreds of entities at Pos (0,0,0)
So I've been noticing lately a lot of entities being created on my server even though there were no players on it...
I decided to write a small plugin that would go over all server Entities and find the ones with position Vector3.zero (0,0,0).
There are literally hundreds of them, most of them are of prefab name "planner", also some keycards etc

Any ideas why this is happening? To my knowledge I have no plugins that would do such thing...

Full list:
Entities
I should also add that the following output was generated using my local test server. The deployed server had 60k entities and 30k of them were at Vector3.zero (underneath the map), when the cleanup job completed, server entities dropped to 30k which is shocking.
Because planer is also deployable items in chests witch are vector3.zero when not placed.. This can also be caused by items not being dstroyed correctly with in some plugin you have.