MapPoint.TryParse()
=> tries to parse an string to an MapPointMapPoint.Parse()
=> Parse an string to an MapPoint (can throw an Error)new MapPoint(string)
=> Like MapPoint.Parse()new MapPoint(Room,Vector3)
=> Creates a MapPoint which is Relative to the RoommapPoint.ToString()
or create it yourself with this layout: Roomnae:x:y:z
Example: HCZ_Room3ar:-1,792:1,330017:-0,004005589
config.syml
you can use the SerializedMapPoint Object in your IConfigSection.serializedMapPoint.Parse()