From 4a4fa8e6850c8e1352a5d049c5ed8dabb81484ea Mon Sep 17 00:00:00 2001 From: trobukan Date: Sat, 19 Jul 2025 16:03:11 -0300 Subject: [PATCH] Add Castlexyz addon --- .gitmodules | 3 +++ addons/castlexyz/info.json | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 addons/castlexyz/info.json diff --git a/.gitmodules b/.gitmodules index edd4721..6077e84 100644 --- a/.gitmodules +++ b/.gitmodules @@ -241,3 +241,6 @@ [submodule "addons/LuaPlayerYT/module"] path = addons/LuaPlayerYT/module url = https://github.com/antim0118/lpyt-lls-addon +[submodule "addons/castlexyz/module"] + path = addons/castlexyz/module + url = https://github.com/trobukan/castlexyz.git diff --git a/addons/castlexyz/info.json b/addons/castlexyz/info.json new file mode 100644 index 0000000..134c1da --- /dev/null +++ b/addons/castlexyz/info.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "Castlexyz", + "description": "Definitions for the Castlexyz Lua API" +} \ No newline at end of file