When the mod creates the zone IDs and Names it should remove spaces and special characters.
My bandit camp one looks like this:
{
"Name": "Bandit Camp\n",
"Radius": 100.0,
"Radiation": 0.0,
"Comfort": 0.0,
"Temperature": 0.0,
"Location": "-209.145 12.2611 -60.89091",
"Size": "0 0 0",
"Rotation": "0 0 0",
"Id": "Bandit Camp\n.1",
"EnterMessage": null,
"LeaveMessage": null,
"Permission": null,
"EjectSpawns": null,
"Enabled": true,
"Flags": "EjectSleepers"
}
NOW if I try and do achat command like this:
/zone_edit Bandit Camp\n.1
It says no such zone and the command cuts off @the \n
I suggest the ID being assigned be a number OR removeing special characters and spaces.
My bandit camp one looks like this:
{
"Name": "Bandit Camp\n",
"Radius": 100.0,
"Radiation": 0.0,
"Comfort": 0.0,
"Temperature": 0.0,
"Location": "-209.145 12.2611 -60.89091",
"Size": "0 0 0",
"Rotation": "0 0 0",
"Id": "Bandit Camp\n.1",
"EnterMessage": null,
"LeaveMessage": null,
"Permission": null,
"EjectSpawns": null,
"Enabled": true,
"Flags": "EjectSleepers"
}
NOW if I try and do achat command like this:
/zone_edit Bandit Camp\n.1
It says no such zone and the command cuts off @the \n
I suggest the ID being assigned be a number OR removeing special characters and spaces.