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!