Add safe zone name / location to message:Solved

Idea:
Add a replaceable phrase in the config that will show the location within the message for Zone Manager.

Sample Config:
{
"1 Use Custom SafeZone settings": false,
"2 Kill Sleepers on disconnect": false,
"3 Time to delay Kill": 60,
"4 Oupost Zone Radius": 130,
"5 BanditCamp Zone Radius": 113,
"6 Ranch and Fishing Village Zone Radius": 40,
"7 Use Enter and Leave Messages?": true,
"8 Location Replaceable Character Sequence": "<locale>",
"9 Enter Message": "You are now Entering the <locale> which is a No Sleep Zone",
"10 Leave Message": "You are now leaving the <locale>",
"A Message Color": "#95a5a6",
"Custom SafeZone Zoneid's": [
"12345",
"54321"
]
}

Result:
{
"Name": "Large Fishing Village",
"Radius": 40.0,
"Radiation": 0.0,
"Comfort": 0.0,
"Temperature": 0.0,
"SafeZone": false,
"Location": "537.506 0 121.6638",
"Size": "0 0 0",
"Rotation": "0 0 0",
"Id": "Large Fishing Village.0",
"ParentID": null,
"EnterMessage": "<color=red>[NSZS]</color> :<color=#95a5a6> You are now Entering the Large Fishing Village which is a No Sleep Zone </color> ",
"LeaveMessage": "<color=red>[NSZS]</color> :<color=#95a5a6> You are now leaving the Large Fishing Village</color> ",
"Permission": null,
"EjectSpawns": null,
"Enabled": true,
"Flags": "None"
},

added a String Check for you

Locked automatically