Skip to content

Commit 7f44ccd

Browse files
committed
xd
1 parent 182327e commit 7f44ccd

50 files changed

Lines changed: 53 additions & 59 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
@@ -5,5 +5,5 @@ MODULE.discord = "@liliaplayer"
55
MODULE.version = 1.0
66
MODULE.desc = "Implements a paid /advert command for server-wide announcements. Messages are colored, logged, and throttled by a cooldown to curb spam."
77
MODULE.Changelog = {
8-
["1.0"] = "Initial Release",
8+
["1.0"] = {"Initial Release"},
99
}

afk/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ MODULE.version = 1.0
66
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."
77
MODULE.NetworkStrings = {"liaAFKActivity"}
88
MODULE.Changelog = {
9-
["1.0"] = "Initial Release",
9+
["1.0"] = {"Initial Release"},
1010
}

alcoholism/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ MODULE.discord = "@liliaplayer"
55
MODULE.version = 1.0
66
MODULE.desc = "Adds drinkable alcohol that increases a player's intoxication level. High BAC blurs vision and slows movement until the effect wears off."
77
MODULE.Changelog = {
8-
["1.0"] = "Initial Release",
8+
["1.0"] = {"Initial Release"},
99
}

autorestarter/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ MODULE.version = 1.0
66
MODULE.desc = "Schedules automatic server restarts at set intervals. Players see a countdown so they can prepare before the map changes."
77
MODULE.NetworkStrings = {"RestartDisplay"}
88
MODULE.Changelog = {
9-
["1.0"] = "Initial Release",
9+
["1.0"] = {"Initial Release"},
1010
}

bodygrouper/module.lua

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
MODULE.versionID = "public_bodygrouper"
33
MODULE.author = "Samael"
44
MODULE.discord = "@liliaplayer"
5-
MODULE.version = 1.0
5+
MODULE.version = 2.1
66
MODULE.desc = "Spawns a bodygroup closet where players can edit their model's bodygroups. Admins may inspect others and configure the closet's model."
77
MODULE.Privileges = {
88
{
@@ -19,7 +19,4 @@ MODULE.Privileges = {
1919
}
2020
}
2121

22-
MODULE.NetworkStrings = {"BodygrouperMenu", "BodygrouperMenuClose", "BodygrouperMenuCloseClientside"}
23-
MODULE.Changelog = {
24-
["1.0"] = "Initial Release",
25-
}
22+
MODULE.NetworkStrings = {"BodygrouperMenu", "BodygrouperMenuClose", "BodygrouperMenuCloseClientside"}

broadcasts/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ MODULE.Privileges = {
2222
lia.flag.add("B", "Access to Faction Broadcast")
2323
lia.flag.add("D", "Access to Class Broadcast")
2424
MODULE.Changelog = {
25-
["1.0"] = "Initial Release",
25+
["1.0"] = {"Initial Release"},
2626
}

captions/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ MODULE.version = 1.0
66
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."
77
MODULE.NetworkStrings = {"EndCaption", "StartCaption"}
88
MODULE.Changelog = {
9-
["1.0"] = "Initial Release",
9+
["1.0"] = {"Initial Release"},
1010
}

cards/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ MODULE.discord = "@liliaplayer"
55
MODULE.version = 1.0
66
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."
77
MODULE.Changelog = {
8-
["1.0"] = "Initial Release",
8+
["1.0"] = {"Initial Release"},
99
}

chatmessages/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ MODULE.discord = "@liliaplayer"
55
MODULE.version = 1.0
66
MODULE.desc = "Periodically posts automated advert messages in chat on a timer. Keeps players informed with rotating tips even when staff are offline."
77
MODULE.Changelog = {
8-
["1.0"] = "Initial Release",
8+
["1.0"] = {"Initial Release"},
99
}

cinematictext/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ MODULE.Privileges = {
1515

1616
MODULE.NetworkStrings = {"OpenCinematicMenu", "TriggerCinematic"}
1717
MODULE.Changelog = {
18-
["1.0"] = "Initial Release",
18+
["1.0"] = {"Initial Release"},
1919
}

0 commit comments

Comments
 (0)