Plain Place Config
constructor(placeType: PlaceType = PlaceType.PLAIN, placeId: String, placeName: String?, placeImageUrl: String?, centralX: Int?, centralY: Int?, goalDegree: Int, reverse: Boolean, inside: @Serializable(with = PolygonSerializer::class ) Polygon, outside: @Serializable(with = PolygonSerializer::class ) Polygon, image: String?, owner: @Serializable(with = OfflinePlayerSerializer::class ) OfflinePlayer, staff: ArrayList<@Serializable(with = OfflinePlayerSerializer::class ) OfflinePlayer>)