-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
48 lines (48 loc) · 1.39 KB
/
manifest.json
File metadata and controls
48 lines (48 loc) · 1.39 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
43
44
45
46
47
48
{
"format_version": 2,
"header": {
"description": "The most capable and powerful Minecraft Bedrock Anticheat.",
"min_engine_version": [1, 20, 80],
"name": "§aVIGILANT §2(§av1.0.0§2)§r",
"uuid": "98c1a118-47cd-4540-818e-e96dcd02a8b5",
"version": [1, 0, 0]
},
"metadata": {
"authors": ["shall0e"],
"url": "https://shall0e.github.io/"
},
"modules": [
{
"description": "VIGILANT Anticheat",
"type": "data",
"uuid": "9e70f18c-e4b9-4a81-b247-76fa44ec4a9f",
"version": [1, 0, 0]
},
{
"description": "Gametest Framework or whatever lol",
"entry": "scripts/main.js",
"language": "javascript",
"type": "script",
"uuid": "2acc1149-00cf-4c59-b991-5680416ef0a7",
"version": [0, 1, 0]
}
],
"capabilities": ["script_eval"],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.11.0-beta"
},
{
"module_name": "@minecraft/server-gametest",
"version": "1.0.0-beta"
},
{
"module_name": "@minecraft/server-ui",
"version": "1.2.0-beta"
}
],
"scripts": {
"initialize": "scripts/main.js"
}
}