diff --git a/plugins.json b/plugins.json index 52252d3d..a02abbb7 100644 --- a/plugins.json +++ b/plugins.json @@ -1589,5 +1589,16 @@ "repository": "https://github.com/MesterMan03/structure-to-model", "bug_tracker": "https://github.com/MesterMan03/structure-to-model/issues", "creation_date": "2026/05/06" - } + }, + "github_model_browser": { + "title": "GitHub Model Browser", + "author": "AION", + "description": "Browse and open .bbmodel projects from a public GitHub repository without downloading them first.", + "icon": "cloud_download", + "version": "1.0.0", + "min_version": "4.12.0", + "variant": "both", + "tags": ["Minecraft: Bedrock Edition", "Import/Export", "Utility"] + } +} } diff --git a/plugins/github-model-browser.js b/plugins/github-model-browser.js new file mode 100644 index 00000000..13f36545 --- /dev/null +++ b/plugins/github-model-browser.js @@ -0,0 +1 @@ +Unsupported Media Type \ No newline at end of file