This repository has been archived by the owner on Mar 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.txt
57 lines (57 loc) · 1.46 KB
/
mod.txt
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
{
"name" : "Lobby Tools",
"description" : "",
"author" : "jan-di",
"contact" : "[email protected]",
"version" : "1.2",
"blt_version" : 2,
"color" : "249 120 44",
"updates" : [
{
"revision" : 2,
"identifier" : "lobbytools"
}
],
"pre_hooks" : [
{ "hook_id" : "lib/managers/menumanager",
"script_path" : "lua/mod_init.lua"
}
],
"hooks" : [
{ "hook_id" : "lib/setups/setup",
"script_path" : "lua/mod_core.lua"
},
{ "hook_id" : "lib/setups/setup",
"script_path" : "lua/mod_misc.lua"
},
{ "hook_id" : "lib/setups/setup",
"script_path" : "lua/hook_luanetworking.lua"
},
{ "hook_id" : "lib/managers/localizationmanager",
"script_path" : "lua/hook_localizationmanager.lua"
},
{ "hook_id" : "lib/states/ingamewaitingforplayers",
"script_path" : "lua/hook_ingamewaitingforplayers.lua"
}
],
"keybinds" : [
{
"keybind_id" : "lobbytools_keybind_forceready",
"name" : "lobbytools_keybind_forceready_name",
"description" : "lobbytools_keybind_forceready_desc",
"script_path" : "lua/keybind_forceready.lua",
"run_in_menu" : false,
"run_in_game" : true,
"localized" : true
},
{
"keybind_id" : "lobbytools_keybind_instantrestart",
"name" : "lobbytools_keybind_instantrestart_name",
"description" : "lobbytools_keybind_instantrestart_desc",
"script_path" : "lua/keybind_instantrestart.lua",
"run_in_menu" : false,
"run_in_game" : true,
"localized" : true
}
]
}