1
+ // This configuration was automatically generated by CounterStrikeSharp for plugin 'SLAYER_Football', at 2024/06/22 08:37:27
2
+ {
3
+ "FB_PluginEnabled" : true ,
4
+ "FB_AutostartEnabled" : true , // Autostart Match Enabled in all maps? (true = Yes, false = No)
5
+ "FB_AdminFlagToUseCMDs" : " @css/root" , // Who have access to use commands?
6
+ "FB_MapSettings" : [
7
+ {
8
+ "MapName" : " field" , // Enter the Map name for which these settings for
9
+ "ScoreboardEnabled" : true , // Enable the Scoreboard in Map? (true = Yes, false = No)
10
+ "MaxPlayersInEachTeam" : 5 , // How many players allowed in Each team in this Map?
11
+ "PlayersNeedForAutoStart" : 2 , // How many players needed to auto start game? (0 = Disable Autostart for this Map)
12
+ "GoalsNeedToWin" : 7 , // How many Goals needed to Win the Game?
13
+ "CT_Spawns" : [ // CT Spawn Points in this Map
14
+ {
15
+ "CT_SpawnPoint_1" : " 30.00 -300.00 -185.48" , // Center (next to ball) | NOTE: Always set players spawn position from Center to Goal Position
16
+ "CT_SpawnPoint_2" : " 210.00 -470.00 -185.48" , // Mid-Forward-left
17
+ "CT_SpawnPoint_3" : " 210.00 -300.00 -185.48" , // Mid-Forward-Center
18
+ "CT_SpawnPoint_4" : " 210.00 -130.00 -185.48" , // Mid-Forward-Right
19
+ "CT_SpawnPoint_5" : " 450.00 -470.00 -185.48" , // Mid-Back-left
20
+ "CT_SpawnPoint_6" : " 450.00 -300.00 -185.48" , // Mid-Back-Center
21
+ "CT_SpawnPoint_7" : " 450.00 -130.00 -185.48" , // Mid-Back-Right
22
+ "CT_SpawnPoint_8" : " 650.00 -300.00 -185.48" , // Goal Position
23
+ "CT_SpawnPoint_9" : " " ,
24
+ "CT_SpawnPoint_10" : " " ,
25
+ "CT_SpawnPoint_11" : " "
26
+ // Add more Spawn Points if you need
27
+ }
28
+ ],
29
+ "T_Spawns" : [
30
+ {
31
+ "T_SpawnPoint_1" : " -90.00 -300.00 -185.48" , // Center (next to ball) | NOTE: Always set players spawn position from Center to Goal Position
32
+ "T_SpawnPoint_2" : " -270.00 -130.00 -185.48" , // Mid-Forward-left
33
+ "T_SpawnPoint_3" : " -270.00 -300.00 -185.48" , // Mid-Forward-Center
34
+ "T_SpawnPoint_4" : " -270.00 -470.00 -185.48" , // Mid-Forward-Right
35
+ "T_SpawnPoint_5" : " -510.00 -130.00 -185.48" , // Mid-Back-left
36
+ "T_SpawnPoint_6" : " -510.00 -300.00 -185.48" , // Mid-Back-Center
37
+ "T_SpawnPoint_7" : " -510.00 -470.00 -185.48" , // Mid-Back-Right
38
+ "T_SpawnPoint_8" : " -710.00 -300.00 -185.48" , // Goal Position
39
+ "T_SpawnPoint_9" : " " ,
40
+ "T_SpawnPoint_10" : " " ,
41
+ "T_SpawnPoint_11" : " "
42
+ // Add more Spawn Points if you need
43
+ }
44
+ ],
45
+ // Configure Scoreboard according to the Map
46
+ "Scoreboard_1" : [
47
+ {
48
+ "MessageText" : " BEST OF\n {0:D2}" , // Text Message (Note: Just Change the 'Best of' text | '{0:D2 }' represents total Goals Target)
49
+ "FontName" : " Arial" , // Font of the Text
50
+ "FontSize" : 20 , // Font Size of the Text
51
+ "HexColor" : " #FFFFFFFF" , // Color of the Text
52
+ "Position" : " -41 -929 130" , // Position of the Text
53
+ "Rotation" : " 0 180 90" // Rotation of the Text
54
+ }
55
+ ],
56
+ "Scoreboard_2" : [
57
+ {
58
+ "MessageText" : " {0:D2} {1:D2}" , // Note: Only Adjust Spaces between {0:D2 } and {1:D2}
59
+ "FontName" : " Arial" ,
60
+ "FontSize" : 30 ,
61
+ "HexColor" : " #FF3CB371" ,
62
+ "Position" : " -39 -929 60" ,
63
+ "Rotation" : " 0 180 90"
64
+ }
65
+ ]
66
+ // Don't add anymore Scoreboard, they won't work
67
+ }
68
+ // Add more Maps here
69
+ ],
70
+ "ConfigVersion" : 1
71
+ }
0 commit comments