-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlist.json
More file actions
49 lines (47 loc) · 1.83 KB
/
list.json
File metadata and controls
49 lines (47 loc) · 1.83 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
49
{
"skripts": {
"Example": {
"description": "Example Skript for Testing Purposes",
"url": "https://raw.githubusercontent.com/Dungeonfy-Programmers/Bootfy-Skripts-Repository/refs/heads/main/skripts/Example/skript.sk",
"dependencies": {}
},
"Dungeonfy 2": {
"description": "Access to Dungeonfy 2 in Dungeonfy 1",
"url": "https://raw.githubusercontent.com/Dungeonfy-Programmers/Bootfy-Skripts-Repository/refs/heads/main/skripts/Dungeonfy%202/skript.sk",
"dependencies": {}
},
"Ponts Tools": {
"description": "Helpful Dungeonfy Tools",
"url": "https://raw.githubusercontent.com/Dungeonfy-Programmers/Bootfy-Skripts-Repository/refs/heads/main/skripts/Ponts%20Tools/skript.sk",
"dependencies": {}
}
},
"worlds": {
"Chickenmapfy": {
"description": "Narcissim in a Dungeonfy map",
"url": "https://github.com/Dungeonfy-Programmers/Bootfy-Skripts-Repository/raw/refs/heads/main/mappacks/Chickenmapfy/ul_void.zip",
"dependencies": {}
},
"Empty": {
"description": "Empty world folder",
"url": "https://github.com/Dungeonfy-Programmers/Bootfy-Skripts-Repository/raw/refs/heads/main/mappacks/Empty/ul_void.zip",
"download_path": "/worldFiles/",
"dependencies": {}
}
},
"other": {
"test": {
"description": "testing n shit",
"url": "https://raw.githubusercontent.com/Dungeonfy-Programmers/DevelopFy-Files-Repository/main/Files/Other/test.txt",
"download_path": "/localhost/plugins/",
"dependencies": {}
}
},
"plugins": {
"CommandExecutor": {
"description": "A plugin required to use the console function of developfy",
"url": "https://github.com/Dungeonfy-Programmers/dfysp/blob/47ae39ee4e67d7602382e623df7d90fd289b54be/plugins/CommandExecutor.jar",
"dependencies": {}
}
}
}