-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
57 lines (49 loc) · 1.71 KB
/
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
{
"token": "",
"prefix": "!",
"embedCollor": "#00bd6d",
"guildId": "",
"mainEmbedChannel": "",
"requestParent": "",
"requestsChannel": "",
"nicknamesChannel": "",
"moderatorRoleCollor": "#00ff48",
"thumbImage": "https://media.discordapp.net/attachments/1057078822375264349/1066034808523866223/WoWqWgf5J4U.png",
"footerText": "MineServ.top | WhiteList",
"RCon": {
"IP":"",
"Port":"",
"Password":""
},
"WhiteList": {
"Question1": {
"Label": "ваш никнейм",
"Placeholder": "напишите свой никнейм в Minecraft",
"Style": "SHORT"
},
"Question2": {
"Label": "ваше имя / возраст",
"Placeholder": "напишите своё имя и возраст",
"Style": "SHORT"
},
"Question3": {
"Label": "как относитесь к читам",
"Placeholder": "напишите, как вы относитесь к читам",
"Style": "SHORT"
},
"Question4": {
"Label": "как вы узнали о сервере",
"Placeholder": "напишите, как вы узнали о сервере",
"Style": "SHORT"
},
"Question5": {
"Label": "что вы собираетесь делать",
"Placeholder": "напишите, что вы собираетесь делать на сервере",
"Style": "LONG"
},
"addCommand":"wl add $user",
"remCommand":"wl remove $user",
"banCommand":"ban $user",
"unbanCommand":"pardon $user"
}
}