forked from Special-K-s-Flightsim-Bots/DCSServerBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslotblocking.json.sample
26 lines (26 loc) · 962 Bytes
/
slotblocking.json.sample
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
{
"configs": [
{
"VIP": {
"slots": 2,
"discord": ["Admin", "DCS Admin"],
"audit": true
},
"restricted": [
{ "unit_type": "artillery_commander", "discord": "Donators", "message": "This slot is reserved for Donators!" },
{ "unit_type": "forward_observer", "discord": "Donators", "message": "This slot is reserved for Donators!" },
{ "unit_type": "instructor", "discord": "Donators", "message": "This slot is reserved for Donators!" },
{ "unit_type": "observer", "discord": "@everyone", "message": "This slot is reserved for members of http://invite.link!" }
]
},
{
"installation": "DCS.openbeta_server",
"use_reservations": true,
"restricted": [
{ "group_name": "Rookie", "points": 10, "costs": 10 },
{ "group_name": "Veteran", "points": 20, "costs": 10 },
{ "group_name": "Ace", "points": 50, "costs": 30 }
]
}
]
}