View difference between Paste ID: 8nydgKHZ and i53U5BPS
SHOW: | | - or go back to the newest paste.
1
Games:
2
  QD_1:                     # Game id
3
    game_name: "QD_GAME_1"       # Game name
4-
    map_name: "map_qd_1"    # Game map name
4+
    world_name: "map_qd_1"    # Game world 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
		alchemists:				#Alchemists souls spawn island
33
		  x: 0
34
		  y: 0
35
		  z: 0
36
		  r: 4					#Radius, must be >0
37
      BLUE:                   # Same, that a red 
38
        spawn:
39
          x: 0
40
          y: 0
41
          z: 0
42
        quartz:
43
          x: 0
44
          y: 0
45
          z: 0
46
        shop:
47
          x: 0
48
          y: 0
49
          z: 0
50
    spectators:             # Spectators location
51-
    map_name: "map_qd_2"    # Game map name
51+
52
      y: 0
53
      z: 0
54
  QD_2:                     # Game id
55
    game_name: "QD_GAME_2"  # Game name
56
    world_name: "map_qd_1"    # Game world name
57
    players_in_team: 5      # Players count in one team
58
    respawn_time: 10        # Player respawn time in seconds
59
    quartz_health: 75       # Quartz health
60
    kill_stats: true        # Show kill stats after game (Top killers in this game)
61
    teams_count: 4          # Count of teams in this game
62
    teams:                  # Teams list, which is must be in game (Only 8 teams: RED,BLUE,GREEN,YELLOW,MAGENTA,AQUA,GRAY,WHITE)
63
    - RED
64
    - BLUE
65
    - GREEN
66
    - YELLOW
67
    locations:              # Locations
68
      RED:                    # All red locations
69
        spawn:                  # Spawn location
70
          x: 0
71
          y: 0
72
          z: 0
73
        quartz:                 # Quartz location
74
          x: 0
75
          y: 0
76
          z: 0
77
        shop:                   # Villager shop location
78
          x: 0
79
          y: 0
80
          z: 0
81
      BLUE:                   # Same, that a red 
82
        spawn:
83
          x: 0
84
          y: 0
85
          z: 0
86
        quartz:
87
          x: 0
88
          y: 0
89
          z: 0
90
        shop:
91
          x: 0
92
          y: 0
93
          z: 0
94
		alchemists:				#Alchemists souls spawn island
95
		  x: 0
96
		  y: 0
97
		  z: 0
98
		  r: 4					#Radius, must be >0
99
    spectators:             # Spectators location
100
      x: 0 
101
      y: 0
102
      z: 0