forked from STBaf/NotYourTurn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
50 lines (50 loc) · 1.2 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
{
"id": "NotYourTurn",
"name": "NotYourTurn",
"title": "Not Your Turn!",
"description": "Block token movement if it's not the token's turn.",
"version": "2.1.1",
"authors": [{
"name": "STB",
"url": "https://www.stbaf.de",
"email": "[email protected]",
"discord": "STB#9841"
}],
"esmodules": ["./NotYourTurn.js"],
"socket": true,
"minimumCoreVersion": 10,
"compatibility": {
"minimum": "10",
"verified": "11"
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "de",
"name": "Deutsch (German)",
"path": "lang/de.json"
},
{
"lang": "it",
"name": "Italian",
"path": "lang/it.json"
}
],
"url": "https://github.com/STBaf/NotYourTurn",
"manifest": "https://raw.githubusercontent.com/STBaf/NotYourTurn/master/module.json",
"download": "https://github.com/STBaf/NotYourTurn/archive/master.zip"
}