Rikko 2022-10-04 06:50:42 +05:30
parent 3c2bde366d
commit 2fe966ccae
2 changed files with 3 additions and 8 deletions

View file

@ -1,12 +1,7 @@
{
"plugin_manager_url": "http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
"versions": {
"0.1.7": {
"api_version": 7,
"commit_sha": "6f9fc4b",
"released_on": "03-10-2022",
"md5sum": "550215c42afa9b38bbc5e67bd0fc740f"
},
"0.1.7": null,
"0.1.6": {
"api_version": 7,
"commit_sha": "2a7ad8e",
@ -32,4 +27,4 @@
"http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/maps.json"
],
"external_source_url": "http://github.com/{repository}/{content_type}/{tag}/category.json"
}
}

View file

@ -36,7 +36,7 @@ REGEXP = {
"plugin_entry_points": re.compile(b"(ba_meta export plugin\n+class )(.*)\\("),
"minigames": re.compile(b"(ba_meta export game\n+class )(.*)\\("),
}
DISCORD_URL = "https://ballistica.net/discord"
DISCORD_URL = "http://ballistica.net/discord"
_CACHE = {}