diff --git a/plugins/utilities.json b/plugins/utilities.json index bb7270c..5df193a 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -670,31 +670,6 @@ "md5sum": "24913c665d05c3056c8ba390fe88155e" } } - }, - "hello_api_experiment": { - "description": "I shouldn't be visible to on clients with different API version", - "external_url": "", - "authors": [ - { - "name": "Rikko", - "email": "rikkolovescats@proton.me", - "discord": "Rikko#7383" - } - ], - "versions": { - "2.0.0": { - "api_version": 8, - "commit_sha": "24830a8", - "released_on": "26-01-2023", - "md5sum": "b694717a3fc0ef3d1d3a66ed399adbae" - }, - "1.0.0": { - "api_version": 7, - "commit_sha": "fb23c49", - "released_on": "26-01-2023", - "md5sum": "3a3c88996aaab26de8eab530cebebb44" - } - } } } -} \ No newline at end of file +} diff --git a/plugins/utilities/hello_api_experiment.py b/plugins/utilities/hello_api_experiment.py deleted file mode 100644 index 909a5df..0000000 --- a/plugins/utilities/hello_api_experiment.py +++ /dev/null @@ -1,9 +0,0 @@ -# ba_meta require api 8 -import ba - -# ba_meta export plugin - - -class Main(ba.Plugin): - def on_app_running(self): - ba.screenmessage("Wohoo! I'm an API 8 plugin!")