-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
41 lines (41 loc) · 986 Bytes
/
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
{
"format_version": 2,
"header": {
"name": "Isolate AntiCheat b8.7.6",
"description": "Isolate - The anticheat that seperates your server from hackers (BETA-API REQUIRED)",
"uuid": "af41dd2a-c57b-4d6f-9359-814e2ca0ab2f",
"version": [8, 7, 6],
"min_engine_version": [1, 19, 0]
},
"metadata": {
"authors": ["MrDiamond64", "Dream23322/4urxra"],
"url": "https://github.com/Dream23322/Isolate-Anticheat"
},
"modules": [{
"type": "data",
"uuid": "fdad6e6d-4c1e-4e08-adfa-83a99d99d3fc",
"version": [
1,
0,
0
]
},
{
"description": "Isolate AntiCheat Beta API Features",
"language": "javascript",
"type": "script",
"uuid": "156e10af-b260-41c2-8b03-e616cb4c0df0",
"version": [0, 0, 1],
"entry": "scripts/start.js"
}
],
"dependencies": [{
"module_name": "@minecraft/server",
"version": "1.16.0-beta"
},
{
"module_name": "@minecraft/server-ui",
"version": "1.4.0-beta"
}
]
}