Remove experimental plugin

This commit is contained in:
Rikko 2023-01-26 18:37:58 +05:30
parent bff53117bc
commit d1445b0347
2 changed files with 1 additions and 35 deletions

View file

@ -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"
}
}
}
}
}
}

View file

@ -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!")