From 0feb7af1413f400c932a799a8f91be056362d313 Mon Sep 17 00:00:00 2001 From: M336 <75208577+M336G@users.noreply.github.com> Date: Sun, 21 Jun 2026 09:14:09 +0200 Subject: [PATCH 1/2] Add GDPS mod tag --- mods/configuring.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/configuring.md b/mods/configuring.md index 81ac85e9..d1508dc2 100644 --- a/mods/configuring.md +++ b/mods/configuring.md @@ -167,6 +167,7 @@ A list of tags to categorize the mod. A mod can have any amount of tags, but bet | `customization` | The mod adds new customization options to existing GD features | | `content` | The mod adds new content (new levels, gamemodes, etc.) | | `developer` | The mod is intended for mod developers only | +| `gdps` | The mod is intended for Geometry Dash Private Servers (GDPSs) | | `cheat` | The mod adds cheats like noclip | | `paid` | The mod contains paid content, like a Pro tier, or if the mod acts as an installer for a fully paywalled mod | | `joke` | The mod is a joke. See [the docs](/mods/guidelines#joke-mods) for what joke mods are considered to be "meaningful" | From 7e40d914b7e4b1e5d8a48906d4fb2de6d59a4ce6 Mon Sep 17 00:00:00 2001 From: M336 <75208577+M336G@users.noreply.github.com> Date: Sun, 21 Jun 2026 09:37:46 +0200 Subject: [PATCH 2/2] update this a bit --- mods/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/configuring.md b/mods/configuring.md index d1508dc2..c4d8c9df 100644 --- a/mods/configuring.md +++ b/mods/configuring.md @@ -167,7 +167,7 @@ A list of tags to categorize the mod. A mod can have any amount of tags, but bet | `customization` | The mod adds new customization options to existing GD features | | `content` | The mod adds new content (new levels, gamemodes, etc.) | | `developer` | The mod is intended for mod developers only | -| `gdps` | The mod is intended for Geometry Dash Private Servers (GDPSs) | +| `gdps` | The mod is related to Geometry Dash Private Servers (GDPSs) | | `cheat` | The mod adds cheats like noclip | | `paid` | The mod contains paid content, like a Pro tier, or if the mod acts as an installer for a fully paywalled mod | | `joke` | The mod is a joke. See [the docs](/mods/guidelines#joke-mods) for what joke mods are considered to be "meaningful" |