Refactor txAdminLogs to modular, configurable system
Replaces the old txAdminLogs implementation with a modular, table-driven system. Adds new files (fxmanifest.lua, main.lua, settings.lua, utils.lua) and removes the previous monolithic scripts. Logging is now fully configurable via settings.lua, supports per-event webhooks, and features improved formatting and timestamp handling. Updates README with new installation and configuration instructions.
This commit is contained in:
14
fxmanifest.lua
Normal file
14
fxmanifest.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
author 'Joost'
|
||||
description 'txAdmin Logs'
|
||||
version '2.0.0'
|
||||
|
||||
server_only 'yes'
|
||||
|
||||
server_scripts {
|
||||
'settings.lua',
|
||||
'utils.lua',
|
||||
'main.lua'
|
||||
}
|
||||
Reference in New Issue
Block a user