-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
61 lines (61 loc) · 1.43 KB
/
manifest.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
52
53
54
55
56
57
58
59
60
61
{
"format_version": 2,
"header": {
"name": "Paradox AntiCheat",
"description": "A utility to fight against malicious hackers on Bedrock Edition ~ v3.4.6",
"uuid": "54edfea5-ab51-47ca-b992-724e255b5560",
"version": [
3,
4,
6
],
"min_engine_version": [
1,
20,
60
]
},
"metadata": {
"authors": [
"Visual1mpact, Pete9xi"
],
"license": "GPLv3",
"url": "https://github.com/Pete9xi/Paradox_AntiCheat"
},
"modules": [
{
"type": "data",
"uuid": "d8395127-6923-4fb7-93d2-977cecd463e0",
"version": [
1,
0,
0
]
},
{
"description": "Paradox AntiCheat Gametest Features",
"language": "javascript",
"type": "script",
"uuid": "1326c87b-37f3-4543-9f0f-0d03893134e1",
"version": [
0,
0,
1
],
"entry": "scripts/paradox.js"
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.9.0-beta"
},
{
"module_name": "@minecraft/server-ui",
"version": "1.2.0-beta"
}
],
"capabilities": [
"script_eval"
]
}