⚙️Installation
🛠️ Step 1: Put in your resouces file
Download resouces
kc_loggerExtract file and put
kc_loggerin your resource files
🛠️ Step 2: Conifg.lua Configuration
You can edit the fields in
config.luato the infrastructure you use.
Config = Config or {}
Config.Timezone = '+07:00'
Config.DefaultColor = '#3AF241'
Config.DefaultName = 'Kucluck Logger'
Config.FooterText = 'Kucluck Logger • by Lukman_Nov#5797'
Config.Logo = 'IMG_URL' -- must use a valid URL
Config.UseImage = false
Config.Image = 'IMG_URL' -- must use a valid URL🛠️ Step 3: Start the resouce
Go to
server.cfgand replaceensure kc_logger
Last updated