From 3fff070f9d63c341cafa3e08a101f94bf698a5fb Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Tue, 23 Sep 2025 01:14:07 +0530 Subject: [PATCH 1/2] updated quake minigame --- plugins/minigames.json | 3 ++- plugins/minigames/quake.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/minigames.json b/plugins/minigames.json index 9a3dabd..8290ca8 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -874,6 +874,7 @@ } ], "versions": { + "1.1.0": null, "1.0.2": { "api_version": 8, "commit_sha": "da878bf", @@ -1603,4 +1604,4 @@ } } } -} \ No newline at end of file +} diff --git a/plugins/minigames/quake.py b/plugins/minigames/quake.py index 6b0d51c..61f549b 100644 --- a/plugins/minigames/quake.py +++ b/plugins/minigames/quake.py @@ -1,6 +1,7 @@ +# Porting made easier by baport.(https://github.com/bombsquad-community/baport) # Porting to api 8 made easier by baport.(https://github.com/bombsquad-community/baport) """Quake Game Activity""" -# ba_meta require api 8 +# ba_meta require api 9 from __future__ import annotations from typing import TYPE_CHECKING From 0e3eeedebda9649ab6ffbd6facf7beb51e9bfe1d Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Mon, 22 Sep 2025 19:44:38 +0000 Subject: [PATCH 2/2] [ci] apply-version-metadata --- plugins/minigames.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/plugins/minigames.json b/plugins/minigames.json index 8290ca8..bf03d89 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -874,7 +874,12 @@ } ], "versions": { - "1.1.0": null, + "1.1.0": { + "api_version": 9, + "commit_sha": "3fff070", + "released_on": "22-09-2025", + "md5sum": "a245b38b3783d3d5a865c94c89974e6f" + }, "1.0.2": { "api_version": 8, "commit_sha": "da878bf", @@ -1604,4 +1609,4 @@ } } } -} +} \ No newline at end of file