Skip to content

Commit 5de8a57

Browse files
Changed plugins order
1 parent 843a9a4 commit 5de8a57

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/components/sections/PluginsSection.astro

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@ const plugins = [
2727
modrinthUrl: 'https://modrinth.com/plugin/serverlinksz',
2828
githubUrl: 'https://github.com/ZetaPlugins/ServerLinksZ',
2929
},
30-
{
31-
title: 'CookieClickerZ',
32-
slug: 'cookieclickerz',
33-
bStatsId: '25442',
34-
description:
35-
'A Minecraft Cookie Clicker plugin that allows you to play a fun and addictive game within Minecraft.',
36-
iconUrl: '/img/plugins/ccz.svg',
37-
modrinthUrl: 'https://modrinth.com/plugin/cookieclickerz',
38-
githubUrl: 'https://github.com/ZetaPlugins/CookieClickerZ',
39-
},
4030
{
4131
title: 'TimberZ',
4232
slug: 'timberz',
@@ -47,6 +37,16 @@ const plugins = [
4737
modrinthUrl: 'https://modrinth.com/plugin/timberz',
4838
githubUrl: 'https://github.com/ZetaPlugins/TimberZ',
4939
},
40+
{
41+
title: 'CookieClickerZ',
42+
slug: 'cookieclickerz',
43+
bStatsId: '25442',
44+
description:
45+
'A Minecraft Cookie Clicker plugin that allows you to play a fun and addictive game within Minecraft.',
46+
iconUrl: '/img/plugins/ccz.svg',
47+
modrinthUrl: 'https://modrinth.com/plugin/cookieclickerz',
48+
githubUrl: 'https://github.com/ZetaPlugins/CookieClickerZ',
49+
},
5050
];
5151
---
5252

0 commit comments

Comments
 (0)