Ability to name a coord regionSuggestion

Hi, would it be possible for us to be able to define a name for a region in the config? If the chinook is dropping a crate at the large oilrig, I'd like to be able to tell the players this.

Something like:

{
"regionNames": {
"1": {
"name": "Large Oilrig",
"maxX": 2200,
"minX": 2100,
"maxY": 400,
"minY": 390
}
}

}

Thank you for considering!

As the location(s) of the drop points would be different in nearly every procedural map I think that the amount of work involved would make it impractical for the dev, as it is you get the coords well in advance of the drop,
I agree this involves work, but I'm asking for the option for the server owner to define named regions. If they choose not to use it then the coords can be displayed as per normal behaviour.