Skip to content

Commit 38b8ad5

Browse files
Add Castlexyz addon (#273)
* Add Castlexyz addon * chore: Update Addon Metadata * fix: renamed to config.json * chore: Update Addon Metadata * add README.md * chore: Update Addon Metadata --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 63a74e0 commit 38b8ad5

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,6 @@
241241
[submodule "addons/LuaPlayerYT/module"]
242242
path = addons/LuaPlayerYT/module
243243
url = https://github.com/antim0118/lpyt-lls-addon
244+
[submodule "addons/castlexyz/module"]
245+
path = addons/castlexyz/module
246+
url = https://github.com/trobukan/castlexyz.git

addons/castlexyz/info.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
3+
"name": "Castlexyz",
4+
"description": "Definitions for the Castlexyz Lua API",
5+
"size": 17761,
6+
"hasPlugin": false
7+
}

addons/castlexyz/module

Submodule module added at 777c10d

0 commit comments

Comments
 (0)