From f9a9e3222a088234f305d0058a66acbb0381a85d Mon Sep 17 00:00:00 2001 From: DepsCian Date: Sat, 26 Apr 2025 18:28:20 +0300 Subject: [PATCH 1/2] New addon --- .gitmodules | 3 +++ addons/raksamplite/info.json | 8 ++++++++ addons/raksamplite/module | 1 + 3 files changed, 12 insertions(+) create mode 100644 addons/raksamplite/info.json create mode 160000 addons/raksamplite/module diff --git a/.gitmodules b/.gitmodules index 17a45d9c..bb9ff067 100644 --- a/.gitmodules +++ b/.gitmodules @@ -96,6 +96,9 @@ [submodule "addons/moonloader/module"] path = addons/moonloader/module url = https://github.com/GovnocodedByChapo/moonloader-definitions.git +[submodule "addons/raksamplite/module"] + path = addons/raksamplite/module + url = https://github.com/DepsCian/raksamp-lite-definitions.git [submodule "addons/tex-lualibs/module"] path = addons/tex-lualibs/module url = https://github.com/LuaCATS/tex-lualibs.git diff --git a/addons/raksamplite/info.json b/addons/raksamplite/info.json new file mode 100644 index 00000000..135f41cb --- /dev/null +++ b/addons/raksamplite/info.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "RakSAMP Lite", + "description": "Lua API definition for RakSamp Lite (https://www.blast.hk/threads/108052/)", + "size": 0, + "hasPlugin": false + } + \ No newline at end of file diff --git a/addons/raksamplite/module b/addons/raksamplite/module new file mode 160000 index 00000000..ff6a6ee0 --- /dev/null +++ b/addons/raksamplite/module @@ -0,0 +1 @@ +Subproject commit ff6a6ee0a772bf8d7c6e1003b9a4ffc622789346 From 1d2db527af0c737c998f1d13574929fe3e8737ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 15:30:28 +0000 Subject: [PATCH 2/2] chore: Update Addon Metadata --- addons/raksamplite/info.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/addons/raksamplite/info.json b/addons/raksamplite/info.json index 135f41cb..524b68c3 100644 --- a/addons/raksamplite/info.json +++ b/addons/raksamplite/info.json @@ -1,8 +1,7 @@ { - "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", - "name": "RakSAMP Lite", - "description": "Lua API definition for RakSamp Lite (https://www.blast.hk/threads/108052/)", - "size": 0, - "hasPlugin": false - } - \ No newline at end of file + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "RakSAMP Lite", + "description": "Lua API definition for RakSamp Lite (https://www.blast.hk/threads/108052/)", + "size": 14471, + "hasPlugin": false +}