Skip to content

Commit dfc8329

Browse files
committed
2 parents 1ea2bdc + a3679a3 commit dfc8329

File tree

58 files changed

+58
-58
lines changed

Some content is hidden

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

58 files changed

+58
-58
lines changed

advert/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MODULE.name = "Advert"
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
4-
MODULE.version = 1.13
4+
MODULE.version = 1.14
55
MODULE.desc = "Provides a paid /advert command so players can broadcast server-wide messages with a built-in cooldown."
66
MODULE.Public = true
77
MODULE.Features = {"Adds a paid /advert command players can use", "Adds a cooldown via AdvertCooldown to limit spam", "Adds colored broadcast messages across the server", "Adds price control via AdvertPrice configuration", "Adds notifications when players lack funds"}

alcoholism/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MODULE.name = "Alcoholism"
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
4-
MODULE.version = 1.13
4+
MODULE.version = 1.14
55
MODULE.desc = "Introduces drinkable alcohol items that raise intoxication levels and temporarily blur the player's vision and movement."
66
MODULE.Public = true
77
MODULE.Features = {"Adds alcohol items that raise BAC and gradually wear off", "Adds screen blur and movement effects that scale with intoxication", "Adds player notification when reaching DrunkNotifyThreshold", "Adds configurable BAC settings like AlcoholTickTime", "Adds multiple drink items with varying strength"}

autorestarter/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MODULE.name = "Auto Restarter"
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
4-
MODULE.version = 1.12
4+
MODULE.version = 1.13
55
MODULE.desc = "Schedules periodic server restarts and displays a countdown so players know when the restart will occur."
66
MODULE.Public = true
77
MODULE.Features = {"Adds scheduling for automatic restarts using RestartInterval", "Adds a countdown overlay configurable via RestartCountdownFont", "Adds syncing of next restart time to clients", "Adds automatic changelevel when the timer expires", "Adds network messages to sync the restart countdown"}

bodygrouper/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MODULE.name = "Bodygrouper"
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
4-
MODULE.version = 1.20
4+
MODULE.version = 1.21
55
MODULE.desc = "Adds a customizable bodygroup closet entity that lets players adjust their model bodygroups through a menu."
66
MODULE.Public = true
77
MODULE.Features = {"Adds a spawnable closet entity for editing bodygroups", "Adds the ability to customize its model via BodyGrouperModel", "Adds menu access that requires proximity or privilege", "Adds an admin command to view another player's bodygroups", "Adds a networked menu for editing bodygroups"}

broadcasts/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MODULE.name = "Broadcasts"
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
4-
MODULE.version = 1.18
4+
MODULE.version = 1.19
55
MODULE.Public = true
66
MODULE.desc = "Enables faction and class broadcast commands so staff can send messages to specific groups."
77
MODULE.Features = {"Adds faction and class broadcast commands with CAMI checks", "Adds logging of broadcast messages for staff review", "Adds support for flagged players to send targeted messages", "Adds CAMI privileges for broadcast access", "Adds menus to select factions or classes"}

captions/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MODULE.name = "Captions"
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
4-
MODULE.version = 1.15
4+
MODULE.version = 1.16
55
MODULE.desc = "Provides an API for timed on-screen captions, ideal for story prompts or tutorials."
66
MODULE.Public = true
77
MODULE.Features = {"Adds an API for timed on-screen captions", "Adds support for both client and server use", "Adds an easy way to deliver story prompts", "Adds commands to send captions to players", "Adds duration control for each caption"}

cards/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MODULE.name = "Cards"
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
4-
MODULE.version = 1.11
4+
MODULE.version = 1.12
55
MODULE.desc = "Introduces a full deck of playing cards so players can draw random cards for minigames."
66
MODULE.Public = true
77
MODULE.Features = {"Adds a full playing card deck", "Adds random draws that sync to all players", "Adds support for simple minigames", "Adds easy reshuffling of the deck", "Adds hooks so other modules can use cards"}

chatmessages/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MODULE.name = "Chat Messages"
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
4-
MODULE.version = 1.12
4+
MODULE.version = 1.13
55
MODULE.desc = "Periodically sends automated advert messages to chat at a configurable interval."
66
MODULE.Public = true
77
MODULE.Features = {"Adds periodic server adverts to chat", "Adds interval control via ChatMessagesInterval", "Adds localized message support", "Adds rotating tips for new players", "Adds toggle to disable adverts per user"}

cigs/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MODULE.name = "Cigarettes"
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
4-
MODULE.version = 1.13
4+
MODULE.version = 1.14
55
MODULE.desc = "Adds consumable cigarette items that produce smoke puffs while gradually burning down."
66
MODULE.WorkshopContent = "3519851007"
77
MODULE.Public = true

cinematictext/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MODULE.name = "Cinematic Text"
22
MODULE.author = "Samael"
33
MODULE.discord = "@liliaplayer"
4-
MODULE.version = 1.17
4+
MODULE.version = 1.18
55
MODULE.desc = "Displays stylish splash text with letterboxed bars for cinematic flair."
66
MODULE.Public = true
77
MODULE.Features = {"Adds displays of cinematic splash text overlays", "Adds screen darkening with letterbox bars", "Adds support for scripted scenes", "Adds timed fades for dramatic effect", "Adds customizable text fonts"}

0 commit comments

Comments
 (0)