-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
51 lines (51 loc) · 1.43 KB
/
module.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
{
"id": "limits",
"title": "Limits",
"description": "Limit the range of sight, light, darkness, and sound within regions.",
"authors": [
{
"name": "dev7355608",
"email": "[email protected]"
}
],
"version": "2.0.4",
"compatibility": {
"minimum": "12",
"verified": "13"
},
"documentTypes": {
"RegionBehavior": {
"limitRange": {}
}
},
"scripts": [
"script.js"
],
"styles": [
"style.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "German",
"path": "lang/de.json"
},
{
"lang": "pt-BR",
"name": "Portuguese (Brazil)",
"path": "lang/pt-BR.json"
}
],
"url": "https://github.com/dev7355608/limits",
"manifest": "https://github.com/dev7355608/limits/releases/latest/download/module.json",
"download": "https://github.com/dev7355608/limits/releases/download/v2.0.4/module.zip",
"changelog": "https://github.com/dev7355608/limits/releases/tag/v2.0.4",
"bugs": "https://github.com/dev7355608/limits/issues",
"readme": "https://raw.githubusercontent.com/dev7355608/limits/main/README.md",
"license": "https://raw.githubusercontent.com/dev7355608/limits/main/LICENSE"
}