mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
API 7
This commit is contained in:
parent
436eb57715
commit
fb23c496a4
2 changed files with 6 additions and 11 deletions
|
|
@ -671,8 +671,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hello_api_8": {
|
"hello_api_experiment": {
|
||||||
"description": "I shouldn't be visible to API 7 game clients",
|
"description": "I shouldn't be visible to on clients with different API version",
|
||||||
"external_url": "",
|
"external_url": "",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
|
@ -682,13 +682,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": {
|
"versions": {
|
||||||
"1.0.0": {
|
"1.0.0": null
|
||||||
"api_version": 8,
|
|
||||||
"commit_sha": "204499e",
|
|
||||||
"released_on": "25-01-2023",
|
|
||||||
"md5sum": "b694717a3fc0ef3d1d3a66ed399adbae"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# ba_meta require api 8
|
# ba_meta require api 7
|
||||||
import ba
|
import ba
|
||||||
|
|
||||||
# ba_meta export plugin
|
# ba_meta export plugin
|
||||||
|
|
@ -6,4 +6,4 @@ import ba
|
||||||
|
|
||||||
class Main(ba.Plugin):
|
class Main(ba.Plugin):
|
||||||
def on_app_running(self):
|
def on_app_running(self):
|
||||||
ba.screenmessage("Wohoo! I'm an API 8 plugin!")
|
ba.screenmessage("Wohoo! I'm an API 7 plugin!")
|
||||||
Loading…
Add table
Add a link
Reference in a new issue