-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmod.json
More file actions
136 lines (134 loc) · 3.17 KB
/
mod.json
File metadata and controls
136 lines (134 loc) · 3.17 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"geode": "5.3.0",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "bluescratch.main_menu_plus",
"name": "Main Menu Plus",
"version": "v1.8.1",
"developer": "Bluescratch",
"description": "A Mod Which Adds Animations To The GD Menu!",
"dependencies": {
"geode.node-ids": {
"version": ">=1.20.0",
"required": true
},
"raydeeux.pages_api": {
"version": ">=1.0.0",
"required": true
}
},
"tags": [
"interface", "customization", "utility"
],
"settings": {
"mod": {
"type": "title",
"name": "Other Mod Settings"
},
"enable-mod": {
"default": true,
"name": "Enable Mod",
"description": "Enables/Disables the Mod without restarting",
"type": "bool"
},
"main-menu-plus-settings": {
"type": "title",
"name": "Main Settings"
},
"toggle-moreGames": {
"type":"bool",
"name": "Toggle More Games",
"description": "Toggles The More Games Button",
"default": false
},
"toggle-links":{
"name": "Toggle Social Media Menu",
"description": "toggles the social media menu",
"default": false,
"type": "bool"
},
"btn-repos":{
"default": false,
"name": "Bottom Menu Btn Reposition",
"description": "(Temporary) Repositions the mod info and mod settings button.",
"type": "bool"
},
"profbtnrepos" : {
"type": "bool",
"name": "Profile Reposition",
"default": false
},
"disable-info": {
"type": "bool",
"default": false,
"description": "If On, Disables The Extra Mod Info Btn",
"name": "Disable Info Btn",
"enable-if": "enable-mod",
"enable-if-description": "You Cannot Change This While The Mod Is Off!"
},
"popup-on-omm": {
"type": "bool",
"default": true,
"name": "Warning Popup on OverCharged main menu",
"description": "Enables/Disables the warning popup when the user has OverCharged main menu"
},
"slide-value-settings": {
"type": "title",
"name": "Slide Settings"
},
"slide-speed": {
"type": "int",
"default": 2,
"name": "Anim Speed",
"description": "Sets The Speed Of The Animations",
"min": 1,
"max": 6,
"control": {
"arrow-step": 1,
"arrows": true,
"slider": true,
"slider-step": 1,
"input": true
},
"enable-if": "enable-change-slide"
},
"enable-change-slide": {
"default": false,
"name": "Enable Slide Changing",
"description": "Enables The Changing of all of the slide things",
"type": "bool"
},
"slide-type": {
"type": "string",
"one-of": ["Bounce Out", "Exponential Out", "Back Out"],
"default": "Back Out",
"name": "Slide Type",
"description": "What The Slide Type Should Be",
"enable-if": "enable-change-slide"
},
"keybinds": {
"type": "title",
"name": "keybinds"
},
"settings-keybind": {
"type": "keybind",
"default": "F7",
"category": "universal",
"name": "Open Settings",
"priority": 1
}
},
"links": {
"source": "https://github.com/Bluescratch7545/Main-Menu-Plus"
},
"resources": {
"sprites": [
"resources/*.png",
"resources/previews/*.png"
]
}
}