11 lines
260 B
1
{
2
"$schema": "https://moonlight-mod.github.io/manifest.schema.json",
3
"id": "commands",
4
"apiLevel": 2,
5
"meta": {
6
"name": "Commands",
7
"tagline": "A library to add commands",
8
"authors": ["Cynosphere", "NotNite"],
9
"tags": ["library"]
10
}
11
}
12