Is there any way to add coordinates to a render queue? I'm trying to create a Python script that detects holes in the map and tries to fill them. Using fullrender takes up to an hour with only the flat map, so I don't really want to use that.
My server runs on a management tool, so my script can access files, the console, start/stop etc.
I've already mentioned in the title that I just need to add the coords to some kind of queue, detecting the holes shouldn't be a problem for me.
I'm aware of the radiusrender and updaterender commands, but since it's not possible to add more coordinates while another render is running, this is a big slowdown.