I've difficulties in setting mins and maxs for an entity. I know how to apply them and I have worked with entities before. However, now I am making a plugin and the size of an entity must be precise otherwise the plugin will fail.
Is there any information available about what point in 3D field each min and max (both are arrays with 3 cells) point define and where is the null point (origin of the entity, ground?). I would prefer an image if possible. And how could I display this entity in-game if I am not planning to set a model to it (I guess render (set_rendering) would be sufficient, but is it going to work if entity has no model ?).