Advertisement
Guest User

CSGO 5v5 JSON config file

a guest
Feb 14th, 2020
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.85 KB | None | 0 0
  1. {
  2.     "matchid": "5v5 pub",
  3.     "num_maps": 1,
  4.     "players_per_team": 5,
  5.     "min_players_to_ready": 3,
  6.     "min_spectators_to_ready": 0,
  7.     "skip_veto": true,
  8.     "veto_first": "team1",
  9.     "side_type": "standard",
  10.  
  11.     "spectators": {
  12.         "players":
  13.         [
  14.             "spec1",
  15.             "spec2",
  16.             "spec3"
  17.         ]
  18.     },
  19.  
  20.     "maplist":
  21.     [
  22.         "de_cache"
  23.     ],
  24.  
  25.     "favored_percentage_team1": 65,
  26.     "favored_percentage_text": "HLTV Bets",
  27.  
  28.     "team1": {
  29.         "name": "Team 1(Blue)",
  30.         "tag": "EnvyUs",
  31.         "flag": "FR",
  32.         "logo": "nv",
  33.         "players":
  34.         {
  35.             "t1p1" : "",
  36.             "t1p2" : "",
  37.             "t1p3" : "",
  38.             "t1p4" : "",
  39.             "t1p5" : ""
  40.         }
  41.     },
  42.  
  43.     "team2": {
  44.         "name": "Team 2(Red)",
  45.         "tag": "Fnatic",
  46.         "flag": "SE",
  47.         "logo": "fntc",
  48.         "players":
  49.         [
  50.             "t2p1" : "",
  51.             "t2p2" : "",
  52.             "t2p3" : "",
  53.             "t2p4" : "",
  54.             "t2p5" : ""
  55.         ]
  56.     },
  57.  
  58.     "cvars": {
  59.         "hostname": "5v5 bot"
  60.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement