-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.info.json
76 lines (72 loc) · 2.28 KB
/
config.info.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
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"description": {
"en": "Here you can find all settings for this modification.",
"ru": "Тут можно найти все настройки этой модификации."
},
"properties": {
"enabled": {
"name": {
"en": "Launch",
"ru": "Запуск"
},
"description": {
"en": "Changes launch state of modification; if disabled, mod willn't be launched.",
"ru": "Меняет состояния запускаемости мода, если отключено - мод запущен не будет."
},
"index": 0
},
"remote_connections": {
"name": {
"en": "Remote Connections",
"ru": "Удаленные подключения"
},
"description": {
"en": "Allows other players to connect to server and perform operations on its behalf, server client's interface will be blocked.",
"ru": "Позволяет другим игрокам подключаться к серверу и выполнять операции от его имени, интерфейс у клиента сервера будет заблокирован."
},
"index": 1
},
"operator_required": {
"name": {
"en": "Operator Required",
"ru": "Требовать оператора"
},
"description": {
"en": "Only operators can perform operations on behalf of server, otherwise clients will work with local regions.",
"ru": "Операции от лица сервера смогут выполнять только операторы, иначе клиенты будут работать с локальными регионами."
},
"displayIf": "remote_connections",
"index": 2
},
"blocks_per_tick": {
"displayIf": false
},
"window_transparent": {
"displayIf": false
},
"window_length": {
"displayIf": false
},
"window_dynamic": {
"displayIf": false
},
"hints_via_overlay": {
"displayIf": false
},
"operation_direction": {
"displayIf": false
},
"cover_transparent_blocks": {
"displayIf": false
},
"beautify_json": {
"displayIf": false
},
"place_air_before_paste": {
"displayIf": false
},
"integrity": {
"displayIf": false
}
}
}