-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
47 lines (47 loc) · 740 Bytes
/
Copy pathmod.json
File metadata and controls
47 lines (47 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"Name": "SAC",
"Description": "",
"Version": "1.0.0",
"LoadPriority": 1,
"ConVars": [
{
"Name": "sac_hostname",
"DefaultValue": "https://sac.huizhiyin.cn"
},
{
"Name": "sac_server_name_add_sac",
"DefaultValue": "1"
}
],
"Scripts": [
{
"Path": "sac/sv_sac.nut",
"RunOn": "SERVER",
"ServerCallback": {
"Before": "SAC_Init"
}
},
{
"Path": "sac/sv_chat.nut",
"RunOn": "SERVER"
},
{
"Path": "sac/sv_ban.nut",
"RunOn": "SERVER",
"ServerCallback": {
"Before": "SAC_Ban_Init"
}
},
{
"Path": "sac/sv_mute.nut",
"RunOn": "SERVER",
"ServerCallback": {
"Before": "SAC_Mute_Init"
}
},
{
"Path": "sac/utils/sv_time.nut",
"RunOn": "SERVER"
}
]
}