-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
42 lines (42 loc) · 1.14 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
{
"format_version": 2,
"header": {
"name": "Custom Commands",
"description": "Custom commands implementation for Minecraft Bedrock. Created by §bvytdev§r.",
"uuid": "d3ca1a3b-eb60-4117-64d7-8a6601202602",
"version": [0, 1, 0],
"min_engine_version": [ 1, 20, 0 ]
},
"capabilities": [
"script_eval"
],
"modules": [
{
"description": "behaviour",
"type": "data",
"uuid": "c77a8e8a-6227-444c-c27b-f03859539b08",
"version": [0, 0, 1]
},
{
"description": "scripts",
"type": "script",
"language": "javascript",
"entry": "scripts/index.js",
"uuid": "ff90f3f7-6106-47ac-3016-4565d4eeb884",
"version": [0, 0, 1]
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.3.0-beta"
}
],
"metadata": {
"authors": [
"VYT"
],
"license": "MIT",
"url": "https://github.com/vytdev/custom-commands"
}
}