-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmod.json
More file actions
executable file
·65 lines (65 loc) · 1.66 KB
/
mod.json
File metadata and controls
executable file
·65 lines (65 loc) · 1.66 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"geode": "5.3.0",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "techstudent10.creation_rotation",
"name": "Creation Rotation",
"version": "v1.0.0-beta.12",
"developer": "TechStudent10",
"description": "Wulzy's Creation Rotation as a mod",
"resources": {
"sprites": [
"resources/*.png"
],
"files": [
"resources/certs/*.pem"
]
},
"dependencies": {
"cvolton.level-id-api": ">=v2.0.0",
"geode.node-ids": ">=v1.23.0"
},
"settings": {
"server-url": {
"name": "Server URL",
"type": "string",
"default": "wss://creationrotation.underscored.me",
"description": "The Creation Rotation server URL",
"filter": "1234567890qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM.:/"
},
"hide-code": {
"name": "Hide Lobby Code",
"type": "bool",
"default": false,
"description": "Hides the lobby code on the lobby screen and the join popup"
},
"delete-lvls": {
"name": "Delete Levels when done",
"type": "bool",
"default": true,
"description": "Delete levels when you're done with them. This does not include the last turn when you receive your level back. Useful if you wanna keep the older versions of levels."
},
"admin-button": {
"name": "Admin",
"type": "custom:admin-button",
"description": "Administrator panel. Will not work without password."
}
},
"links": {
"community": "https://discord.gg/U6FCeekqdt",
"source": "https://github.com/TechStudent10/CreationRotation"
},
"issues": {
"info": "Report issues to the GH page",
"url": "https://github.com/TechStudent10/CreationRotation/issues"
},
"tags": [
"editor",
"enhancement",
"online"
]
}