Skip to content

Commit 0365e21

Browse files
committed
xd
1 parent ca2e661 commit 0365e21

49 files changed

Lines changed: 54 additions & 52 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

advert/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MODULE.versionID = "public_advert"
33
MODULE.author = "Samael"
44
MODULE.discord = "@liliaplayer"
55
MODULE.version = 1.0
6-
MODULE.desc = "Implements a paid /advert command for server-wide announcements. Messages are colored, logged, and throttled by a cooldown to curb spam."
6+
MODULE.desc = "Lets players pay to send a server-wide advert."
77
MODULE.Changelog = {
88
["1.0"] = {"Initial Release"},
99
}

afk/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MODULE.versionID = "public_afk"
33
MODULE.author = "Samael"
44
MODULE.discord = "@liliaplayer"
55
MODULE.version = 1.0
6-
MODULE.desc = "Comprehensive AFK protection system that automatically detects inactive players, prevents exploitation of AFK players, and integrates with restraint systems. Features configurable AFK detection, admin commands, multi-language support, and protection against various player actions."
6+
MODULE.desc = "Marks inactive players as AFK and helps protect them."
77
MODULE.NetworkStrings = {"liaAFKActivity"}
88
MODULE.Changelog = {
99
["1.0"] = {"Initial Release"},

alcoholism/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MODULE.versionID = "public_alcoholism"
33
MODULE.author = "Samael"
44
MODULE.discord = "@liliaplayer"
55
MODULE.version = 1.0
6-
MODULE.desc = "Adds drinkable alcohol that increases a player's intoxication level. High BAC blurs vision and slows movement until the effect wears off."
6+
MODULE.desc = "Lets players drink alcohol and get drunk over time."
77
MODULE.Changelog = {
88
["1.0"] = {"Initial Release"},
99
}

animations/module.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
MODULE.name = "Animations"
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
4-
MODULE.desc = "Lilia port and improvement of NutScript's nut.anim library and animation hooks."
4+
MODULE.desc = "Adds extra animation support for characters and items."
5+
MODULE.version = "1.0"
6+
MODULE.versionID = "public_animations"

autorestarter/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MODULE.versionID = "public_autorestarter"
33
MODULE.author = "Samael"
44
MODULE.discord = "@liliaplayer"
55
MODULE.version = 1.0
6-
MODULE.desc = "Schedules automatic server restarts at set intervals. Players see a countdown so they can prepare before the map changes."
6+
MODULE.desc = "Restarts the server on a timer with a warning countdown."
77
MODULE.NetworkStrings = {"RestartDisplay"}
88
MODULE.Changelog = {
99
["1.0"] = {"Initial Release"},

broadcasts/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MODULE.versionID = "public_broadcasts"
33
MODULE.author = "Samael"
44
MODULE.discord = "@liliaplayer"
55
MODULE.version = 1.0
6-
MODULE.desc = "Allows staff to broadcast messages to chosen factions or classes. Every broadcast is logged and controlled through CAMI privileges."
6+
MODULE.desc = "Lets staff send messages to specific factions or classes."
77
MODULE.Privileges = {
88
["canUseFactionBroadcast"] = {
99
Name = "canUseFactionBroadcast",

captions/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MODULE.versionID = "public_captions"
33
MODULE.author = "Samael"
44
MODULE.discord = "@liliaplayer"
55
MODULE.version = 1.0
6-
MODULE.desc = "Offers an API for timed on-screen captions suited for tutorials or story events. Captions can be triggered from the server or client and last for a chosen duration."
6+
MODULE.desc = "Shows timed captions on screen for events and scenes."
77
MODULE.NetworkStrings = {"EndCaption", "StartCaption"}
88
MODULE.Changelog = {
99
["1.0"] = {"Initial Release"},

cards/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MODULE.versionID = "public_cards"
33
MODULE.author = "Samael"
44
MODULE.discord = "@liliaplayer"
55
MODULE.version = 1.0
6-
MODULE.desc = "Adds a full deck of playing cards that can be shuffled and drawn. Card draws sync to all players for simple in-game minigames."
6+
MODULE.desc = "Adds a simple deck of cards players can draw from."
77
MODULE.Changelog = {
88
["1.0"] = {"Initial Release"},
99
}

chatmessages/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MODULE.versionID = "public_chatmessages"
33
MODULE.author = "Samael"
44
MODULE.discord = "@liliaplayer"
55
MODULE.version = 1.0
6-
MODULE.desc = "Periodically posts automated advert messages in chat on a timer. Keeps players informed with rotating tips even when staff are offline."
6+
MODULE.desc = "Posts automatic chat messages on a timer."
77
MODULE.Changelog = {
88
["1.0"] = {"Initial Release"},
99
}

cinematictext/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MODULE.versionID = "public_cinematictext"
33
MODULE.author = "Samael"
44
MODULE.discord = "@liliaplayer"
55
MODULE.version = 1.0
6-
MODULE.desc = "Adds displays of cinematic splash text overlays, screen darkening with letterbox bars, support for scripted scenes, timed fades for dramatic effect, and customizable text fonts."
6+
MODULE.desc = "Shows large cinematic text on screen for dramatic moments."
77
MODULE.Privileges = {
88
["useCinematicMenu"] = {
99
Name = "useCinematicMenu",

0 commit comments

Comments
 (0)