mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
API 8
This commit is contained in:
parent
f2e674ce20
commit
24830a896a
2 changed files with 4 additions and 3 deletions
|
|
@ -682,6 +682,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": {
|
"versions": {
|
||||||
|
"2.0.0": null,
|
||||||
"1.0.0": {
|
"1.0.0": {
|
||||||
"api_version": 7,
|
"api_version": 7,
|
||||||
"commit_sha": "fb23c49",
|
"commit_sha": "fb23c49",
|
||||||
|
|
@ -691,4 +692,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# ba_meta require api 7
|
# ba_meta require api 8
|
||||||
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 7 plugin!")
|
ba.screenmessage("Wohoo! I'm an API 8 plugin!")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue