From 94aed1fd1389f86e7ce44061e1235acd96527904 Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Sun, 14 Jun 2026 18:12:33 +0300 Subject: [PATCH] init --- .00plugins/multiplayer-button/meta.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .00plugins/multiplayer-button/meta.json diff --git a/.00plugins/multiplayer-button/meta.json b/.00plugins/multiplayer-button/meta.json new file mode 100644 index 0000000..64acd7d --- /dev/null +++ b/.00plugins/multiplayer-button/meta.json @@ -0,0 +1,10 @@ +{ + "id": "multiplayer-button", + "name": "Multiplayer Button", + "version": "1.0.0", + "author": "neoapps", + "description": "Adds a Multiplayer button to the home menu that opens LCELive", + "extended_description": "", + "main": "main.js", + "permissions": [] +}