-
Notifications
You must be signed in to change notification settings - Fork 13
/
server_config.json
63 lines (63 loc) · 1.15 KB
/
server_config.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"servername": "[g]🌴 [c=#00ff00]Onset[/c] [c=red]Prototype[/c] [c=yellow]Labs[/c] 🗽 [b]LIT AF[/b] 🚬🔥 🔫 + 💊 = 🚨 [u][b]NOICE[/b][/u] OK come on in 👀[/g]",
"gamemode": "GET THE EXPERIENCE ⛺ 💊",
"website_url": "https://playonset.com",
"ipaddress": "0.0.0.0",
"port": 7777,
"maxplayers": 300,
"password": "",
"timeout": 15000,
"iplimit": 5,
"masterserver": true,
"plugins": [
"mariadb",
"ini-plugin"
],
"packages": [
"default",
"elevator",
"webgui",
"trafficlights",
"horizon",
"vehiclejump",
"debug",
"race"
],
"voice": true,
"voice_sample_rate": 24000,
"voice_spatialization": true,
"pools": {
"player": {
"distance": 12000.0,
"update_rate": 0.05
},
"voice": {
"distance": 5000.0,
"update_rate": 0.8
},
"vehicle": {
"distance": 12000.0,
"update_rate": 0.1
},
"object": {
"distance": 12000.0,
"update_rate": 0.1
},
"npc": {
"distance": 12000.0,
"update_rate": 0.1
},
"pickup": {
"distance": 12000.0,
"update_rate": 0.1
},
"door": {
"distance": 12000.0,
"update_rate": 0.1
},
"text3d": {
"distance": 12000.0,
"update_rate": 0.1
}
}
}