-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
42 lines (42 loc) · 1.33 KB
/
Copy pathmodule.json
File metadata and controls
42 lines (42 loc) · 1.33 KB
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
{
"id": "macro-keybinds",
"title": "Macro Keybinds",
"description": "The macro hotbar gives you ten number keys and that's it. Macro Keybinds adds a Keybind field to the macro config so you can fire any macro from any key combo you like, modifiers included, and optionally take over the default 1-0 hotbar keys while you're at it. Each player sets their own.",
"version": "",
"bugs": "https://github.com/Sayshal/macro-keybinds/issues",
"changelog": "https://github.com/Sayshal/macro-keybinds/releases",
"license": "https://github.com/Sayshal/macro-keybinds?tab=MIT-1-ov-file",
"readme": "https://github.com/Sayshal/macro-keybinds?tab=readme-ov-file",
"authors": [
{
"name": "Tyler",
"discord": "Tyler",
"url": "https://github.com/Sayshal"
},
{
"name": "Lukas"
}
],
"compatibility": {
"minimum": "14",
"verified": "14.364"
},
"relationships": {
"requires": [
{
"id": "3ds-atlas",
"type": "module"
}
]
},
"download": "",
"esmodules": ["scripts/macro-keybinds.js"],
"flags": {
"hotReload": {
"extensions": ["css", "html", "hbs", "json"],
"paths": ["styles", "templates"]
}
},
"manifest": "https://github.com/Sayshal/macro-keybinds/releases/latest/download/module.json",
"url": "https://github.com/Sayshal/macro-keybinds"
}