Skip to content

Commit 503ff8d

Browse files
committed
xd
1 parent 75e4ba3 commit 503ff8d

File tree

96 files changed

+325
-131
lines changed

Some content is hidden

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

96 files changed

+325
-131
lines changed

advert/docs/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Changelog
1+
# Changelog
2+
3+
### Version 1.3
4+
5+
- Added comprehensive hooks documentation
26

37
### Version 1.1
48

advert/module.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
MODULE.name = "Advertisements"
1+
MODULE.name = "Advertisements"
22
MODULE.versionID = "public_advert"
33
MODULE.author = "Samael"
44
MODULE.discord = "@liliaplayer"
5-
MODULE.version = 1.1
6-
MODULE.desc = "Implements a paid /advert command for server-wide announcements. Messages are colored, logged, and throttled by a cooldown to curb spam."
5+
MODULE.version = 1.3
6+
MODULE.desc = "Implements a paid /advert command for server-wide announcements. Messages are colored, logged, and throttled by a cooldown to curb spam."

alcoholism/docs/changelog.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
# Changelog
1+
# Changelog
2+
### Version 1.3
3+
4+
- Added comprehensive hooks documentation
5+
26

37
### Version 1.2
48

59
- **Changed**: Updated function naming convention from PascalCase to camelCase for consistency:
6-
- `ResetBAC()` `resetBAC()`
7-
- `AddBAC()` `addBAC()`
8-
- `IsDrunk()` `isDrunk()`
9-
- `GetBAC()` `getBAC()`
10+
- `ResetBAC()` ? `resetBAC()`
11+
- `AddBAC()` ? `addBAC()`
12+
- `IsDrunk()` ? `isDrunk()`
13+
- `GetBAC()` ? `getBAC()`
1014

1115
### Version 1.1
1216

alcoholism/module.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
MODULE.name = "Alcoholism"
1+
MODULE.name = "Alcoholism"
22
MODULE.versionID = "public_alcoholism"
33
MODULE.author = "Samael"
44
MODULE.discord = "@liliaplayer"
5-
MODULE.version = 1.2
5+
MODULE.version = 1.3
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."

autorestarter/docs/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Changelog
1+
# Changelog
2+
### Version 1.2
3+
4+
- Added comprehensive hooks documentation
5+
26

37
### Version 1.1
48

autorestarter/module.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
MODULE.name = "Auto Restarter"
1+
MODULE.name = "Auto Restarter"
22
MODULE.versionID = "public_autorestarter"
33
MODULE.author = "Samael"
44
MODULE.discord = "@liliaplayer"
5-
MODULE.version = 1.1
5+
MODULE.version = 1.2
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"}

bodygrouper/docs/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Changelog
1+
# Changelog
2+
### Version 1.4
3+
4+
- Added comprehensive hooks documentation
5+
26

37
### Version 1.3
48

bodygrouper/module.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
MODULE.name = "Body Group Editor"
1+
MODULE.name = "Body Group Editor"
22
MODULE.versionID = "public_bodygrouper"
33
MODULE.author = "Samael"
44
MODULE.discord = "@liliaplayer"
5-
MODULE.version = 1.3
5+
MODULE.version = 1.4
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
{

broadcasts/docs/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Changelog
1+
# Changelog
2+
### Version 1.2
3+
4+
- Added comprehensive hooks documentation
5+
26

37
### Version 1.1
48

broadcasts/module.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
MODULE.name = "Broadcasts"
1+
MODULE.name = "Broadcasts"
22
MODULE.versionID = "public_broadcasts"
33
MODULE.author = "Samael"
44
MODULE.discord = "@liliaplayer"
5-
MODULE.version = 1.1
5+
MODULE.version = 1.2
66
MODULE.desc = "Allows staff to broadcast messages to chosen factions or classes. Every broadcast is logged and controlled through CAMI privileges."
77
MODULE.Privileges = {
88
{

0 commit comments

Comments
 (0)