From c26a0fbe7115db90c4bbcf92d6bbbcc7afbbb209 Mon Sep 17 00:00:00 2001 From: antimYT Date: Sat, 5 Jul 2025 00:22:20 +0500 Subject: [PATCH 1/3] Add LuaPlayerYT addon --- .gitmodules | 3 +++ addons/LuaPlayerYT/info.json | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 addons/LuaPlayerYT/info.json diff --git a/.gitmodules b/.gitmodules index 053883a..edd4721 100644 --- a/.gitmodules +++ b/.gitmodules @@ -238,3 +238,6 @@ [submodule "addons/luaposix/module"] path = addons/luaposix/module url = https://github.com/kayibea/lls-posix +[submodule "addons/LuaPlayerYT/module"] + path = addons/LuaPlayerYT/module + url = https://github.com/antim0118/lpyt-lls-addon diff --git a/addons/LuaPlayerYT/info.json b/addons/LuaPlayerYT/info.json new file mode 100644 index 0000000..903e4a2 --- /dev/null +++ b/addons/LuaPlayerYT/info.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "LuaPlayer by Yulia Team (PSP)", + "description": "Definitions for Definitions for LuaPlayer by YuliaTeam (PSP)." +} + \ No newline at end of file From e09c796b597cef4894d27e94d37d8d5b23c8dff3 Mon Sep 17 00:00:00 2001 From: antimYT Date: Sat, 5 Jul 2025 00:26:42 +0500 Subject: [PATCH 2/3] Create module --- addons/LuaPlayerYT/module | 1 + 1 file changed, 1 insertion(+) create mode 160000 addons/LuaPlayerYT/module diff --git a/addons/LuaPlayerYT/module b/addons/LuaPlayerYT/module new file mode 160000 index 0000000..aefae49 --- /dev/null +++ b/addons/LuaPlayerYT/module @@ -0,0 +1 @@ +Subproject commit aefae4947f54638e7474145d6d6881dd2f33e5e6 From 839c58d9403379f55201952308aaa0d8cadb2f42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 19:28:25 +0000 Subject: [PATCH 3/3] chore: Update Addon Metadata --- addons/LuaPlayerYT/info.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/addons/LuaPlayerYT/info.json b/addons/LuaPlayerYT/info.json index 903e4a2..792ab37 100644 --- a/addons/LuaPlayerYT/info.json +++ b/addons/LuaPlayerYT/info.json @@ -1,6 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", "name": "LuaPlayer by Yulia Team (PSP)", - "description": "Definitions for Definitions for LuaPlayer by YuliaTeam (PSP)." + "description": "Definitions for Definitions for LuaPlayer by YuliaTeam (PSP).", + "size": 36009, + "hasPlugin": false } - \ No newline at end of file