{
  "id": "pictionary",
  "observers": true,
  "modes": [
    {
      "id": "ffa",
      "name": "Free-for-all",
      "kind": "ffa",
      "minPlayers": 2,
      "maxPlayers": 10
    },
    {
      "id": "teamvs",
      "name": "Team VS",
      "kind": "teamVs",
      "minPlayers": 2,
      "maxPlayers": 10,
      "teams": [
        {
          "id": "red",
          "name": "Red",
          "color": "red",
          "minSize": 1,
          "maxSize": 5
        },
        {
          "id": "blue",
          "name": "Blue",
          "color": "blue",
          "minSize": 1,
          "maxSize": 5
        }
      ]
    }
  ],
  "maps": [
    {
      "id": "all",
      "name": "Everything",
      "preview": "maps/all.webp"
    },
    {
      "id": "animals",
      "name": "Animals",
      "preview": "maps/animals.webp"
    },
    {
      "id": "objects",
      "name": "Objects",
      "preview": "maps/objects.webp"
    },
    {
      "id": "actions",
      "name": "Actions",
      "preview": "maps/actions.webp"
    },
    {
      "id": "food",
      "name": "Food",
      "preview": "maps/food.webp"
    },
    {
      "id": "places",
      "name": "Places",
      "preview": "maps/places.webp"
    },
    {
      "id": "roleplay",
      "name": "Role Play",
      "preview": "maps/roleplay.webp"
    },
    {
      "id": "animalike",
      "name": "Anim-Alike",
      "preview": "maps/animalike.webp"
    }
  ],
  "version": "1.0.29"
}
