Guest User

Untitled

a guest
May 14th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.77 KB | None | 0 0
  1. Games:
  2.   QD_1:                    # Game id
  3.     game_name: "QD_GAME_1"       # Game name
  4.     map_name: "map_qd_1"    # Game map name
  5.     map_center:            # Center of map (Some place in air)
  6.       x: 0
  7.       y: 0
  8.       z: 0
  9.     min_players: 8          # Count of minimum players to start a game
  10.     players_in_team: 5      # Players count in one team
  11.     respawn_time: 10        # Player respawn time in seconds
  12.     quartz_health: 75       # Quartz health
  13.     kill_stats: true        # Show kill stats after game (Top killers in this game)
  14.     teams_count: 2          # Count of teams in this game
  15.     teams:                 # Teams list, which is must be in game (Only 8 teams: RED,BLUE,GREEN,YELLOW,MAGENTA,AQUA,GRAY,WHITE)
  16.     - RED
  17.     - BLUE
  18.     locations:             # Locations
  19.       RED:                   # All red locations
  20.         spawn:                 # Spawn location
  21.           x: 0
  22.           y: 0
  23.           z: 0
  24.         quartz:                # Quartz location
  25.           x: 0
  26.           y: 0
  27.           z: 0
  28.         shop:                  # Villager shop location
  29.           x: 0
  30.           y: 0
  31.           z: 0
  32.       BLUE:                  # Same, that a red
  33.         spawn:
  34.           x: 0
  35.           y: 0
  36.           z: 0
  37.         quartz:
  38.           x: 0
  39.           y: 0
  40.           z: 0
  41.         shop:
  42.           x: 0
  43.           y: 0
  44.           z: 0
  45.     spectators:            # Spectators location
  46.       x: 0
  47.       y: 0
  48.       z: 0
  49.   QD_2:                    # Game id
  50.     game_name: "QD_GAME_2"  # Game name
  51.     map_name: "map_qd_2"    # Game map name
  52.     players_in_team: 5      # Players count in one team
  53.     respawn_time: 10        # Player respawn time in seconds
  54.     quartz_health: 75       # Quartz health
  55.     kill_stats: true        # Show kill stats after game (Top killers in this game)
  56.     teams_count: 4          # Count of teams in this game
  57.     teams:                 # Teams list, which is must be in game (Only 8 teams: RED,BLUE,GREEN,YELLOW,MAGENTA,AQUA,GRAY,WHITE)
  58.     - RED
  59.     - BLUE
  60.     - GREEN
  61.     - YELLOW
  62.     locations:             # Locations
  63.       RED:                   # All red locations
  64.         spawn:                 # Spawn location
  65.           x: 0
  66.           y: 0
  67.           z: 0
  68.         quartz:                # Quartz location
  69.           x: 0
  70.           y: 0
  71.           z: 0
  72.         shop:                  # Villager shop location
  73.           x: 0
  74.           y: 0
  75.           z: 0
  76.       BLUE:                  # Same, that a red
  77.         spawn:
  78.           x: 0
  79.           y: 0
  80.           z: 0
  81.         quartz:
  82.           x: 0
  83.           y: 0
  84.           z: 0
  85.         shop:
  86.           x: 0
  87.           y: 0
  88.           z: 0
  89.     spectators:            # Spectators location
  90.       x: 0
  91.       y: 0
  92.       z: 0
Add Comment
Please, Sign In to add comment