Merge pull request #108 from bombsquad-community/del-experimental-plugin

Remove experimental plugin
This commit is contained in:
Rikko 2023-01-26 18:39:12 +05:30 committed by GitHub
commit d07794a05d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 34 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!")