Skip to content

Commit 36d73b0

Browse files
author
GitHub Actions
committed
Update generated module documentation
1 parent ddea870 commit 36d73b0

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

documentation/docs/modules.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"author": "Samael",
5959
"discord": "@liliaplayer",
6060
"description": "Spawns a bodygroup closet where players can edit their model's bodygroups. Admins may inspect others and configure the closet's model.",
61-
"version": "1.24",
61+
"version": "1.25",
6262
"download": "https://github.com/LiliaFramework/Modules/raw/refs/heads/gh-pages/bodygrouper.zip",
6363
"source": "https://liliaframework.github.io/Modules/bodygrouper.html",
6464
"public_uniqueID": "bodygrouper",
@@ -168,7 +168,7 @@
168168
"author": "Samael",
169169
"discord": "@liliaplayer",
170170
"description": "Shows dramatic splash text with optional letterbox bars. Text smoothly fades in and out to enhance cutscenes or announcements.",
171-
"version": "1.20",
171+
"version": "1.21",
172172
"download": "https://github.com/LiliaFramework/Modules/raw/refs/heads/gh-pages/cinematictext.zip",
173173
"source": "https://liliaframework.github.io/Modules/cinematictext.html",
174174
"public_uniqueID": "cinematictext",
@@ -278,7 +278,7 @@
278278
"author": "Samael",
279279
"discord": "@liliaplayer",
280280
"description": "Offers a simple framework for scripted cutscenes with synced camera movement. Scenes can be triggered by command and skipped if allowed.",
281-
"version": "1.14",
281+
"version": "1.15",
282282
"download": "https://github.com/LiliaFramework/Modules/raw/refs/heads/gh-pages/cutscenes.zip",
283283
"source": "https://liliaframework.github.io/Modules/cutscenes.html",
284284
"public_uniqueID": "cutscenes",
@@ -368,7 +368,7 @@
368368
"author": "Samael",
369369
"discord": "@liliaplayer",
370370
"description": "Provides libraries to manage donor ranks and perks. Perks can be configured per tier and are displayed on the scoreboard.",
371-
"version": "1.24",
371+
"version": "1.25",
372372
"download": "https://github.com/LiliaFramework/Modules/raw/refs/heads/gh-pages/donator.zip",
373373
"source": "https://liliaframework.github.io/Modules/donator.html",
374374
"public_uniqueID": "donator",
@@ -422,7 +422,7 @@
422422
"author": "Samael",
423423
"discord": "@liliaplayer",
424424
"description": "Lets items include lengthy descriptions that are localized for different languages. Text wraps automatically to present detailed lore.",
425-
"version": "1.20",
425+
"version": "1.21",
426426
"download": "https://github.com/LiliaFramework/Modules/raw/refs/heads/gh-pages/extendeddescriptions.zip",
427427
"source": "https://liliaframework.github.io/Modules/extendeddescriptions.html",
428428
"public_uniqueID": "extendeddescriptions",
@@ -494,7 +494,7 @@
494494
"author": "Samael",
495495
"discord": "@liliaplayer",
496496
"description": "Allows game masters to save, share, and teleport to named points around the map. Useful for fast navigation during events and administration.",
497-
"version": "1.14",
497+
"version": "1.15",
498498
"download": "https://github.com/LiliaFramework/Modules/raw/refs/heads/gh-pages/gamemasterpoints.zip",
499499
"source": "https://liliaframework.github.io/Modules/gamemasterpoints.html",
500500
"public_uniqueID": "gamemasterpoints",
@@ -548,7 +548,7 @@
548548
"author": "Samael",
549549
"discord": "@liliaplayer",
550550
"description": "Adds a weight-based inventory system that limits what a character can haul. Drag-and-drop management encourages careful packing.",
551-
"version": "1.17",
551+
"version": "1.18",
552552
"download": "https://github.com/LiliaFramework/Modules/raw/refs/heads/gh-pages/inventory.zip",
553553
"source": "https://liliaframework.github.io/Modules/inventory.html",
554554
"public_uniqueID": "inventory",
@@ -602,7 +602,7 @@
602602
"author": "Samael",
603603
"discord": "@liliaplayer",
604604
"description": "Tracks player loyalty tiers which unlock the /partytier command and other rewards. Tiers can progress automatically based on actions.",
605-
"version": "1.18",
605+
"version": "1.19",
606606
"download": "https://github.com/LiliaFramework/Modules/raw/refs/heads/gh-pages/loyalism.zip",
607607
"source": "https://liliaframework.github.io/Modules/loyalism.html",
608608
"public_uniqueID": "loyalism",
@@ -692,7 +692,7 @@
692692
"author": "Samael",
693693
"discord": "@liliaplayer",
694694
"description": "Spawns NPCs at preset points on a schedule. Staff can force spawns manually and all actions are logged.",
695-
"version": "1.16",
695+
"version": "1.17",
696696
"download": "https://github.com/LiliaFramework/Modules/raw/refs/heads/gh-pages/npcspawner.zip",
697697
"source": "https://liliaframework.github.io/Modules/npcspawner.html",
698698
"public_uniqueID": "npcspawner",
@@ -710,7 +710,7 @@
710710
"author": "Boz [Base Code] & Samael [Rewrite]",
711711
"discord": "bozdev",
712712
"description": "Allows admins to permanently delete unwanted map entities. Each removal is confirmed and recorded for later review.",
713-
"version": "1.15",
713+
"version": "1.16",
714714
"download": "https://github.com/LiliaFramework/Modules/raw/refs/heads/gh-pages/permaremove.zip",
715715
"source": "https://liliaframework.github.io/Modules/permaremove.html",
716716
"public_uniqueID": "permaremove",

documentation/docs/modules/bodygroup_editor/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Bodygroup Editor
55

66
**Version:**
7-
1.24
7+
1.25
88

99
**Description:**
1010

documentation/docs/modules/cinematic_text/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Cinematic Text
55

66
**Version:**
7-
1.20
7+
1.21
88

99
**Description:**
1010

documentation/docs/modules/donator_perks/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Donator Perks
55

66
**Version:**
7-
1.24
7+
1.25
88

99
**Description:**
1010

documentation/docs/modules/extended_descriptions/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Extended Descriptions
55

66
**Version:**
7-
1.20
7+
1.21
88

99
**Description:**
1010

documentation/docs/modules/gamemaster_points/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Gamemaster Points
55

66
**Version:**
7-
1.14
7+
1.15
88

99
**Description:**
1010

documentation/docs/modules/loyalism/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Loyalism
55

66
**Version:**
7-
1.18
7+
1.19
88

99
**Description:**
1010

documentation/docs/modules/npc_spawner/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
NPC Spawner
55

66
**Version:**
7-
1.16
7+
1.17
88

99
**Description:**
1010

documentation/docs/modules/perma_remove/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Perma Remove
55

66
**Version:**
7-
1.15
7+
1.16
88

99
**Description:**
1010

documentation/docs/modules/simple_cutscenes/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Simple Cutscenes
55

66
**Version:**
7-
1.14
7+
1.15
88

99
**Description:**
1010

0 commit comments

Comments
 (0)