From 835c52b7a0930043e63e4f19d08b01a9679ad3c2 Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD Date: Tue, 14 Jan 2025 21:28:45 +0530 Subject: [PATCH] Updated a advanced_party_window, mood_light and README --- README.md | 8 +++----- plugins/utilities/advanced_party_window.py | 2 +- plugins/utilities/mood_light.py | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fc5b3ae..86d2222 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ [![CI](https://github.com/bombsquad-community/plugin-manager/actions/workflows/ci.yml/badge.svg)](https://github.com/bombsquad-community/plugin-manager/actions/workflows/ci.yml) -**Important:** Please check out the [api7](https://github.com/bombsquad-community/plugin-manager/tree/api7) branch if you're -using the game version (1.7.0 <= your game version <= 1.7.19) which uses API 7 plugins. -If you're on game version (1.7.20 or a later version) where it uses API 8 plugins, then proceed with the rest of the -README here. - +**Important:** For bombsquad version < 1.7.37 +- for version 1.7.0 to 1.7.19 checkout the [api7](https://github.com/bombsquad-community/plugin-manager/tree/api7) branch +- for version 1.7.20 to 1.7.36 checkout the [api8](https://github.com/bombsquad-community/plugin-manager/tree/api8) branch ------------------------------- # Plugin-Manager diff --git a/plugins/utilities/advanced_party_window.py b/plugins/utilities/advanced_party_window.py index a38d78a..6a1cef9 100644 --- a/plugins/utilities/advanced_party_window.py +++ b/plugins/utilities/advanced_party_window.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# ba_meta require api 8 +# ba_meta require api 9 ''' AdvancedPartyWindow by Mr.Smoothy diff --git a/plugins/utilities/mood_light.py b/plugins/utilities/mood_light.py index 81ca17c..f9f37d8 100644 --- a/plugins/utilities/mood_light.py +++ b/plugins/utilities/mood_light.py @@ -1,5 +1,5 @@ # Porting to api 8 made easier by baport.(https://github.com/bombsquad-community/baport) -# ba_meta require api 8 +# ba_meta require api 9 from __future__ import annotations from typing import TYPE_CHECKING, cast if TYPE_CHECKING: