Skip to content

Commit 95b5673

Browse files
committed
XD
1 parent ed4ddac commit 95b5673

File tree

541 files changed

+547
-713
lines changed

Some content is hidden

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

541 files changed

+547
-713
lines changed

advert/commands.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
client:notifyLocalized("AdvertInsufficientFunds")
3737
end
3838
end,
39-
})
39+
})

advert/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ lia.config.add("AdvertCooldown", "advertCooldown", 20, nil, {
1212
type = "Int",
1313
min = 1,
1414
max = 3600
15-
})
15+
})

advert/languages/english.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ LANGUAGE = {
1111
advertisements = "Advertisements",
1212
advertCooldown = "Advert Cooldown",
1313
advertCooldownDesc = "The cooldown time (in seconds) between advertisements.",
14-
}
14+
}

advert/languages/french.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NAME = "French"
1+
NAME = "French"
22
LANGUAGE = {
33
advertCommandDesc = "Diffuse une publicité payante à tous les joueurs, vous coûte de l'argent et applique un délai de récupération.",
44
AdvertDeductedMessage = "Vous avez payé %s%s pour votre publicité.",
@@ -11,4 +11,4 @@ LANGUAGE = {
1111
advertisements = "Advertisements",
1212
advertCooldown = "Advert Cooldown",
1313
advertCooldownDesc = "The cooldown time (in seconds) between advertisements.",
14-
}
14+
}

advert/languages/german.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NAME = "German"
1+
NAME = "German"
22
LANGUAGE = {
33
advertCommandDesc = "Sendet eine kostenpflichtige Werbung an alle Spieler, kostet Geld und aktiviert eine Abklingzeit.",
44
AdvertDeductedMessage = "Du hast %s%s für deine Werbung bezahlt.",
@@ -11,4 +11,4 @@ LANGUAGE = {
1111
advertisements = "Advertisements",
1212
advertCooldown = "Advert Cooldown",
1313
advertCooldownDesc = "The cooldown time (in seconds) between advertisements.",
14-
}
14+
}

advert/languages/italian.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NAME = "Italian"
1+
NAME = "Italian"
22
LANGUAGE = {
33
advertModuleName = "Pubblicità",
44
advertModuleDesc = "Implementa un comando /advert a pagamento per annunci server-wide. I messaggi sono colorati, registrati e limitati da un cooldown per prevenire lo spam.",
@@ -13,4 +13,4 @@ LANGUAGE = {
1313
advertisements = "Advertisements",
1414
advertCooldown = "Advert Cooldown",
1515
advertCooldownDesc = "The cooldown time (in seconds) between advertisements.",
16-
}
16+
}

advert/languages/portuguese.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NAME = "Portuguese"
1+
NAME = "Portuguese"
22
LANGUAGE = {
33
advertCommandDesc = "Transmite um anúncio pago para todos os jogadores, custa-te dinheiro e aplica um cooldown.",
44
AdvertDeductedMessage = "Pagaste %s%s pelo teu anúncio.",
@@ -11,4 +11,4 @@ LANGUAGE = {
1111
advertisements = "Advertisements",
1212
advertCooldown = "Advert Cooldown",
1313
advertCooldownDesc = "The cooldown time (in seconds) between advertisements.",
14-
}
14+
}

advert/languages/spanish.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NAME = "Spanish"
1+
NAME = "Spanish"
22
LANGUAGE = {
33
advertCommandDesc = "Transmite un anuncio de pago a todos los jugadores, te cuesta dinero y aplica un tiempo de espera.",
44
AdvertDeductedMessage = "Has pagado %s%s por tu anuncio.",
@@ -11,4 +11,4 @@ LANGUAGE = {
1111
advertisements = "Advertisements",
1212
advertCooldown = "Advert Cooldown",
1313
advertCooldownDesc = "The cooldown time (in seconds) between advertisements.",
14-
}
14+
}

advert/libraries/server.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lia.log.addType("advert", function(client, msg)
1+
lia.log.addType("advert", function(client, msg)
22
local name = IsValid(client) and client:Name() or "Console"
33
return L("advertLog", name, msg)
4-
end, "Gameplay")
4+
end, "Gameplay")

advert/module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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 = "Implements a paid /advert command for server-wide announcements. Messages are colored, logged, and throttled by a cooldown to curb spam."

0 commit comments

Comments
 (0)