Skip to content

Commit 05cffd5

Browse files
authored
Update badges.json
- Add Core-Plugins
1 parent e0f10ef commit 05cffd5

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

badges.json

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,15 @@
88
"message": "3",
99
"color": "green"
1010
},
11+
"totalCorePlugins": {
12+
"message": "1",
13+
"color": "green"
14+
},
1115
"discord": {
1216
"label": "RH plugins-dev",
1317
"color": "7289DA",
1418
"logo": "discord"
1519
},
16-
"devTools": [
17-
{
18-
"name": "RHP Plugin",
19-
"url": "https://github.com/kybe236/rhp",
20-
"releaseUrl": "https://github.com/kybe236/rhp/releases",
21-
"latestReleaseUrl": "https://github.com/kybe236/rhp/releases/tag/0.0.11",
22-
"releaseDate": "2024-08-24",
23-
"color": "green",
24-
"description": "Installs Rusherhack plugins for you and sets the needed flags."
25-
}
26-
],
2720
"themes": [
2821
{
2922
"name": "rusherNodusTheme",
@@ -77,6 +70,23 @@
7770
}
7871
}
7972
],
73+
"corePlugins": [
74+
{
75+
"name": "Example Core Plugin",
76+
"url": "https://github.com/RusherDevelopment/example-core-plugin",
77+
"releaseUrl": "https://github.com/RusherDevelopment/example-core-plugin/releases",
78+
"latestReleaseUrl": "https://github.com/RusherDevelopment/example-core-plugin/releases/download/v1.0.0/example-core-plugin-1.0.0.jar",
79+
"releaseDate": "2025-02-18",
80+
"color": "green",
81+
"description": "A core plugin example demonstrating mixin support in RusherHack.",
82+
"creator": {
83+
"name": "RusherDevelopment",
84+
"url": "https://github.com/RusherDevelopment",
85+
"avatarUrl": "https://github.com/RusherDevelopment.png?size=20"
86+
},
87+
"screenshots": []
88+
}
89+
],
8090
"plugins": [
8191
{
8292
"name": "Example Plugin",

0 commit comments

Comments
 (0)