-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathlogs.lua
64 lines (60 loc) · 1.61 KB
/
logs.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Logs = {
webhookColor = 16711680, -- EMBED COLOR RED
name = "VORP", -- NAME OF EMBED
logo = "https://via.placeholder.com/30x30", -- HEAD LOGO
footerLogo = "https://via.placeholder.com/30x30", -- FOOTER LOGO
avatar = "https://via.placeholder.com/30x30", -- AVATAR LOGO
ReportLogs = {
Reports = "", -- for reports
RequestStaff = "", -- for request staff
BugReport = "", -- for bug report
RulesBroken = "", -- for rules broken report
Cheating = "" -- for cheating report
},
BoosterLogs = {
NoClip = "",
InfiniteAmmo = "",
GoldenCores = "",
GodMode = "",
SelfHeal = "",
SelfRevive = "",
SelfSpawnHorse = "",
SelfSpawnWagon = "",
},
AdminLogs = {
-- Simple actions
Freezed = "",
Bring = "",
Goto = "",
Revive = "",
Heal = "",
Spectate = "",
-- Advanced actions
Respawn = "",
Kick = "",
Ban = "",
Unban = "",
Whitelist = "",
Unwhitelist = "",
Setgroup = "",
Setjob = "",
Announce = ""
},
TeleportLogs = {
Tpm = "",
Tptocoords = "",
Tptoplayer = "",
Bringplayer = "",
},
DatabaseLogs = {
Giveitem = "",
Giveweapon = "",
Givecurrency = "",
Givehorse = "",
Givewagon = "",
Clearmoney = "",
Cleargold = "",
Clearitems = "",
Clearweapons = "",
}
}