mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Test upcoming API 7->8
This commit is contained in:
parent
1b38798078
commit
5b94d95989
2 changed files with 22 additions and 1 deletions
|
|
@ -670,6 +670,20 @@
|
|||
"md5sum": "24913c665d05c3056c8ba390fe88155e"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hello_api_8": {
|
||||
"description": "I shouldn't be visible to API 7 game clients",
|
||||
"external_url": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Rikko",
|
||||
"email": "rikkolovescats@proton.me",
|
||||
"discord": "Rikko#7383"
|
||||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.0.0": null
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
7
plugins/utilities/hello_api_8.py
Normal file
7
plugins/utilities/hello_api_8.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# 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!")
|
||||
Loading…
Add table
Add a link
Reference in a new issue