mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-23 08:32:51 +00:00
feat: initial plugin support
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
api.actions.register("home-menu", {
|
||||
id: "multiplayer",
|
||||
label: "Multiplayer",
|
||||
onClick: function () {
|
||||
api.views.navigate("lcelive");
|
||||
},
|
||||
});
|
||||
@@ -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": []
|
||||
}
|
||||
Reference in New Issue
Block a user