feat: initial plugin support

This commit is contained in:
neoapps-dev
2026-06-14 18:05:20 +03:00
parent e105686b23
commit 8e27a4bed1
17 changed files with 1268 additions and 78 deletions
+7
View File
@@ -0,0 +1,7 @@
api.actions.register("home-menu", {
id: "multiplayer",
label: "Multiplayer",
onClick: function () {
api.views.navigate("lcelive");
},
});
+9
View File
@@ -0,0 +1,9 @@
{
"id": "multiplayer-button",
"name": "Multiplayer Button",
"version": "1.0.0",
"author": "neoapps",
"description": "Adds a Multiplayer button to the home menu that opens LCELive",
"main": "main.js",
"permissions": []
}