Plactrix

Server Logs Config.lua

Jun 6th, 2022
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. Config = {}
  2.  
  3. -- // General Options \\ --
  4. Config.Username = "Bot Name"
  5. Config.Avatar = "https://cdn.discordapp.com/attachments/842580565454225451/975259095508607026/PM.png"
  6. Config.FooterIcon = "https://cdn.discordapp.com/attachments/842580565454225451/975259095508607026/PM.png"
  7. Config.EmbedFooter = "Server Logs | Timestamp: %s | Server 1"
  8.  
  9. -- // Chat logs \\ --
  10. Config.Chatlogs = false
  11. Config.ChatlogsEmbedColor = 16777215
  12. Config.ChatlogsWebhooks = {
  13. chatlogs = ""
  14. }
  15.  
  16. -- // Connection logs \\ --
  17. Config.Connectionlogs = false
  18. Config.ConnectionlogsEmbedColor = 762640
  19. Config.ConnectionlogsWebhooks = {
  20. connecting = "",
  21. leaving = ""
  22. }
  23.  
  24. -- // Command logs \\ --
  25. Config.Commandlogs = false
  26. Config.CommandlogsEmbedColor = 16777215
  27. Config.CommandlogsWebhooks = {
  28. commandlogs = ""
  29. }
  30.  
  31. -- // Death logs \\ --
  32. Config.Deathlogs = false
  33. Config.DeathlogsEmbedColor = 0
  34. Config.DeathlogsWebhooks = {
  35. deathlogs = ""
  36. }
  37.  
  38. Config.AdditionalWebhooks = {
  39. -- name = "",
  40. -- name2 = ""
  41. }
  42.  
  43. -- // SEM_InteractionMenu \\ --
  44. Config.SEMInteractionMenu = false -- Set this to true if you use SEM_InteractionMenu
  45. Config.SEMEmbedColor = 0
  46. Config.SEMWebhooks = {
  47. cufflogs = "",
  48. seatlogs = "",
  49. backuplogs = "",
  50. adlogs = "",
  51. baclogs = "",
  52. inventorylogs = "",
  53. hospitallogs = "",
  54. jaillogs = "",
  55. spikelogs = "",
  56. flaglogs = "",
  57. }
  58.  
  59. -- // vMenu \\ --
  60. Config.vMenu = false -- Set this to true if you want to enable vMenu logging
  61. Config.vMenuEmbedColor = 0
  62. Config.vMenuWebhooks = {
  63. privatemessages = "",
  64. weatherlogs = "",
  65. }
  66.  
  67. -- // Embed Colors \\ --
  68. Config.Colors = {
  69. default = 16711680, -- Grey
  70. black = 0, -- Black
  71. white = 16777215, -- White
  72. blue = 25087, -- Blue
  73. green = 762640, -- Green
  74. orange = 16743168, -- Orange
  75. lightgreen = 65309, -- Light Green
  76. yellow = 15335168, -- Yellow
  77. turqois = 62207, -- Turqois
  78. pink = 16711900, -- Pink
  79. red = 16711680, -- Red
  80. }
  81.  
  82. -- // Language Configuration \\ --
  83. Config.Language = {
  84. ConnectionLogs = {
  85. ConnectingEmbedTitle = ":white_check_mark: Player Connecting",
  86. ConnectingMessage = "Connecting to the server.",
  87. DisconnectedEmbedTitle = ":x: Player Disconnected",
  88. DisconnectedMessage = "User Disconnected **Reason:** `%s`"
  89. },
  90. Chat = {
  91. EmbedTitle = "Chat Message",
  92. Message = "This player has typed a chat message: %s"
  93. },
  94. Commands = {
  95. EmbedTitle = "Chat Command",
  96. Message = "This player has typed a command: `%s`"
  97. },
  98. Death = {
  99. EmbedTitle = "Player Death",
  100. Message = "%s"
  101. },
  102. vMenu = {
  103. WeatherEmbedTitle = "vMenu Weather",
  104. WeatherMessage = "This player has changed the server weather:\n> Weather: `%s`\n> Blackout Enabled: `%s`\n> Dynamic Weather Enabled: `%s`\n> Snow Enabled: `%s`",
  105. PrivateMessageEmbedTitle = "vMenu Private Messages",
  106. PrivateMessage = "This player has sent `%s` a message through vMenu: `%s`"
  107. },
  108. SEMMenu = {
  109. CuffEmbedTitle = "Cuff Logs",
  110. CuffMessage = "This player has cuffed/uncuffed `%s`",
  111. DragEmbedTitle = "Drag Logs",
  112. DragMessage = "This player has dragged/undragged `%s`",
  113. SeatEmbedTitle = "Seat Logs",
  114. SeatMessage = "This player has seated `%s`",
  115. UnSeatEmbedTitle = "Seat Logs",
  116. UnSeatMessage = "This player has unseated `%s`",
  117. BackupEmbedTitle = "Backup Logs",
  118. BackupMessage = "This player has requested backup:\n> Code: `%s`\n> Street Name: `%s`\n> Coords: `%s, %s, %s`",
  119. AdsEmbedTitle = "Advertisement Logs",
  120. AdsMessage = "This player has put out an advertisement:\n> Ad Type: `%s`\n> Message: `%s`",
  121. BACSetEmbedTitle = "BAC Set Logs",
  122. BACSetMessage = "This player has set their BAC level to `%s`",
  123. BACTestEmbedTitle = "BAC Test Logs",
  124. BACTestMessage = "This player has BAC tested `%s`",
  125. InventorySetEmbedTitle = "Inventory Logs",
  126. InventorySetMessage = "This player has set their inventory:\n> New Items: `%s`",
  127. InventorySearchEmbedTitle = "Inventory Logs",
  128. InventorySearchMessage = "This player has searched `%s`'s Inventory",
  129. HospitalizeEmbedTitle = "Hospital Logs",
  130. HispitalizeMessage = "This player has hospitalized someone:\n> User: `%s`\n> Time: `%s`",
  131. JailEmbedTitle = "Jail Logs",
  132. JailMessage = "This player has jailed someone:\n> User: `%s`\n> Time: `%s`",
  133. SpikeEmbedTitle = "Spike Logs",
  134. SpikeMessage = "This player has placed `%s` spikes",
  135. SpikeRemoveEmbedTitle = "Spike Logs",
  136. SpikeRemoveMessage = "This player has remove all nearby spikes",
  137. FlagsJailEmbedTitle = "User Flags",
  138. FlagsJailMessage = "This player attempted to jail all players",
  139. FlagsHospitalEmbedTitle = "User Flags",
  140. FlagsHospitalMessage = "This player attempted to hospitalize all players"
  141. }
  142. }
Advertisement
Add Comment
Please, Sign In to add comment